1.

Solve : batch file extract zip file.?

Answer»

Currently I have the following code in my batch FILE, how should I MODIFY my code so that it can EXTRACT file from zip file before copy to destination path.

echo %date% %time% >>C:\TryTry\123.txt
XCOPY /y F:\JnJXML\*.xml E:\Program Files\nsoftware\AS2 CONNECTOR V2\as2Data\9300607999B2B\Outgoing\
move /y F:\JnJXML\*.xml F:\JnJXMLArchieve\



Discussion

No Comment Found