|
|||||||||||
|
|
#1 |
|
Premium
Datum registracije: May 2007
Lokacija: Zagreb, Trešnjefka
Postovi: 102
|
Pomoć sa batch fileom
Imam pitanje ... ovo je skripta koja otvara sve index.html fileove u folderu i subfolderima Code:
@ECHO ON
SET RootDir=%cd%
CD /D "%RootDir%"
FOR /F "TOKENS=*" %%A IN ('DIR /S /B "index.html"') DO CALL "%%~A"
GOTO EOF
Code:
*path do file-a*/index.html&clicktag=https://net.hr Code:
FOR /F "TOKENS=*" %%A IN ('DIR /S /B "index.html"') DO start chrome "%%~A?clicktag=https://net.hr"
Code:
*path do file-a*/index.html%3Fclicktag=https://net.hr ima netko ideju? Rjeseno, dodan "file:///" na pocetak Zadnje izmijenjeno od: Vegetto. 26.03.2019. u 18:20. |
|
|
|
|
|
|
|
Oglas
|
Oglasni prostor
|
![]() |
|
|