G
Guest
I have a script which is basically a.bat file"dataunload.bat". This .bat file
will call .cmd file (InformixUnload.cmd) from in it. The .cmd file contains
few lines to start infomix (window ver) and unload records from few tables.
The script files "dataunload.bat" and "InformixUnload.cmd" are at a Win2k
server (called "MyDataServer") where Informix engine also running.
Now I want to execute "dataunlaod.bat" from another win2k server called
"myTestServer". I tried with network pipe method pipe
(\\servername\dataunload.bat") which is not working and it says "dbacess" not
a valid command. dbaccess is an informix tool which is not available on
"myTestServer".
What I am trying to find, a command line utilities which should allow me to
logon to "MyDataServer" and execute the .bat file. I can do this using
RemoteDesktop where user inervention is required. Looking somehting similar
to FTP, telnet etc..
Any thoughts... kindly help..
Regards,
will call .cmd file (InformixUnload.cmd) from in it. The .cmd file contains
few lines to start infomix (window ver) and unload records from few tables.
The script files "dataunload.bat" and "InformixUnload.cmd" are at a Win2k
server (called "MyDataServer") where Informix engine also running.
Now I want to execute "dataunlaod.bat" from another win2k server called
"myTestServer". I tried with network pipe method pipe
(\\servername\dataunload.bat") which is not working and it says "dbacess" not
a valid command. dbaccess is an informix tool which is not available on
"myTestServer".
What I am trying to find, a command line utilities which should allow me to
logon to "MyDataServer" and execute the .bat file. I can do this using
RemoteDesktop where user inervention is required. Looking somehting similar
to FTP, telnet etc..
Any thoughts... kindly help..
Regards,