Hi, I am trying to write an ever so small batch file that simply runs the following command.<BR><BR>subst B: "C Documents and Settings\Bob\My Documents"<BR><BR>I want to write this as a batch (.bat) ...
Batch files are one of the simplest yet most powerful ways to automate repetitive tasks on Windows. From cleaning temp files to launching multiple apps at once, they can save hours of manual work.