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 for folder zipping
Name: philip_bessiere Date: January 21, 2004 at 09:30:09 Pacific OS: Win XP CPU/Ram: 2000 MHz
Comment:
Hi there,
I want to create a batch file to zip a folder ("c:\data") and then copy it, what zipp software should I use?
Name: Wengier Date: January 21, 2004 at 13:23:07 Pacific
Reply:
I'm sorry, but you have asked your question in a *wrong* forum. Please note that Windows XP does not include "DOS". The "Command Prompt" in WinXP is just the WinNT/2K/XP system console, which is not DOS. Below is the *quotation* from the warning messages of this forum:
"DO NOT post questions related to NT Batch scripting on this forum. Use the Programming forum.
Use the Windows NT, 2000 or XP forum for questions regarding the Windows NT, 2000 or XP "DOS" command prompt."
0
Response Number 2
Name: Wengier Date: January 21, 2004 at 19:16:45 Pacific
Reply:
For more information about the "DOS" Command Prompt (Win32 Console) in WinNT/2K/XP, you may read this page:
Summary: Ansi.sys is not just useful for colors, but also for controlling cursor position and remapping keys. http://bigfoot.com/~batfiles/b4ustart/ansisys.htm There are also 3rd party ansi drivers available t...
Summary: I'm setting up a batch file for my work and I need some help. I want to find a specific folder on any of the drives on the computer, copy its contents, find another specific folder and paste the cont...
Summary: Hi all, Has anybody know how to get variable from dos batch? for example: create daily folder. rem createfolder.bat set currdate = @call date /t md %currdate% Many Thanks Stanley ...