@echo off rem Replacement INSTDRV.BAT file which fixes the following problem: rem The EMME/2 key driver is not installed properly by rem the instdrv.bat file contained on the EMME/2 release 9.2 CD-ROM. rem The TK/TCL directory names contain "_" instead of "." if x ==x%1 goto error %1 cd \ set TCL_LIBRARY=lib/tcl8.0 set TK_LIBRARY=lib/tk8.0 etc\wish lib/tk8.0/sdp1_1/instdrv goto end :error echo USAGE : instdrv [cdrom drive] echo EXAMPLE: instdrv d: :end