Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


timekeeper
2008-10-20T16:16:24Z
I would really like to be able to do a unzip *.* command.
Sponsor
Forum information
ErikC
2008-10-21T10:14:46Z
You could use an external unzip  tool and use the command execute task for a batch script:

for /f %%i in ('dir /b .\zipDir\*.zip') do (

	.\unzipToolDir\unzip.exe -o .\zipDir\%%i -d .\outputDir

)



Regards,
Erik
Uses Visualcron since 2006.
Support
2008-10-21T10:42:10Z
We will also add filters and wild card support for version 5 which enables this.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ErikC
2008-10-21T10:44:06Z
Nice!
Uses Visualcron since 2006.
Support
2011-08-22T09:18:21Z
This has been implemented in 5.8.0
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top