Hello,
I have to edit and run a batch file on a REMOTE COMPUTER everyday. I would like know how I can run that bat file saved on a remote computer. I am able to the file if it is saved on my local machine using the Shell command:
Can you help me here?
I have to edit and run a batch file on a REMOTE COMPUTER everyday. I would like know how I can run that bat file saved on a remote computer. I am able to the file if it is saved on my local machine using the Shell command:
Code:
strBatchName = "C:\1 Calls\Script.bat"
Shell strBatchName
Can you help me here?