home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dommagr.zip / IDMINST.BAT < prev    next >
DOS Batch File  |  1996-07-23  |  263b  |  9 lines

  1. echo This procedure copies files from the CD to the hard drive for installation.
  2. echo Please edit the path settings in this procedure accordingly
  3. pause
  4. mkdir c:\iDMInst
  5. pause
  6. copy *.* c:\iDMInst
  7. echo  ###Note - please execute c:\iDMInst\Install.exe
  8. pause
  9.