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.
(This can open a chrome browser I installed )
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 )
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.