home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9507 < prev    next >
Text File  |  1992-01-07  |  4KB  |  89 lines

  1.  
  2. OS/2 P r o g r a m m a T h e e k volume 9507
  3.  
  4.  
  5.  
  6. Titel: MAZE, DEOS Command editor, PM demo under DOS
  7.  
  8. Number  Name            Size    Date    Comments
  9.         CATALOG  O07      819   9-10-89 This text
  10. 9507.01 DEOS2    ZIP    19001   2-09-89 Another Command Line  Editor
  11. 9507.02 KILL     ZIP     5362   7-26-89 Kill an OS/2 process  (no DOC)
  12. 9507.03 LINES    ZIP     4499   2-08-89 Show 50 lines on VGA  in sreen group
  13. 9507.04 OS2CMD   ZIP     1559   4-15-88 Dutch comparison  OS/2 - MSDOS
  14. 9507.05 OS2PID   ZIP     1456   7-26-89 Ask process ID, kill  Process
  15. 9507.06 OS2PRES  ZIP   167364  12-12-88 MS-DOS (!)  Storyboard (EGA min.):
  16.                                         OS/2 Pres. Manager  (IBM commercial)
  17. 9507.07 PCTJOS2  ZIP    14825   9-10-89 Dual Boot Program - 
  18.                                         see PC Tech Journal
  19. 9507.08 PMMAZE1A ZIP    16253   9-04-89 Presentation Manager  maze game
  20. 9507.09 SYSACT11 ZIP    23203   8-31-89 Monitor current  system activity
  21.         VOL9507  ABS     3394   9-10-89 Zorro's abstract
  22.                11 File(s)     99328 bytes free on volume  DOSGG9507
  23.          
  24.  
  25.        CLE  (Command Line Editor for OS/2) is utility for  OS/2 which allows
  26. more natural recall and editing of command  than using the indigenous F1 - F6
  27. key stroke editing.
  28.        The way  command line  editing  works  with CLE is  more like the way
  29. you edit a document using DisplayWrite or   other word  processor. The  
  30. keystrokes  used   are   Left  Arrow, Right Arrow, Ctl Left Arrow, Ctl Right
  31. Arrow, Home,  End,  Ins,
  32. Del, Backspace, Ctl End, Esc.
  33.        CLE   remembers a substantial number of previous  commands, the exact
  34. number depending on how long they are,  but typically dozens, and you can
  35. recall and see them by  scrolling up or  down through  them using  the Up
  36. Arrow  and   Down Arrow keys.  It  is  even possible to recall commands  by
  37. initial letter. Pressing F1  followed by  a letter   recalls the  most recent
  38. command issued  that started with   that letter.   CLEOS remains in  History
  39. mode,  indicated by   a full-block  cursor, until F2  is  pressed  or  until 
  40. CLE   can't  find  a  command starting with  the character  given.   Thus  the
  41. sequence  F1 d recalls the last  command starting
  42. with  d.  Pressing d  again recalls the one before that, and  so on.
  43.        The other  function  keys F3  to  F12, and  the   shift, control and
  44. Alt  function keys  can have  strings  assigned  to them so that pressing F3,
  45. for instance, could  be equivalent to typing "dir/w *.doc".
  46.  
  47.  
  48. ** PMMAZE **
  49.  
  50.          This may aid your understanding of PMMAZE.   Unfortunately, use
  51. of an explicit stack instead of recursion results in  somewhat obscure
  52. code.  Good luck!
  53.  
  54.      To solve a maze, start at the entrance (lower left-hand  room).  Use
  55. chalk to draw a line on the floor from the  middle of the room to the outside
  56. of the maze.  In a given  room, find a direction out of the room that you have
  57. not yet  taken and that does not follow your chalk line.  If such a  direction
  58. exists, extend the chalk line in that direction  until you reach the middle of
  59. an adjacent room.  
  60.    If no such direction exists, follow the chalk line out of  the room,
  61. erasing it until you reach the middle of an  adjacent room.  Since the maze
  62. generated by this program has  exactly one solution that does not involve
  63. backtracking, you  will eventually reach the
  64. exit (upper right-hand room).
  65.  
  66. ** PCTech Journal OS/2 **
  67. This is an utility to make your system 'dual-booting':  MS-DOS or
  68. OS/2 on the same harddisk. You will need the following  articles:
  69. PC Tech Journal Vol. 6 No. 9, September 1988, page 137
  70. PC Tech Journal Vol. 7 No. 2, February  1989, page 132
  71.  
  72.  
  73.                    SETTING THE VGA DISPLAY FOR 50 LINES
  74.  
  75. The file here, LINES.EXE, toggles the VGA display between 50  lines and 25
  76. lines in protected mode.  The setting is  effective only for the particular
  77. screen group that the  program is run in; other partitions remain in whatever 
  78. format they were started.
  79.  
  80.                 System Activity V1.10
  81.  
  82. This OS/2 protected mode program allows the user to inspect  some of the
  83. key system activities. It includes the display of:
  84.  
  85.      -    Total CPU usage (in percent)
  86.      -    Largest free physical memory block (RAM)
  87.         - Swap file increase (in KB)
  88.      -    Number of spool files
  89.      -    Total size of all spool files (in KB)