• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Does anyone know of a GOOD NT command scripting guide?

Sunner

Elite Member
Well, topic say it all, doesn't it?

Well maybe I should add that by "GOOD" I mean more like "Godly", cause that's what's needed for the ("/ #&¤% NT scripting.
I've done some of that stuff once before, and I still have nightmares about it, especially the horrors of "for" and "if", and the lack of "elsif/else" :|
 
Well, I'll assume that you're referring to DOS - BATCH language as NT scripting. Yes, it's a PITA.

Other options:
Windows Scripting Host
Visual Basic Script
PERL
Regina

My personal favorite is Regina (a Windows port of REXX) because it's:
easy to use
syntax friendly
*very* flexible
Can launch external executables and system calls
Good documentation
Doesn't need to be "installed" to the target, just run the pass the script to the interpreter.
 
Back
Top