Daze Posted October 13, 2010 Content Count: 6741 Joined: 06/10/08 Status: Offline Share Posted October 13, 2010 (edited) I'm doing some work where I need to basically just plug in a memory stick, run a .bat file and it should archive specific files and folders. the files consist of mainly error logs (.txt) and .SysHW files (although it shouldn't really matter) and then it should all compress into a .zip 'retriever' file. Now I have a program that already does this for a different machine but appears to be encrypted and unreadable in notepad (I can provide if anyone needs it) Can anyone give me help on this (please do not refer me to google etc. I've already looked) ~~ compact C:\NICE\Config\ /C - will just compress (i need to compress and copy to a new location) XCOPY C:\NICE destination C:\TEST (Red gives me syntax error?) COPY C:\NICE C:\TEST /i works. Edited October 13, 2010 by Daze Link to comment
Recommended Posts
Reply to Thread
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now