I am interested in learning how to create batch file for NT work stations through the cmd prompt. Is there anything online that gives helpful instructions or tips on how to create them?
Thanks for any suggestions.
mf11
There isn't any resource that I know of specifically relating to batch files, but if you look up using the command prompt (cmd.exe and command.com), and the best way to edit them is with a text editor such as notepad, but put double quotes around the name so it won't add a .txt extension on the end of the filename.
Basically at its simplest, a batch file is a list of commands executed one by one, but as complexity increases it can include parameters, reference environment variables, loop through lists of files and branch out to subroutines and call external programs and act on their results etc.
Marc If 'something' 'somewhere' gives 'some' error, expect random guesses or no replies at all. Please specify details.
Free Tip: The F1 Key does NOT destroy your PC!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.