From: Heesob Park Date: 2008-10-14T18:48:49+09:00 Subject: Re: Using Net SSH to issue command on remote windows XP Hi, 2008/10/14 Saritha Yeddula : > Hi, > > I want to issue window's DOS commands like "dir, cp, del..." > on a remote Windows XP machine. > I have installed OPENSSH on the remote windows machine > and trying to use the Net SSH. > I cannot get any of the DOS commands to work on the remote machine. > > Any help ???? > > Thanks > Saritha Try psexec.exe ( download at http://live.sysinternals.com/psexec.exe ) You can do remote command like this: psexec \\192.168.0.1 -u administrator -p password cmd.exe /c dir Regards, Park Heesob