home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / daibrd21.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-23  |  170b  |  10 lines

  1. ECHO OFF
  2. ECHO Press [Enter] to install Daily Bread to C:\DAILY  Press Ctrl-C to abort.
  3. PAUSE > NUL
  4. MD C:\DAILY
  5. COPY *.* C:\DAILY
  6. C:
  7. CD \DAILY
  8. DEL INSTALL.BAT
  9. DB
  10.