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:\

asked 06 Dec '12, 06:17

Francisco's gravatar image

Francisco
16347
accept rate: 0%

edited 06 Dec '12, 09:24

Doug's gravatar image

Doug ♦♦
10.2k122138


I think the following would work:

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

answered 06 Dec '12, 09:26

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

Thank You Doug, Worked perfectly!!

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

link

answered 06 Dec '12, 14:37

Francisco's gravatar image

Francisco
16347
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×32
×17
×14
×2
×1

Asked: 06 Dec '12, 06:17

Seen: 5,343 times

Last updated: 06 Dec '12, 14:37