Can't open .bat file!

Hi guy. Thank you for your reply!

There is no problem with your method, I can open it, but the problem is that when I move the chrome file to my project data folder, I can’t open it with the chrome browser.

8f158bd1325c73c9cf264d10c31efc0

(This can open a chrome browser I installed :point_down:)

start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "www.howtogeek.com"
pause

(This will not be able to open the chrome browser in the data folder, but the default IE browser opens :point_down:)

start "Chrome\Application\chrome.exe" "www.howtogeek.com"
pause

I’m so sorry I don’t know if you can understand the problem I’m expressing

To put it simply, I am not sure whether the computer I want to use has a chrome browser, so I want to bring a chrome browser decompressed program, and then I want to specify the chrome browser in my own data to open the website I specify.but it not work.