Code: Select all
@ECHO ON
SET RootDir=%cd%
CD /D "%RootDir%"
FOR /F "TOKENS=*" %%A IN ('DIR /S /B "index.html"') DO start chrome "%%~A?clicktag=https://net.hr"
GOTO EOF
Moderator: DosItHelp
Code: Select all
@ECHO ON
SET RootDir=%cd%
CD /D "%RootDir%"
FOR /F "TOKENS=*" %%A IN ('DIR /S /B "index.html"') DO start chrome "%%~A?clicktag=https://net.hr"
GOTO EOF
Wow, thank you very muchSquashman wrote: ↑26 Mar 2019 08:57Looks like this will help you.
https://productforums.google.com/forum/ ... jsGuMPWDUJ
Thank Google for such a robust search engine. All I did was search for your problem. It was the second link in the search results.Elogia wrote: ↑26 Mar 2019 10:17Wow, thank you very muchSquashman wrote: ↑26 Mar 2019 08:57Looks like this will help you.
https://productforums.google.com/forum/ ... jsGuMPWDUJ