News

According to the Windows help file, 'call' will allow one to execute an external batch file without causing the parent one to stop.
Hi, I am trying to write an ever so small batch file that simply runs the following command.subst B: "C:\\Documents and Settings\\Bob\\My Documents"I want to write this as a batch (.bat) or ...