Vasil Arnaudov
Vasil Arnaudov
Are you sure you are using the latest version of the script?At the moment the cited line is on line 549. Though the idea is that Shell.Application.ExistsFolde uses S hell.Application.NameSpace...
checking this... On Wed, Jul 27, 2016 at 1:22 PM, TymurGubayev [email protected] wrote: > Sorry for the line number glitch, I must've made some change I forgot > about (formatting...
You'll have to use full path to the zip.I think this is explained in the help message , though it still needs to be improved.In your case zipjs.bat unzip -source...
Thinking of how to add relative paths...
Which script is this?
Hello, Thanks for using my tools. Ty using ` -saveTo con` to print it in the console
Use for loop ``` setlocal enableDelayedExpansion for /f "tokens=* delims=" %%# in ('winhttpjs.bat ... -saveto con') do ( set "response=!response! %%#" ) ```
@Fike7 - thanks! I'll check this tomorrow.
Thanks. Probably I'll have time to check it at the weekend. Is really `@rem ^` works fine at the beginning of the file? It is also possible to use msbuild...
@akolpakov thanks for the note .WIll check this tomorrow.