home *** CD-ROM | disk | FTP | other *** search
- OOPS.DOC
-
-
- OOPS.COM will retrieve basic(a) files lost when you return to
- DOS without saving the program.
-
- To try it out, enter basic or basica, type a couple of lines of
- code, return to DOS, and type OOPS. The 'lost' code will be saved
- into a file called %SAVED.BAS
-
-
- xx>BASICA
-
- 10 rem this is a line of code
- 20 x=x+1 'and so is this
- 30 end
-
- system
-
- >OOPS
-