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) ...
So I made myself a little batch file for one of my systems I RDP to (it's easier than trying to Alt-F4 from a mobile device) as follows: Code: @ECHO OFF :: This batch file allows the user to choose to ...
If you wish to elevate and always run a Batch file as an administrator in Windows 11/10, follow the procedure laid down in this post. You can run a Batch file as Administrator without a prompt. You ...