home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 January (DVD)
/
VPR980100.ISO
/
DRIVER
/
HP
/
LJ6LDOS
/
LJ6LDOS.EXE
/
SETUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-02-01
|
649b
|
28 lines
echo off
rem setup.bat
cls
if not exist instlj.exe goto error
if not exist findport.exe goto error
echo HP LASERJET DOS UTILITIES & DOS DRIVERS SETUP
instlj %1 %2 %3
if not exist c:\admaltoi\norcimo.ate goto finish
del c:\admaltoi\norcimo.ate > nul
del c:\admaltoi\instalit.exe > nul
attrib -h c:\admaltoi\*.* >nul
del c:\admaltoi\a*.* >nul
rd c:\admaltoi
cls
:finish
if not exist \finish.bat goto end
cls
call \finish
del \finish.bat>nul
goto end
:error
echo Please change the default disk drive to the drive with
echo the setup diskette and then type SETUP. For example:
echo A:
echo SETUP
:end
echo on