home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / CDCT11S / CDCRWIN2.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-07-17  |  1.0 KB  |  30 lines

  1. @ECHO  
  2. @ECHO ╔════════════════════════════════════════════════════════════════════╗
  3. @ECHO ║ This batch file demonstrate how to use command line TSR and REMOVE ║
  4. @ECHO ║ features under Windows 3.xx and Windows 95 systems                 ║
  5. @ECHO ║ ("t|T" and "m|M" options)                                          ║
  6. @ECHO ╚════════════════════════════════════════════════════════════════════╝
  7. @ECHO -----------------------------------------------------------------------
  8. @ECHO Let's say we've copied all CD files from a game (let's call it "BOMB")
  9. @ECHO to HDD into C:\CDBOMB directory, installed "BOMB" game into C:\BOMB
  10. @ECHO directory from CD drive F:, Windows directory is C:\WINDOWS and we want
  11. @ECHO to execute C:\BOMB\BOMB.EXE with creating emulated CD drive
  12. @ECHO as F: (normally); below is the example...
  13. @ECHO NOTE: when you are in Windows GUI run C:\BOMB\BOMB.EXE
  14. @ECHO -----------------------------------------------------------------------
  15. @ECHO OFF
  16. CDCR.EXE A DRV:F T{ [C:\CDBOMB}
  17. C:
  18. CD\
  19. CD WINDOWS
  20. WIN.COM
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.