General discussion
July 11, 2001 at 07:34 AM
eb4free

NT 4.0 Server–Should be simple, but…

by eb4free . Updated 25 years ago

Situation:

I have a batch file which copies files into a folder, zips the folder, and transfers the zipped file to another location. This all takes place on an NT 4.0 server. Simple, right?

Problem:

This batch file works like a charm whenI run it manually. Since I don’t want to run manually every night, I use the AT command to schedule the batch file to run automatically each night. With the AT command, however, the resulting ZIP file invariably ends up in my C:\WINNT\SYSTEM32 directory–which is NOT where I want the file–no matter what I do.

Question:

How do I control the location where the output file will be sent with the AT command?

This discussion is locked

All Comments