home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / procomm / ramproc.arc / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  489b  |  31 lines

  1. echo off
  2. mode color
  3. config c: 300
  4. cls
  5. echo Now putting Procomm on the RAMDISK.....
  6. echo    
  7. copy autoexec.bat c:
  8. echo  
  9. echo Batch File transfered....
  10. echo   
  11. copy procomm.* c:
  12. echo   
  13. echo Main Program transfered......
  14. echo  
  15. copy *.cmd c:
  16. echo   
  17. echo Command Files Transferred.....
  18. echo
  19. cls
  20. echo Procomm is now transferred to the RAMDISK....
  21. echo   
  22. echo Please enter DATE and TIME....
  23. echo     
  24. date
  25. time
  26. echo    
  27. cls
  28. echo Loading Procomm.....
  29. c:
  30. procomm
  31.