Jump to content

IrishQA

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

About IrishQA

  1. The program that psexec is calling is in c drive. While it is working it gets paths where data is being sent to it, telling it to run data at certain locations on that computer's mapped drives.
  2. The problem is the program on the other machines get data from a central point which tells them to run data on one of multiple drives. There is no possibility not to use mapped drives.
  3. I am running a C# program on one machine that launches programs on that machine and other remote machines. I am using psexec to start up the programs on the other machines. The problem is that those programs on the other machines have to access mapped drives to get infomation on how they work. I am using the following format psexec -u username -p password -i 0 -d \\remote computer - w "working directory" cmd "program name" when I use psexec -u username -p password -i 0 -d \\remote computer net use all the remote drives are unavailable. I am using the same user name and password with psexec that the drives were created under. Any suggestions?
×
×
  • Create New...