Microsoft
Software
Hardware
Network
Question : Psexec copy file question
EE,
I'm trying to run NLTest on workstations remotely via psexec, only NLTest is not installed on workstations. Instead of manually copying it I wanted to copy it using the -c in psexec and then run the command but so far it doesn't work for me.
psexec -c nltest.exe C:\WINDOWS\System32 \\RemoteIP cmd /k nltest /dsgetsite
This exits psexec every time. I swaped -c to the end and some other changes with no luck.
Any ideas?
Answer : Psexec copy file question
From:
http://technet.microsoft.c
om/en-us/s
ysinternal
s/
bb897553
.aspx
This command copies the program test.exe to the remote system (\\marklap) and executes it interactively:
psexec \\marklap -c test.exe
I
Random Solutions
give Administrative Privilege App by command
Special Query in Oracle 10 sqlplus
BCP Test and Backup Exec 2010 Catalogs
How do i do PXE Boot using windows 2008 server and Deployment Workbench
SSL Weak Cipher Suites Supported
Creating a table to be copied to another database in Access
Error Creating Web Site: Exception from HRESULT: 0x800710D8
E-mail messages not displaying correctly
CentOS 5.3: search keyword in array of logs: how?
asp.net: How to bind Images to a ListView from a Database - I have a special need! the Image have already be downloaded