How to send remote file for a specific folder

Viewed 0

Hi

I would like some help on how to use the parameter -csrc to copy my file of the folder C:\windows\test.exe to the remote folder c:\

2 Answers

I think the following would work:

paexec \\\\computername -c -csrc c:\windows\test.exe c:\test.exe

Thank You Doug, Worked perfectly!!

Taking advantage you can tell me if there is any restriction size of the provided path??

Related