About Chris Schuh Expertise I have several years of schooling in this area (including post-secondary), and also several years in the work force. This is my career, and I love helping others out with computer problems. I possess excellent written communication skills which allows me to guide people through complicated solutions to their problems with relative ease.
Outside of helping people with their computer issues, I'm also a Professional Magician and a Musician. You can check me out at www.chrisschuh.com!
Question Hello Chris,
Thanks a lot for the advice.
Do you have any simple VB code that I can try.
Thanks & best regards,
Simon
-------------------------------------------
The text above is a follow-up to ...
-----Question-----
In my Win NT server, I can use DOS prompt or bat file to copy a folder/files
from c: to n:.
I try to put this task into the schedules task, but I find that it is not
successful.
Pls advise how to setup a scheduled task to use the DOS bat file.
THANKS.
-----Answer-----
Hi Simon,
Windows NT doesn't allow for you to set up a batch file as a scheduled task. You'd have to program those commands into some programming language and then create an EXE file to have as a scheduled task. It shouldn't be too complex, but you'd need the programming language suite and the knowledge of how to use it (for what you're looking for, it shouldn't be hard to find on the net).
Cheers,
Chris
Answer Hi Simon,
I just googled some of the terms like "Visual Basic" and "batch file commands" to see what would come up - it's a great starting point.