home *** CD-ROM | disk | FTP | other *** search
- 1000 REM
- 1010 REM
- 1020 REM <<<< M S - M E N U >>>>
- 1030 REM
- 1040 REM * * * * * * * * * * * * * * *
- 1050 REM * *
- 1060 REM * COPYRIGHT in the Public *
- 1070 REM * Domain in 1984 by *
- 1080 REM * Richard N. Colvard *
- 1090 REM * *
- 1100 REM * 8088/86 Personal Computer *
- 1110 REM * *
- 1120 REM * * * * * * * * * * * * * * *
- 1130 REM
- 1140 REM
- 1160 PRINT " -------> PC Security by Encipherment <------- "
- 1170 PRINT " "
- 1180 PRINT " "
- 1190 PRINT " Options: MS-DOS 88/86 Generic Version "
- 1200 PRINT " "
- 1210 PRINT " (1) SuperEncipherment of Binary FILES resulting in "
- 1220 PRINT " binary FILES. This data will contain non-printable "
- 1230 PRINT " characters. Read files as Sectors. No Console input. "
- 1240 PRINT " "
- 1250 PRINT " (2) SuperEncipherment of Printable data input from files "
- 1260 PRINT " or Console. The output is always printable and is "
- 1270 PRINT " line-oriented; using carriage returns <CR>. The "
- 1280 PRINT " output may go to the printer, a file, or the console. "
- 1290 PRINT " "
- 1300 PRINT " (3) Documentation/Help screen "
- 1305 PRINT " "
- 1310 PRINT " (4) Securely Delete & Erase a file; and its data "
- 1320 PRINT " "
- 1340 PRINT " (9) - - - EXIT / STOP / END of Menu "
- 1350 PRINT " "
- 1360 PRINT " Enter Which Option NUMBER ====> ";
- 1370 INPUT O%
- 1380 IF O%=1 THEN CHAIN "MS-CODE1.EXE"
- 1390 IF O%=2 THEN CHAIN "MS-CODE2.EXE"
- 1400 IF O%=3 THEN CHAIN "MS-HELP.EXE"
- 1410 IF O%=4 THEN CHAIN "MS-ZERO.EXE"
- 1440 END