Hi,

I'm running this script:

set RUN_DIR=C:UsersAdministratorDesktopMonitoring_Tools

%RUN_DIR%paexec.exe @Servers_List.txt -u user -p password -c -clist %RUN_DIR%Files_List.txt -s %RUN_DIR%test.bat

I would like to copy Files_List.txt (files specify in it, including test.bat as the first one) to Servers_List (list of servers) as well to run test.bat.

First, I'm getting this error: One or more source files were not found. Try -csrc or -clist?

Second, not clear how to control the destination folder to copy the files to.

Thanks in advance, Lavi

asked 22 Jun '16, 14:04

Lavi's gravatar image

Lavi
111
accept rate: 0%

edited 23 Jun '16, 13:14

Be the first one to answer this question!
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:

×17
×14
×6
×5

Asked: 22 Jun '16, 14:04

Seen: 4,154 times

Last updated: 31 Jan '17, 22:17