Hello - working on a side by side network migration, and I am running into a
little problem. The client Intranet has web pages with links that launch a
simple batch file using an old program called BATSH.EXE. It runs scripts
such as:
the link would be an anchor to phone.bsh:
netadd P: \\cdsrvr\PG03R1
w:\batsh\regedit.exe /s w:\Batsh\Phondisc\phon.reg
wait on
CD w:\Pd3\phoned~1
phonedisc.exe
netstop P:
exit
Which adds a drive, modifies the registry, and launches phone directory
software. Fun! Sure, there are probably better ways of doing this, but this
is what works for them. We moved the site from IIS 4.0 to IIS 5.0 with no
problem, and the site still works, but new clients cannot run the above
script - it just shows it on the screen like a web page.
Any suggested tools or services available to run normal batch scripts from
an intranet? We have 250 of them, and would hate to have to redo them in VB
or something. Any help would be appreciated.