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.
Please Help! re: Batch Files
Name: Mi Le Date: September 29, 2000 at 14:55:29 Pacific
Comment:
Dear All,
Please help me! I'm new to win NT/DOS and am trying to create a Batch file to archive files. First it creates a folder name base on the current date (ex: dir name: c:\09-29-2000), then copy the txt files from different dir to that new directory just created "c:\09-29-2000" by weekly.
I appreciate your help and thanks a lot for sharing your wisdom. ML
Name: Peter Date: September 29, 2000 at 15:17:49 Pacific
Reply:
This is something I tried to do before in a batch file. I had to use a Kixtart script that I called from the batch file. Kixtart is a scripting language that comes with the NT 4.0 Resource Kit. It is also available to download from http://netnet.net/~swilson/kix/ Mail me if you want a more info.
Summary: Thanks to all who replied... unfortunately, I'm no closer. Perhaps some endeavoring soul can tell me why the following batch file isn't working on an NT system- excerpts follow: @ECHO OFF IF Windows_N...
Summary: Hi all, I have a unique question here regarding the command utility pullmail and batch files. I'm using pullmail to grab mail from a non-local POP3 mail server in the UK and forward it to an Exhchange...
Summary: Hi I would like to add to my login script to update a file in the client machine by setting it to update every Friday. It's a *.exe file that I like to run and it's store on the server. Can someone he...