Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the best scheduling/scripting environment for NT

Status
Not open for further replies.

mojo

Programmer
Jun 7, 1999
9
0
0
US
Visit site
Getting an NT server soon and will need to automate performance of tasks such as deletion of old files. What would be the best scheduling and scripting environment for NT? We use cron and korn shell on AIX. [sig][/sig]
 
You could use AT command to fire off something like a batch file. I find this quite reliable. Something like this:
AT 2:00 /INTERACTIVE /EVERY:M,T,W,Th,F C:\filename,
would kick off a batch file every morning at 2 am. Good luck.
[sig][/sig]
 
If you want better scripting tool than plain DOS command, you can use KIX32. Quite intuitive and easy to use. You can download it from [sig][/sig]
 
Go to amazon and get the book "Windows NT shell scripting" by Tim Hill. Most NT admins would be amazed at how much you can do in a NT batch file. There is a lot more there than a simple port of DOS commands.

[sig]<p> Jeff<br><a href=mailto: masterracker@hotmail.com> masterracker@hotmail.com</a><br><a href= > </a><br>If everything seems to be going well: you don't have enough information.......[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top