Source:Last Update Install
Jump to navigation
Jump to search
| This page is a verbatim reproduction of original source material and should not be edited except for maintenance. | |
| Description |
The Applesoft BASIC source code of the Eamon utility program Last Update Install. |
|---|---|
| Source | |
| Date |
c. 1988 |
| Author | |
| License |
The use of this item is permitted on the grounds that it's free or in the public domain. |
10 A$ = "A" + CHR$ (8)
20 D$ = CHR$ (4)
25 INPUT "DATE: ";U$
30 PRINT D$;"UNLOCK ";A$;",D1"
40 PRINT D$;"RENAME";A$;",LAST UPDATE: ";U$
60 END