Batch running files remotely
Moderator: DosItHelp
Batch running files remotely
I have a request, is it possible that the batch file (run on any PC) can access and start files remotely? (even better if the files are in the cloud)
-
- Posts: 8
- Joined: 11 Apr 2022 09:33
- Location: Italy
- Contact:
Re: Batch running files remotely
You can run files on a remote machine with some tools like SSH, wich allows remote access and control.
As far as I know SSH in for servers, you should google OpenSSH.
As far as I know SSH in for servers, you should google OpenSSH.
Re: Batch running files remotely
If you have access to a command/DOS prompt on a machine, you can execute a batch file that is stored elsewhere, but I don't know of a way to execute a batch file without being on the system or scripting its launch.
Re: Batch running files remotely
I'm not exactly sure but it might not be possible.
Re: Batch running files remotely
Sysinternal's psexec maybe?
Saso
Saso
-
- Posts: 128
- Joined: 23 May 2016 15:39
- Location: Spain
Re: Batch running files remotely
you may try
Code: Select all
wmic /node:"some_computer" proccess call create "c:\\path_to_proccess\\your.exe