DOS/VB script of Remote Windows Server from AIX

Hi
We use to run DOS and VB script in Windows Server . Now the requirement is to trigger the same script from AIX server by shell script , thus it would be executed in Remote Windows Server . Is it possible ( though SSH or any other way ) ?

Thanks

Install an ssh-server on the Windows system. Then use:

ssh <user>@<win-host> <command>

To start the command remotely. Note that you might want to exchange keys so that the password to be given interactively is not necessary.

I hope this helps.

bakunin

MS has subsystem for Unix (SUA) , it should help for remotely running stuff on the Windows from Unix