home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ^ SYSTEM AND DOS INFO
- ^ =================
- ^
- ^ CURRENT DEFAULT DRIVE & DIR: { {
- ^
- ^ COLOR DISPLAY DETECTED ? {
- ^
- ^ RODENT DETECTED ? { SOUND ON ? {
- ^
- ^ FREE SYSTEM MEMORY { K. FREE DISK SPACE { K.
- ^
- ^^^
-
- 12345678901234567890123456789012345678901234567890123456789012345678901234567890
- \
- GetCurrentDrive$, "\\"
- GetCurrentDir$ (""), "\ \"
- MID$ ("YN", 2+ColorDisplay, 1), "!"
- MID$ ("YN", 2+NeedDCon, 1), "!"
- MID$ ("YN", 2+SoundOn, 1), "!"
- FRE (-1) / 1024, "####"
- GetFreeSpace! ("") / 1024, "#####"
-
-