home *** CD-ROM | disk | FTP | other *** search
- echo off
- mode color
- config c: 300
- cls
- echo Now putting Procomm on the RAMDISK.....
- echo
- copy autoexec.bat c:
- echo
- echo Batch File transfered....
- echo
- copy procomm.* c:
- echo
- echo Main Program transfered......
- echo
- copy *.cmd c:
- echo
- echo Command Files Transferred.....
- echo
- cls
- echo Procomm is now transferred to the RAMDISK....
- echo
- echo Please enter DATE and TIME....
- echo
- date
- time
- echo
- cls
- echo Loading Procomm.....
- c:
- procomm
-