teletubby5e
Technical User
Hello all,
I have several different cities of gear that I find quicker to access by building some manual connections into .cmd files in a folder and dragging the folder to the windows 2000 taskbar. they have the general format as follows:
@echo off
"C:\Program Files\Symantec\Procomm Plus\PROGRAMS\PW5.EXE" connect manual TELNET 10.x.x.x:2046 loginscript.wax
exit
the problem is that the black command window persists afterwards. i have looked at the environment variables. tried running bat files instead. tried without the quotes. nothing works. i suppose that I am looking for something along the lines of the /q switch that is sometimes available. any ideas?
thanks, jeff
I have several different cities of gear that I find quicker to access by building some manual connections into .cmd files in a folder and dragging the folder to the windows 2000 taskbar. they have the general format as follows:
@echo off
"C:\Program Files\Symantec\Procomm Plus\PROGRAMS\PW5.EXE" connect manual TELNET 10.x.x.x:2046 loginscript.wax
exit
the problem is that the black command window persists afterwards. i have looked at the environment variables. tried running bat files instead. tried without the quotes. nothing works. i suppose that I am looking for something along the lines of the /q switch that is sometimes available. any ideas?
thanks, jeff