I have a Windows XP computer configured with Cygwin running the ssh service, on this computer I have a bat script that opens IE using the following command: C: \ Program Files \ Internet Explorer \ iexplore.exe "" http: / / windowsxpbox: 3000 / flex / flexUnitTests? debug = true # automated = true ".
the script works fine when I find it locally on this xp machine, I try to call the same bat script remotely from another machine and achieve the same result, but with IE open on the remote computer, my problem is that the bat script called remotely, nothing happens on the remote machine.
Simply:
cygstart "http://www.google.com"
where google.com is your desired URL.
cygstartstarts the default windows program for the path. This way you get your preferred web browser for users ...
cygstart
cygstart / cygdrive / c / Program / Internet \ Explorer / iexplore.exe "www.google.at"
the path may change according to your setting
Cygwin , script. cygwin cmd.exe . .
/cygdrive/c/Windows/System32/cmd.exe /c "c:\myscript.bat"
: , , :
$ "/cygdrive/c/Program Files/Internet Explorer/iexplore.exe" "http://windowsxpbox:3000/flex/flexUnitTests?debug=true#automated=true"