home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / 9640news / CAT22 / MDOSTIPS.ARK < prev    next >
Text File  |  2006-10-19  |  5KB  |  106 lines

  1. ?
  2.  
  3. The text below is the relative portions of 2 messages left on the TI-ECHO.
  4. Hope it does someone some good.  Rory Binkerd
  5.  
  6. 188/202 10 Nov 89 09:16:17
  7. From:   Scott Stasiowski
  8. To:     Tony Dalfonzo
  9. Subj:   MDOS TIDBITS
  10. Attr:
  11. ------------------------------------------------
  12. Below are listed a few things that after about 2 years I found out have been
  13. in some versions of MDOS that were very very sadly not even so as much as
  14. written down in an addedum by Myarc for their Geneve owners that can not
  15. afford Compuserve or Genie.  So for you folks in the Sticks I offer this
  16. file.
  17. ///
  18. +---------+--------------------------------------------+------------------- +
  19. |COMMANDS | WHAT IT PERFORMS                           |     COMMENTS      |
  20. +---------+--------------------------------------------+------------------- +
  21. |DIR `D   | Shows DISPLAY type filenames.              | Catalogs your disk|
  22. |DIR `DV  | Shows DISPLAY VARIABLE type filenames.     | and looks for only|
  23. |DIR `DF  | Shows DISPLAY FIXED type filenames.        | selected filetypes|
  24. |DIR `IV  | Shows INTERNAL VARIABLE type filenames.    | you specify with  |
  25. |DIR `IF  | Shows INTERNAL FIXED type filenames.       | the DIR ` command.|
  26. |DIR `P   | Shows PROGRAM type filenames.              |                   |
  27. +---------+--------------------------------------------+------------------- +
  28. |COPY `D  | Copies all DISPLAY types                   | Using the ` com-  |
  29. |COPY `DV | Copies all DISPLAY VARIABLE types.         | mand with the COPY|
  30. |COPY `DF | Copies all DISPLAY FIXED files.            | command will copy |
  31. |COPY `IV | Copies all INTERNAL VARIABLE files.        | All specified file|
  32. |COPY `IF | Copies all INTERNAL FIXED files.           | types on your disk|
  33. |COPY `P  | Copies all PROGRAM files.                  | to be copied.     |
  34. +---------+--------------------------------------------+------------------- +
  35. |DEL `D   | Deletes all DISPLAY types.                 | Using the ` com-  |
  36. |DEL `DV  | Deletes all DISPLAY VARIABLE types.        | mand with the DEL |
  37. |DEL `DF  | Deletes all DISPLAY FIXED files.           | command will then |
  38. |DEL `IV  | Deletes all INTERNAL VARIABLE files.       | Delete All spec-  |
  39. |DEL `IF  | Deletes all INTERNAL FIXED files.          | ified filetype to |
  40. |DEL `P   | Deletes all PROGRAM files.                 | to be deleted!    |
  41. +---------+--------------------------------------------+------------------- +
  42. |ATTRIB +P `D   | Protects all DISPLAY types.          | Using ATTRIB +P   |
  43. |ATTRIB +P `DV  | Protects all DISPLAY VARIABLE types. | command with the `|
  44. |ATTRIB +P `DF  | Protects all DISPLAY FIXED files.    | command will cause|
  45. |ATTRIB +P `IV  | Protects all INTERNAL VARIABLE files.| all specified file|
  46. |ATTRIB +P `IF  | Protects all INTERNAL FIXED files.   | type to become    |
  47. |ATTRIB +P `P   | Protects all PROGRAM files.          | Protected.        |
  48. +---------+--------------------------------------------+------------------- +
  49. |ATTRIB -P `D   | Un-Protects all DISPLAY types.       | Using ATTRIB -P   |
  50. |ATTRIB -P `DV  | Un-Protects all DISPLAY VARIABLE type| command with the `|
  51. |ATTRIB -P `DF  | Un-Protects all DISPLAY FIXED files. | command will cause|
  52. |ATTRIB -P `IV  | Un-Protects all INTERNAL VARIABLE    | all specified file|
  53. |ATTRIB -P `IF  | Un-Protects all INTERNAL FIXED files.| types to become   |
  54. |ATTRIB -P `P   | Un-Protects all PROGRAM files.       | Un-Protected.     |
  55. +---------+--------------------------------------------+------------------- +
  56. ////
  57. SCROLLING THE COMMAND STACK
  58. ---------------------------
  59. In the Geneve Mdos manual on p.34 they mention Scrolling the Command Stack.
  60. Well
  61. the Geneve can do this but with Two changes I have noticed. The FCTN UP and
  62. DOWN arrows are used NOT the F1 key as the manual states!
  63. ////
  64. ------------------------------------------------
  65. SCROLLING THE SCREEN
  66. --------------------
  67. ////
  68. In the Geneve manual on p.35 they state that F3 allows you to see again the
  69. Test etc that has gone off your scren. Well again the Geneve 9640 can do this
  70. but you MUST use the FCTN 6 to Scroll UP the screen and then you could also
  71. use the FCTN 4 key to Scroll Down the screen.
  72. ////
  73.      NOTE: While in this SCROLL MODE you can also use your UP and DOWN arrows
  74.            for minor Adjustments.
  75. ////
  76. FILENAMES
  77. ---------
  78. ////
  79. Have you ever tried to rename a file from MY/FILE to some other name while in
  80. MDOS? Well MDOS gets upset and doesn't think it is a valid filename. The / is
  81. reserved for special Mdos commands. So a way around it is to type:
  82.      REN MY"/"FILE MYFILE
  83. Did you notice the " " that I used? Well that is a lil trick that Don Walden
  84. from the Milawaukee Area Usergroup showed me when I last had Him over for a
  85. visit some ancient time ago.
  86. ////
  87. SCREEN COLORS
  88. -------------
  89. ///
  90. Looking through the manual I did not find a reference to any color setup. But
  91. there is one! You can use the following commands either in your BATCH files or
  92. in your Autoexex files or simply just by typing them in at your A> or whatever
  93. drive you are at:
  94.      MODE Fn   Foreground / Where n equals any number from 1-16
  95.      MODE Bn   Background / Where n equals any number from 1-16
  96. ///
  97. +--------------------------------------------------------------------------
  98. ----+
  99. Scott
  100.  * Origin: Radio Free /\/\ilwaukee,WI 414-352-6176HST 351-1823 (1:154/414)
  101.  
  102.  
  103. Download complete.  Turn off Capture File.
  104.  
  105.  
  106.