R rdxjam Distinguished Aug 18, 2011 1 0 18,510 Aug 18, 2011 #1 I have a batch file which is located at say C:\Batches. I would like to run this batch file from say D:\Works\FolderA. How to do it... Thanks
I have a batch file which is located at say C:\Batches. I would like to run this batch file from say D:\Works\FolderA. How to do it... Thanks
fowang Distinguished May 30, 2006 1,650 0 19,960 Aug 18, 2011 #2 run it in command prompt Upvote 0 Downvote
S Stanley L Distinguished Aug 18, 2011 1 0 18,510 Aug 18, 2011 #3 rdxjam : I have a batch file which is located at say C:\Batches. I would like to run this batch file from say D:\Works\FolderA. How to do it... Thanks Append C:\Batches in your environment variable path= and you then can run your batch file from anywhere. Upvote 0 Downvote
rdxjam : I have a batch file which is located at say C:\Batches. I would like to run this batch file from say D:\Works\FolderA. How to do it... Thanks Append C:\Batches in your environment variable path= and you then can run your batch file from anywhere.
M MRFS Distinguished Dec 13, 2008 1,333 0 19,360 Aug 18, 2011 #4 With XP/Pro, .bat files can be stored at: C:\WINDOWS\system32\ I don't know the comparable pathname under Windows 7, but I expect that a similar folder exists for all such Command Prompt commands. MRFS Upvote 0 Downvote
With XP/Pro, .bat files can be stored at: C:\WINDOWS\system32\ I don't know the comparable pathname under Windows 7, but I expect that a similar folder exists for all such Command Prompt commands. MRFS