Command line remote screen capture

theaznal

Beta member
Messages
2
Location
USA
Hi -

Looking for some help establishing a remote screen capture from one windows7 machine to another.

Im using RCMD from one Windows7 PC to another, and executing a bat file
that calls a freeware ScreenCap program. The result is an all black JPG file.

From the target machine itself, I can use a CMD window to run my bat file and I produce a nice screen capture. Using RCMD from the target machine to itself,
running the bat file produces an all black JPG.

Can anyone propose a different method of remote connecting to a target machine to execute commands?
 
CmdCaptureWin.exe and CmdCapture.exe 3.3.6.1

It does the job locally but once run through RCMD is not able to capture the screen beyond all black pixels.

Thanks,
Adrian

I know this issue is old but I figured I would answer anyway incase someone comes along. If you are using psexec to execute on the remote system you need to invoke interactive and system account for it to work. both the -i and -s switches need to be in your command. for example:
psexec -i -s \\targetmachine C:\cmdcapture.exe /d C:\ /f snap.png
 
Back
Top Bottom