home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / Antiviry / VIRUSCAN / BOOTSHLD / DRIVER.LST < prev    next >
File List  |  1996-03-26  |  2KB  |  84 lines

  1. ;DRIVER.LST
  2. ;Directions for ImageStor creation of standalone bootable disk.
  3. ;Copyright (c) 1995, McAfee Associates
  4.  
  5.  
  6. [AlwaysSysEnd]
  7. ;These lines are ALWAYS placed at the end of boot diskette's CONFIG.SYS
  8.  
  9. FILES=30
  10. DOS=HIGH,UMB
  11.  
  12.  
  13. [AlwaysAutoexecEnd]
  14. ;These lines are ALWAYS placed at the end of boot diskette's AUTOEXEC.BAT
  15.  
  16. ECHO OFF
  17. CLS
  18. IF EXIST IMAGSTOR.EXE GOTO ISGUI
  19. IF EXIST ISENG.EXE GOTO ISTTY
  20. GOTO END
  21. :ISGUI
  22. ECHO Please wait as ImageStor '95 loads...
  23. IMAGSTOR.EXE
  24. GOTO END
  25. :ISTTY
  26. ISENG
  27. :END
  28.  
  29.  
  30. [GenericSys]
  31. ;If user's CONFIG.SYS has these drivers, they are copied to boot diskette
  32. ; and will be loaded by boot diskette's CONFIG.SYS 
  33.  
  34. HIMEM
  35. EMM386
  36.  
  37.  
  38. [MouseSys]
  39. ;The first DEVICE= line in user's CONFIG.SYS which contains one of these words
  40. ; will be presumed to be the DOS mouse driver, and it will be copied
  41. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  42.  
  43. MOUSE
  44.  
  45.  
  46. [SCSICAMSys]
  47. ;The first line in user's CONFIG.SYS which contains one of these words
  48. ; will be presumed to be a SCSI CAM driver, and it will be copied
  49. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  50.  
  51. CAM
  52.  
  53.  
  54. [ASPISys]
  55. ;The first line in user's CONFIG.SYS which contains one of these words
  56. ; will be presumed to be an ASPI SCSI driver, and it will be copied
  57. ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
  58.  
  59. ASPI
  60. BTDOS
  61.  
  62.  
  63. [MouseDriverAutoexec]
  64. ;The first non-PATH, non-REM, non-SET line in user's AUTOEXEC.BAT 
  65. ; which contains one of these words will be presumed to be the 
  66. ; DOS mouse driver, and it will be copied to the boot diskette and 
  67. ; loaded by boot diskette's AUTOEXEC.BAT
  68.  
  69. MOUSE
  70.  
  71.  
  72. [SystemCommands]
  73. ;These commands are performed to make diskette bootable, 
  74. ; copy ImageStor files and copy BootShield files.
  75.  
  76. SYS %c: > nul
  77. LABEL %c:IS95 > nul
  78. ;COPY IMAGSTOR.EXE %c: > nul
  79. ;COPY P_IMSTOR.CPY %c:\P_IMSTOR.DAT > nul
  80. ;COPY ISPREFS.DAT %c: > nul
  81. COPY ISENG.EXE %c: > nul
  82.  
  83.  
  84.