Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to move and zip info
Name: bosha000 Date: August 1, 2006 at 09:40:59 Pacific OS: XP CPU/Ram: 1 gig Product: HP
Comment:
I'm trying to help out some of the employees I work with by creating .bat files to move their data instead of doing it manually. One thing I'm not sure of is can you zip a file up before moving it or while moving it within a BAT file? If so how?
I need to move stuff from folder A into folder B but it needs to be zipped in the B folder.
Summary: Is there a script or batch file I can run to do the following: I have several folders, all of which have 1 subfolder in each named 001. Files are contained in the 001 subfolder. I would like to run ...
Summary: Hello, I am trying to write a batch file that will create a new directory labeled with the current date, and immediately open this new directory to copy data to it. What I have is: @echo on cd C: for...
Summary: I am looking for a way to have a batch file create a file name using the system date. For example if I want to use a batch file to retrieve backup information from many servers and store that info in ...