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) ...
As mentioned earlier, a batch file contains a series of DOS commands and are used to automate the frequently performed tasks. Thus, you don’t have to repeatedly write the same commands. Remember the ...