Page 1 of 1

Batch running files remotely

Posted: 30 Mar 2022 03:51
by Bjorn94
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)

Re: Batch running files remotely

Posted: 12 Apr 2022 14:40
by Puccilillo
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.

Re: Batch running files remotely

Posted: 18 May 2022 12:39
by Samir
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

Posted: 25 May 2022 07:43
by Andrew92
I'm not exactly sure but it might not be possible.

Re: Batch running files remotely

Posted: 25 May 2022 14:54
by miskox
Sysinternal's psexec maybe?

Saso

Re: Batch running files remotely

Posted: 25 May 2022 15:10
by elzooilogico
you may try

Code: Select all

wmic /node:"some_computer" proccess call create "c:\\path_to_proccess\\your.exe