Remotly Launch Excel Worksheet

T

Tom

I'm trying to launch a .bat file which launches an Excel
worksheet on an external MS 2000 server using the
following command;

RUNRMTCMD CMD('D:\RFID\runrfid.bat') RMTLOCNAME
('192.1.1.13' *IP) RMTUSER('RFAdmin') RMTPWD()

The above command just hangs with a status of TIMW,

The .bat file on the MS 2000 server work fines if I
manually launch it (see details below)

cd C:\Program Files\Microsoft Office\Office

RFIDLOAD.xls

exit




If I use the DIR D:\ command on the 400 I get a return
from the MS 2000 server with the details so there is no
connection or authorities issue.
 
Top