diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/SELECT/SELECT.SKL | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/SELECT/SELECT.SKL')
| -rw-r--r-- | v4.0/src/SELECT/SELECT.SKL | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/v4.0/src/SELECT/SELECT.SKL b/v4.0/src/SELECT/SELECT.SKL new file mode 100644 index 0000000..93b383f --- /dev/null +++ b/v4.0/src/SELECT/SELECT.SKL | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | :util select ;AN000; | ||
| 2 | ;AN000; | ||
| 3 | :class A ;AN000; | ||
| 4 | :use 1 COMMON1 ;AN000; | ||
| 5 | :use 2 common2 ;AN000; | ||
| 6 | :use 3 common3 ;AN000; | ||
| 7 | :def 4 BELL,'Invalid SELECT Boot Media',CR,LF,CR,LF ;AN000; | ||
| 8 | 'Insert INSTALL diskette in drive A, then retry' ;AN000; | ||
| 9 | :def 5 BELL,'Invalid Disk/Diskette Media',CR,LF,CR,LF ;AN000; | ||
| 10 | 'Insert INSTALL diskette in drive A, then retry' ;AN000; | ||
| 11 | :def 6 BELL,'Invalid Parameters on SELECT Command Line',CR,LF,CR,LF ;AN000; | ||
| 12 | 'Make sure the INSTALL diskette is in drive A,',CR,LF ;AN000; | ||
| 13 | 'then press Ctrl+Alt+Del to restart.' ;AN000; | ||
| 14 | :def 7 BELL,'Unable to install DOS. Program terminated',CR,LF ;AN000; | ||
| 15 | :def 8 'Loading SELECT. Please wait...' ;AN000; | ||
| 16 | :def 9 'You must restart your computer to continue.',CR,LF,CR,LF ;AN000; | ||
| 17 | 'Press Ctrl+Alt+Del to continue with DOS installation.' ;AN000; | ||
| 18 | :class B ;AN000; | ||
| 19 | :def 10 'Insert SELECT diskette in drive A',CR,LF,CR,LF ;AN000; | ||
| 20 | 'Press ENTER to continue installing DOS,',CR,LF ;AN000; | ||
| 21 | 'or press ESC to exit.',CR,LF ;AN000; | ||
| 22 | :def 11 BELL ;AN000; | ||
| 23 | :def 12 'Insert SELECT diskette in drive A',CR,LF,CR,LF ;AN000; | ||
| 24 | 'Press ENTER to continue.',CR,LF ;AN000; | ||
| 25 | :def 13 'Remove the SELECT COPY Diskette from drive A',CR,LF,CR,LF ;AC080;SEH ;AN000; | ||
| 26 | 'Insert the INSTALL Diskette in drive A',CR,LF,CR,LF,CR,LF ;AN000; | ||
| 27 | 'Press Enter to continue.',CR,LF ;AN000; | ||
| 28 | :def 14 'Remove the INSTALL Diskette from drive A',CR,LF,CR,LF ;AN000; | ||
| 29 | 'Insert the SELECT COPY Diskette in drive A',CR,LF,CR,LF,CR,LF ;AC080;SEH ;AN000; | ||
| 30 | 'Press Enter to continue.',CR,LF ;AN000; | ||
| 31 | :def 15 'Copying diskette . . .',CR,LF ;AN000; | ||
| 32 | :def 16 'Drive not ready. Please close the',CR,LF,CR,LF ;AN000; | ||
| 33 | 'diskette drive door and press Enter',CR,LF ;AN000; | ||
| 34 | 'to continue, or Esc to exit SELECT.',CR,LF ;AN000; | ||
| 35 | :def 17 'Write protect diskette in drive.',CR,LF,CR,LF ;AN000; | ||
| 36 | 'Please remove protect tab and',CR,LF ;AN000; | ||
| 37 | 'press ENTER to continue, or Esc to exit SELECT.',CR,LF ;AN000; | ||
| 38 | :def 18 'An error occurred while installing DOS.',CR,LF ;AN000; | ||
| 39 | 'Press Enter to continue, or Esc to exit SELECT.',CR,LF ;AN000; | ||
| 40 | :def 19 'Insert the INSTALL Diskette in drive A',CR,LF,CR,LF ;AN000; | ||
| 41 | 'Press Enter to continue.',CR,LF ;AN000; | ||
| 42 | :use 20 EXTEND8 ;AN067;SEH insufficient memory | ||
| 43 | :end ;AN000; | ||