A batch file refers to those text files that usually end with a ".bat" extension that contains multiple commands that the system can run in sequence from the Command Prompt to perform different tasks.
Autoexec.bat in Winnt4, Win2k, WinXP, etc is there for legacy purposes only. (I'm positive on Win2k, WinXP, and so on, but only somewhat sure of WinNT4)<BR><BR>All it does is take environment ...
When you're in DOS, you know how you can run 'edit' no matter what directory you are in? I'd like to be able to do that with a batch file. Can anyone direct me on how to do this?