home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / look120.lzh / LOOK.DOC next >
Text File  |  1987-06-03  |  4KB  |  110 lines

  1.                              LOOK120
  2.                        A File View Utility
  3.                        (C) Copyright 1987
  4.                           Doctor Debug
  5.                          Pittsburgh, Pa
  6.  
  7.                  This program is released to the 
  8.                public domain, and distribution is 
  9.                     permitted and encouraged.
  10.  
  11.      LOOK120 is an experimental program designed to allow viewing 
  12. of 120 columns on a standard IBM Color Display or Enhanced Color 
  13. Display. Please forward any comments you may have to the Doctor.
  14.  
  15.      The IBM PC is designed to show text in an 80X25 matrix, 
  16. meaning that attempts to view a file with line lengths of greater 
  17. than 80 causes the offending lines to be cut off at 80 or (worse) 
  18. wrapped around to the next line, making the display totally 
  19. incomprehensible. In particular, listing (.LST) files produced by 
  20. the Macro Assembler have long line lengths, and I quite often 
  21. like to look at the listing file to see a memory reference or to 
  22. check on how variables are being stored. This is very difficult 
  23. to do with only 80 columns. LOOK120 fills this need perfectly.
  24.  
  25.      LOOK120 in its current form is functionally equivalent to 
  26. BROWSE, a program from PC magazine. The only difference is that 
  27. LOOK120 displays the file in a 120 columns, 27 row format. This 
  28. means that the display is a little less readable, but if you 
  29. adjust your monitor's intensity a bit and get lots of Vitamin A 
  30. you should be able to make out everything.
  31.  
  32.      Invoke LOOK120 by typing:
  33.  
  34.           LOOK120 [drive:][path\]filename
  35.  
  36.      or, optionally:
  37.  
  38.           LOOK120          
  39.  
  40.      in which case the program will ask you to enter a filename.
  41.  
  42.      The first page of the file will be displayed in "compressed" 
  43. mode. Now you can give the following single keypress commands:
  44.  
  45.      ESC       - return to DOS
  46.      Home      - show beginning of file
  47.      End       - show end of file
  48.      PageUp    - show previous page of file
  49.      PageDn    - show next page of file
  50.      Space     - toggle "upper case" mode. Initially, the text is 
  51.                  displayed exactly as it appears in the file. If 
  52.                  "upper case" mode is activated all lower case 
  53.                  letters will be made upper case, as these are a 
  54.                  bit more readable. 
  55.  
  56.      Again, I stress that this program is its experimental stage. 
  57. If you like the "compressed" display, please let me know and I 
  58. will expand upon this program, giving it search functions, for 
  59. instance. LIST120 is currently written in Turbo Pascal, but a 
  60. finished version would certainly be in Assembler for increased 
  61. speed.
  62.  
  63.      If you have any comments or suggestions, please forward them 
  64. to:
  65.  
  66.                     Doctor Debug
  67.                     1 Windsor Road B-6
  68.                     Pittsburgh, Pa  15239
  69.  
  70.      or you can leave a message in the Doctor's Laboratory on any 
  71. of these fine OPUS BBS Systems:
  72.  
  73.           Soundingboard  (412) 681-9464
  74.           NeverBoard     (412) 243-5880
  75.     
  76.      In addition to these boards, the latest versions of all the 
  77. Doctor's Public Domain and Shareware programs can always be found 
  78. on:
  79.  
  80.           The Astral Board (Collie)  (412) 571-0472
  81.  
  82.  
  83.      Among these programs are:
  84.  
  85.      SUPERCOM -     Buffered Asynchronous Support for Assembler 
  86.                     and Pascal programmers
  87.  
  88.      SUPERSORTER -  Throw away the DOS SORT command
  89.  
  90.      INVIS-I-DISK - Makes floppies "invisible" to the boot 
  91.                     process
  92.  
  93.      UPDATE -       File utility allows backup of files which 
  94.                     already exist on the floppy. 
  95.  
  96.      FIXKEYS -      Allows your programs to detect "undetectable" 
  97.                     keystrokes (like Keypad-5 and F11, F12)
  98.  
  99.      EX -           Allows nesting of DOS Batch files
  100.  
  101.      BETCOMP -      Full featured in-context file comparison 
  102.                     program.
  103.  
  104.      REBOOT -       Reboot your system at the same time every 
  105.                     night.                                                       
  106.           
  107.      SWITCH -       Quickly and easily switch two filenames
  108.  
  109.  
  110.