thegodsend
Junior Member
I need help making a .bat. i have some experience withe programming/cmd but not very extensive. I need help making it so that if theres an error upzipping it skips that .zip. I also need it logging everything that's possible to log. From there i would like errors to be in red (maybe not possible).
Here is what i have. unziping of the folder and overwriting if needed (-o+) and deleting the .zip when its finished.
Here is what i have. unziping of the folder and overwriting if needed (-o+) and deleting the .zip when its finished.
Code:
@echo off
REM *** Pizza Place ***
REM *** Pizza Place - 21st ***
"C:\Program Files\WinRAR\winrar.exe" x -o+ D:\Pizza Place\21st\RMFTP*.zip *.* D:\Pizza Place\21st\
del D:\Pizza Place\21st\RMFTP*.zip
Last edited: