home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / sms-2.zip / SEBFU35.EXE / SEBFU.DTA < prev    next >
Text File  |  1991-06-01  |  233KB  |  7,408 lines

  1. USERID          13SWV35051791
  2. DSKRDY.DOC    1024
  3. ; Syntax : DSKRDY d: /H /W /T ?
  4.  
  5. ; Where : 'd:' is any valid drive, A,B,C followed by a colen
  6. ;         '/H' specifies check of hard drive, default is floppy
  7. ;         '/T' Type of drive (errorlevels 2 thru 5)
  8. ;         '/W' Checks for write protect, writes to disk ***
  9. ;         '?'  displays the usage, other switches ignored
  10.  
  11. ; ERRORLEVELS : 255 (0FF) tamper detect
  12. ;               254 (0FE) bad command line
  13. ;               253 (0FD) invalid drive
  14. ;                 8       drive failed (no disk in drive, etc...)
  15. ;                 7       floppy write protected
  16. ;                 6       no floppy installed (change line support)
  17. ;                 5       1.44 Meg floppy
  18. ;                 4       720K  floppy
  19. ;                 3       1.2  Meg floppy
  20. ;                 2       360K  floppy
  21. ;                 1       Disk is formatted
  22. ;                 0       Safe to format
  23. FMTD.BAT       384ECHO OFF
  24. CLS
  25. IF %1*==*GOTO XIT
  26. :TST
  27. DSKRDY %1
  28. IF ERRORLEVEL 2 GOTO DRVPRB
  29. IF ERRORLEVEL 1 GOTO FMTQ
  30. :FMTD
  31. FORMAT %1
  32. GOTO XIT
  33. :FMTQ
  34. ECHO Disk in drive %1 already formatted, reformat ? (Y/N)
  35. YN
  36. IF ERRORLEVEL 2 GOTO XIT
  37. GOTO FMTD
  38. :DRVPRB
  39. ECHO disk error ! Press ENTER to retry (correction made)
  40. ECHO  or press ESCAPE to abort
  41. CR
  42. IF NOT ERRORLEVEL 1 GOTO TST
  43. :XIT
  44.  
  45. GO.BAT          44echo off
  46. cls
  47. type read.me
  48. pause
  49. syntax
  50. PASSYS.BAT      88ECHO OFF
  51. WRITE /N,USER NAME : 
  52. RESP NAME
  53. WRITE /N,PASSWORD : 
  54. PSWD
  55. LOG %NAME% /I
  56. ORDER.FRM     4608
  57.  
  58.                        SCANLON ENTERPRISES - ORDER FORM
  59.  
  60.  
  61.        ┌─────────────────────────────────────────────────────────────┐
  62.        │ Product / description                UNIT       EXTENDED    │
  63.        │                                      PRICE        PRICE     │
  64.        │                                             Quan            │
  65.        │ SEBFU 3.5 (Batch File Utils) ..... $ 39.95  ____  _________ │
  66.        │                                                             │
  67.        │ LWRITE 1.0 (Text Editor) ......... $ 20.00  ____  _________ │
  68.        │                                                             │
  69.        │ SEBFI 1.0 (Batch file interpreter  $ 20.00  ____  _________ │
  70.        │                                                             │
  71.        │ SEBFI + (Enhanced SEBFI) ......... $ 59.95  ____  _________ │
  72.        │                                                             │
  73.        │ BATHOOK (Add commands to DOS) ...  $ 12.95  ____  _________ │
  74.        │                                                             │
  75.        │ BATHOOK + (Enhanced BATHOOK) ..... $ 59.95  ____  _________ │
  76.        │                                                             │
  77.        │ GMENU (Menuing System)  .......... $  9.95  ____  _________ │
  78.        │                                                             │
  79.        │ GMENU + (Enhance Menuing System) . $ 29.95  ____  _________ │
  80.        │                                                             │
  81.        │ AREA CODE ........................ $  3.00  ____  _________ │
  82.        │                                                             │
  83.        │ BCS (Phone dialer, message center) $  9.95  ____  _________ │
  84.        │                                                             │
  85.        │ PPD (Pop up phone dialer) .......  $ 19.95  ____  _________ │
  86.        │                                                             │
  87.        │ PPD + (Enhanced PPD) ............. $ 59.95  ____  _________ │
  88.        │                                                             │
  89.        │ Shareware Catalog on Disk ........ $  5.00  ____  _________ │
  90.        │                                                             │
  91.        │ Shareware sampler ................ $  5.00  ____  _________ │
  92.        │                                                             │
  93.        │ S U B   T O T A L (ABOVE) .....................   _________ │
  94.        │                                                             │
  95.        │ Shipping / handling (US orders)    $  2.00        _________ │
  96.        │                                                             │
  97.        │ Shipping / handling (Canda/Mexico) $  3.00        _________ │
  98.        │                                                             │
  99.        │ Shipping / handling (All others)   $  5.00        _________ │
  100.        │                                                             │
  101.        │ C.O.D. charge .................... $  5.00        _________ │
  102.        │                                                             │
  103.        │ California Residents 7% tax .................     _________ │
  104.        │                                                             │
  105.        │ G R A N D   T O T A L    ....................   ___________ │
  106.        │                                                             │
  107.        │ Credit card purchase   Visa   Master Card   (circle one)    │
  108.        │                                                             │
  109.        │                                                             │
  110.        │ Card # __________________________  Expires on ____________  │
  111.        │                                                             │
  112.        │                                                             │
  113.        │ Name on card _____________________________________________  │
  114.        │                                                             │
  115.        └─────────────────────────────────────────────────────────────┘
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.        Make check or money order to : SCANLON ENTERPRISES
  124.                      3854 17TH St E , Palmdale, CA 93550
  125.  
  126.  
  127.        C.O.D. or charge orders may call (805) 272-4827
  128.  
  129.        Name & address to send order to :
  130.  
  131.  
  132.                _________________________________________________
  133.  
  134.  
  135.                _________________________________________________
  136.  
  137.  
  138.                _________________________________________________
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. MANUAL.DOC  108800
  189.  
  190.  
  191.                           Welcom to SEBFU version 3.5.0
  192.  
  193.  
  194.  
  195.                                     S E B F U
  196.  
  197.  
  198.                                   Version 3.5.0
  199.  
  200.  
  201.  
  202.                     Scanlon Enterprises Batch File Utilities
  203.  
  204.  
  205.                            (1990) Scanlon Enterprises
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.                              U S E R    M A N U A L
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.                                Scanlon Enterprises
  220.                               38354 17th St. E. #D
  221.                                Palmdale, CA 93550
  222.                                  (805) 272-4827
  223.  
  224.  
  225.  
  226.  
  227.  
  228.                    Copyright (C) 1989/90  Scanlon Enterprises
  229.                                All Rights Reserved
  230.  
  231.  
  232.  
  233.         This version of the SEBFU documentation, software and copyright 
  234.         supersedes all previous versions of SEBFU.
  235.  
  236.         Specifications subject to change without notice.
  237.  
  238.         We in no way imply a warantty or guarantee that this software 
  239.         will fit your specific needs or uses.
  240.  
  241.         No part of this manual may be reproduced, transmitted, 
  242.         transcribed, stored in a retrieval system or translated into any 
  243.         language (natural or computer), in any form or by any means, 
  244.         except as described in the licence agreement without the prior 
  245.         written permission of P. Scanlon/Scanlon Enterprises.
  246.  
  247.         You are hereby granted a limited license to use the software 
  248.         described herein.  The software may be used or copied only in 
  249.         accordance with the terms of that license.
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.                                     S E B F U
  259.  
  260.  
  261.  
  262.                                   Version 3.3.0
  263.  
  264.  
  265.  
  266.  
  267.                          (C) 1989/90 Scanlon Enterprises
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.         Sebfu first appeared in March of 1989 as the Scanlon Batch File 
  276.         Utilites, and was distributed as shareware.
  277.  
  278.  
  279.         The author provides this manual "as is" without warranty of any 
  280.         kind, either expressed or implied, including, but not limited to, 
  281.         the particular purpose.  The author may make improvements and/or 
  282.         changes in the product(s) and/or the program(s) described in this 
  283.         manual at any time.
  284.  
  285.  
  286.         This product could include technical inaccuracies or 
  287.         typographical errors.  Changes are periodically made to the 
  288.         information herein;  these changes will be incorporated in new 
  289.         editons fo the publication.
  290.  
  291.  
  292.         All specifications subject to change without notice.
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.         SEBFU   Version 3.0.0        (C) 1989/90    Scanlon Enterprises
  323.  
  324.  
  325.  
  326.                                   L I C E N C E
  327.  
  328.  
  329.  
  330.                                                                           
  331.                                                 
  332.  
  333.         SEBFU is copyright (C) 1989/90 by Scanlon Enterprises
  334.  
  335.                                                                        
  336.                                                                         
  337.                                                                           
  338.                                                                          
  339.                                                                         
  340.                                                                          
  341.                                                   
  342.  
  343.         The owner of this software is hereby granted full use of the uti-
  344.         lities on any single user system or on any small Lan system (not 
  345.         to exceed 5 users).  Should any problems occur, the user should 
  346.         contact us at the above address or phone number, or leave us a 
  347.         message on PC-LINK    (user ID : 33-5941-5682)
  348.  
  349.         The licenced owner may replicate this software as many times as 
  350.         necessary for purposes of backup, and may     share or otherwise 
  351.         make copies available to others.
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.         SEBFU   Version 3.0.0        (C) 1989/90    Scanlon Enterprises
  388.  
  389.  
  390.  
  391.                                D I S C L A I M E R
  392.  
  393.  
  394.  
  395.  
  396.         Use of this software acknowledges this disclaimer of warranty : 
  397.         "This program is supplied as-is.  Scanlon Enterprises disclaims 
  398.         all warranties, expressed or implied, including, without limita-
  399.         tion, the warranties of merchantability and of fitness of this 
  400.         program for any purpose.  Scanlon Enterprises assumes no liabili-
  401.         ty for damages direct or consequential, which may result from the 
  402.         use of this software."
  403.  
  404.  
  405.  
  406.  
  407.                               T R A D E M A R K (S)
  408.  
  409.  
  410.         MS-DOS is a registered trademark of Microsoft Corporation
  411.         PC-DOS is a registered trademark of IBM Corporation
  412.         DR-DOS is a registered trademark of Digital Research
  413.         WordStar is a registered trademark of MicroPro International Corp
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.         SEBFU   Version 3.0.0        (C) 1989/90    Scanlon Enterprises
  456.            
  457.                  T A B L E    O F    C O N T E N T S   .... i
  458.  
  459.  
  460.  
  461.  
  462.         Table of contents ........................  i
  463.         Acknowledgements ......................... ii
  464.         Introduction .............................iii
  465.         Requirements ............................. iv
  466.         Special Notes ............................  v
  467.         Features .................................  1
  468.         List of utilities ........................  2
  469.         Quick Start ..............................  3
  470.         About Dos ................................  4
  471.         About Batch Files ........................  6
  472.         Start of Command Usage ...................  9
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.                                     Page i
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.                           S E B F U    Version 3.0.0
  522.                        (C) 1989/90  Scanlon Enterprises
  523.  
  524.  
  525.  
  526.                          A C K N O W L E D G E M E N T S
  527.  
  528.  
  529.         Hundreds of hours of effort went into the development of SEBFU, 
  530.         and we had lots of help.  Special thanks go to:
  531.  
  532.         My sister for her valuable suggestions, for 'proofing' this manu-
  533.         al and helping in the debugging process.
  534.  
  535.         Margaret Killeen and her husband Ron Chordigan, with out whom 
  536.         this software would never have been placed into market.
  537.  
  538.         My Mother for her encouragement and support.
  539.  
  540.  
  541.         To ALL registered users - THANK YOU - it is only through your 
  542.         support that additional versions are made possible.
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.                                     Page ii
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.                           S E B F U    Version 3.0.0
  588.                        (C) 1989/90  Scanlon Enterprises
  589.  
  590.  
  591.  
  592.                              I N T R O D U C T I O N
  593.  
  594.  
  595.  
  596.  
  597.         This manual describes the use and operation of SEBFU, a set of 
  598.         batch file utilities, for the IBM/PC and compatible computers. 
  599.         The manual includes installation instructions, overview of 
  600.         SEBFU's major features and reference for all of SEBFU'S commands.
  601.  
  602.  
  603.         SEBFU is a set of batch file utilities, which when combined, of-
  604.         fer an improvement over the stand alone Dos COMMAND.COM batch 
  605.         file interpreter.  These utilities will allow the user to detect 
  606.         and react to many different system environments.  SEBFU offers 
  607.         the novice and experieced users the power to create batch files 
  608.         to do everything from automating the format process to making 
  609.         powerful menus'. We have included several batch files to show you 
  610.         how to use these utilities.  To start one, just enter the batch 
  611.         file name (without the .bat extension) at the Dos prompt.
  612.  
  613.         SEBFU is for: any IBM computer (or compatible) user, who wishes 
  614.         to make their system easier to use; system integrators, to place 
  615.         powerful custom menus on turn key systems; Software distributors, 
  616.         who want easy to install software.
  617.  
  618.         SEBFU is an inexpensive way to obtain the additional power 
  619.         reqired by todays' system user.  If these utilities were 
  620.         purchased seperately (from other authors) they could easily cost 
  621.         you over $300.00 !  Thus, for only a fraction of the cost, you 
  622.         have gotten these utilities, and for less than 50 cents each.
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.                                    Page iii
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.                           S E B F U    Version 3.0.0
  654.                        (C) 1989/90  Scanlon Enterprises
  655.  
  656.  
  657.  
  658.                              R E Q U I R E M E N T S
  659.  
  660.  
  661.  
  662.  
  663.         The SEBFU utilities require very little actual memory while 
  664.         running, as each one is a small COM file, and only one utility at 
  665.         a time is ever in memory.  Thus, our utilities will run on the 
  666.         following minimum IBM or clone.
  667.  
  668.         IBM OR CLONE with 128K ram
  669.                           1 floppy drive
  670.                           any monitor or display type
  671.                           any keyboard
  672.  
  673.  
  674.         You will need some text editor or wordprocess to creat batch 
  675.         files.  The editor may be something as simple as the Dos EDLIN 
  676.         program or as sophisticated as Wordstar (R) Micropro.
  677.  
  678.         We also recommend you have some knowledge of batch files in 
  679.         general.  This information is available in your Dos user manual 
  680.         or many books commonly available.   Some knowledge of using Dos 
  681.         is also necessary (for those who don't have this knowledge, we 
  682.         suggest you read the section ABOUT DOS).
  683.  
  684.         We also supply a fairly good BATCH FILE TUTOR, see TUTOR.DOC
  685.  
  686.         NOTE:  For those of you with monochrome systems (no color), those 
  687.         function which allow choices of color, will only give you 4 
  688.         possible display types, no matter what color you attempt to 
  689.         choose. These color choices are : Black, white, intense white, 
  690.         underlined white and blink.  The background color may either be 
  691.         white or black.
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.                                     Page iv
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.                           S E B F U    Version 3.0.0
  720.                        (C) 1989/90  Scanlon Enterprises
  721.  
  722.  
  723.  
  724.                            S P E C I A L    N O T E S
  725.  
  726.  
  727.  
  728.         The following rules apply to SEBFU usage:
  729.  
  730.             (1) When b (or bc) is used to indicate color (background), 
  731.         the possible color values are between 0 and 7, where:
  732.  
  733.                  0 = Black                     4 = Red
  734.                  1 = Blue                      5 = Magenta
  735.                  2 = Green                     6 = Brown
  736.                  3 = Cyan                      7 = Gray (light white)
  737.  
  738.               NOTE: Values greater than 7 result in a flashing foreground 
  739.         color, and the background becomes f-8. IE.. if you enter 9 for 
  740.         the background (f) then the foreground color blinks and the 
  741.         background will actually be 9-8=1 or Blue !!
  742.  
  743.             (2) When f (or fc), is used to indicate color (foreground), 
  744.         the possible color values are between 0 and 15, where:
  745.  
  746.                 The first 8 values (0 thru 7) are the same as background
  747.  
  748.                  8 = Dark gray                 12 = Light red
  749.                  9 = Light blue                13 = Light magenta
  750.                 10 = Light green               14 = Yellow
  751.                 11 = Light cyan                15 = Bright white
  752.  
  753.               NOTE: These values may have different effects on MGA, EGA 
  754.         or VGA systems. IE... on MGA systems, the user can only display 
  755.         various intensities of white.
  756.  
  757.             (3) On CGA systems, rows may be no larger than 25 and columns 
  758.         no wider than 80 (same for MGA).  If you are using EGA or VGA 
  759.         systems, this limit may not apply.
  760.  
  761.             (4) All commands do NOT redirect unless other wise specified
  762.  
  763.             (5) All command line parameters may be upper or lower case, 
  764.         unless otherwise specified..
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.                                     Page v
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.                           S E B F U    Version 3.0.0
  786.                        (C) 1989/90  Scanlon Enterprises
  787.  
  788.  
  789.  
  790.                                  F E A T U R E S
  791.  
  792.  
  793.         SEBFU (version 3.0.0) has over 60 commands which enhance and add 
  794.         power to your batch file operations.  Included are functions to: 
  795.         maintain menus; retrieve single or multiple keystrokes; check and 
  796.         control cursor movement; check and control screen colors; check 
  797.         and control video modes (and pages); check drive status; check 
  798.         printer status; check for various drivers such as mouse, EMS, 
  799.         ANSI, etc..; display directory lists and much more.
  800.  
  801.  
  802.         SEBFU now has a batch file Intrepeter (SEBFI) which makes using 
  803.         batch files even faster (up to 10 times).  Although SEBFI does 
  804.         not have all of the SEBFU commands, it does have many of them 
  805.         (the most popular) and includes the standard COMMAND.COM internal 
  806.         commands, such as ECHO, CLS, TYPE, COPY, IF, EXIST, and more. 
  807.         Using SEBFI is easy, and screens seem to pop out of nowhere!
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.                                     Page 1
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.                           S E B F U    Version 3.0.0
  852.                        (C) 1989/90  Scanlon Enterprises
  853.  
  854.  
  855.  
  856.                        LIST OF UTILITIES (QUICK REFERENCE)
  857.  
  858.  
  859.  
  860.  
  861.         The commands are listed in alphabetical order, and simply state 
  862.         the syntax and brief description.  This document is usuable as a 
  863.         quick reference to see which command to use.
  864.  
  865.         BEEP sounds the speaker for a very short duration.
  866.         Syntax : BEEP n C K
  867.  
  868.         BIGLTR  displays up to 10 alpha-numeric characters on the display
  869.         Syntax : BIGLTR msg /Fn Bn Pn /An
  870.  
  871.         BOX draws a box of any size, using any of several text graphics 
  872.         characters available.
  873.         Syntax : BOX sr sc er ec /Fn /Bn /Pn /S /Gn /Ac /D
  874.  
  875.         BREAK (DOS function) toggles break on or off
  876.         Syntax : BREAK ON/OFF
  877.  
  878.         CALCYR  Calculates the difference between 2 dates
  879.         Syntax : CALCYR y1 y2 /W
  880.  
  881.         CD [CHDIR] (DOS function) Change directories
  882.         Syntax : CD pathname
  883.  
  884.         CDCK  checks for the existance of a CD Rom driver
  885.         Syntax : CDCK
  886.  
  887.         CDD  moves toward the root directory
  888.         Syntax : CDD n
  889.  
  890.         CGABORDR  changes the border on CGA systems
  891.         Syntax : CGABORDR n p
  892.  
  893.         COLOR  Sets the screen colors via ANSI.SYS .. Syntax : COLOR
  894.  
  895.         CR  Waits for the user to press the enter key. Syntax : CR
  896.  
  897.         DETANSI  Tests for the existance of the ANSI.SYS driver.
  898.         Syntax : DETANSI
  899.  
  900.         DFREE  Checks the amount of space available on a selected drive.
  901.         Syntax : DFREE drive variable /M /K /B
  902.  
  903.         DLST  Enhanced directory listing utility.
  904.         Syntax : DLST file spec /Ln /Rn /Bn /Tn /E list /I list
  905.                           /X /D /Z /H /C (colors)
  906.  
  907.  
  908.  
  909.  
  910.                                     Page 2
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.                           S E B F U    Version 3.0.0
  918.                        (C) 1989/90  Scanlon Enterprises
  919.  
  920.  
  921.  
  922.         ENVSIZE  Tests the Dos environment area for amount of space, or 
  923.         amount of space remaining.
  924.         Syntax : ENVSIZE var /Dn /R
  925.  
  926.         FCHR  Fills a selected video area with a selected char. type.
  927.         Syntax : FCHR sr sc er ec bc fc p c
  928.  
  929.         FSIZE  Gets file size and information requarding drive fit.
  930.         Syntax : FSIZE spec /V var list /Dn /F /H /N /A /S /X
  931.                             /Mx[d:] /E list /I list
  932.  
  933.         FNDHID  Displays a list of all files, in the current directory 
  934.         which have unusual file attributes such as hidden or read only.
  935.         Syntax : FNDHID
  936.  
  937.         FUNKEY  Waits for the user to press any function key.
  938.         Syntax : FUNKEY
  939.  
  940.         GALF  Waits for the user to press any alpha key, upper or lower 
  941.         case.  Syntax : GALF var
  942.  
  943.         GCURS  Checks the cursor postion.  Syntax : GCURS RCV
  944.  
  945.         GDIR  Sets a Dos variable equal to the current directory.
  946.         Syntax : GDIR var /X
  947.  
  948.         GDRIVE  Checks which drive is currently active.
  949.         Syntax : GDRIVE var
  950.  
  951.         GETCOLR  Checks the screen color at the cursor.
  952.         Syntax : GETCOLR /B /VX
  953.  
  954.         GETNUM  Waits for any numeric key to be pressed.
  955.         Syntax : GETNUM list
  956.  
  957.         GETVER  Checks the current Dos version. Syntax : GETVER
  958.  
  959.         GEXT  Waits for any extended key input
  960.         Syntax : GEXT var /F
  961.  
  962.         GMEM  Gets information about Ram (expanded & extended also).
  963.         Syntax : GMEM /Dn /V /Cn /T /E /X /Z /A /S
  964.  
  965.         GSMODE  Get or set video mode
  966.         Syntax : GSMODE /Sn /V
  967.  
  968.         HDTYPE  Reports types of hard drives your system can manage.
  969.         Syntax : HDTYPE c
  970.  
  971.         INKEY  Retrieves any single keystroke, depending upon which 
  972.         swith(s) have been set.  Syntax : INKEY /switch(s)
  973.  
  974.  
  975.  
  976.                                     Page 3
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.                           S E B F U    Version 3.0.0
  984.                        (C) 1989/90  Scanlon Enterprises
  985.  
  986.  
  987.         INSTR  Searches on Dos string for the occurance of a specified 
  988.         character.  Sytnax : INSTR var1 var2 /Bn /Cc /Dn /Sc /X
  989.  
  990.         INVERT  Reverses the foreground and background screen colors 
  991.         without affecting the text.
  992.         Syntax : INVERT sr sc er ec /N /Pp
  993.  
  994.         KBTEST Checks for presense of 101 keyboard support.
  995.         Syntax : KBTEST /M
  996.  
  997.         KEYSTAT  Checks if a key has been pressed.
  998.         Syntax : KEYSTAT /CNSIUAKXV
  999.  
  1000.         KILL0  deletes all zero length files in a directory
  1001.         Syntax : KILL0
  1002.  
  1003.         KSTAT Checks for any keypress
  1004.         Syntax : KSTAT
  1005.  
  1006.         LEN  Gets the length of the specified Dos variable.
  1007.         Syntax : LEN var /Vvar /X
  1008.  
  1009.         LIMCK  Tests for the presence of an expanded memory driver.
  1010.         Syntax : LIMCK V
  1011.  
  1012.         LINE  Draws a line, using single line graphics, of a specified 
  1013.         length.  Syntax : LINE /Rn /Cn /Ln /Bn /Fn /S /Gn /Ac /Nn
  1014.  
  1015.         LNCNT  Counts lines in an ascii (text) file
  1016.         Syntax : LNCNT spec
  1017.  
  1018.         LOCATE  Postions the cursor at the specified row and column.
  1019.         Syntax : LOCATE r c p
  1020.  
  1021.         LOG  Updates the file LOGIN.LOG with the current login info.
  1022.         Syntax : LOGIN name spec msg /OI
  1023.  
  1024.         LST  Displays a selected file.  Syntax : LST fname
  1025.  
  1026.         LWRITE Text editor.
  1027.         Syntax : LWRITE spec
  1028.  
  1029.         MATH  Add or subtract a value from a variable
  1030.         Syntax : MATH /-n /+n /Vvar /X
  1031.  
  1032.         MID  Finds a selected portion of a Dos variable.
  1033.         Syntax : MIDSTR s l vname oname /X
  1034.  
  1035.         MOUSECK  Checks for the presence of a mouse driver.
  1036.         Syntax : MOUSECK
  1037.  
  1038.         MOVCUR  Moves the cursor in the specified direction.
  1039.         Syntax : MOVCUR UDLRn /Pn
  1040.  
  1041.  
  1042.                                     Page 4
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.                           S E B F U    Version 3.0.0
  1050.                        (C) 1989/90  Scanlon Enterprises
  1051.  
  1052.  
  1053.         PAGE  Get or set a video page
  1054.         Syntax : PAGE /Pn /Vvar /X
  1055.  
  1056.         PATHCK  Verifies the current path as that specified.
  1057.         Syntax : PATHCK name
  1058.  
  1059.         PFF  Sends a formfeed to the PRN device. Syntax : PFF p
  1060.  
  1061.         PRDY  Tests the status of the PRN device.  Syntax : PRDY p
  1062.  
  1063.         PRINTC  Sends print codes or special characters to the PRN DEV.
  1064.         Syntax : PRINTC n[n[n...
  1065.  
  1066.         PRNSET  Resets the PRN device .  Syntax : PRNSET p
  1067.  
  1068.         PSETUP  Printer setup utility
  1069.         Syntax : PSETUP /I /Mn c /Pn
  1070.  
  1071.         PWRD  Password system
  1072.         Syntax : PWRD /Sn /An /Oa
  1073.  
  1074.         RESP  Gets one full line of text from the user.
  1075.         Syntax : RESPONSE var /Ln /Bn /Fn /En /X /Ic /D
  1076.  
  1077.         ROWS  Gets the number of video rows
  1078.         Syntax : ROWS /Vvar /X
  1079.  
  1080.         SAVEKEY  Places one or more characters into the keyboard tyepa-
  1081.         head buffer.  SAVEKEY c[c[c...
  1082.  
  1083.         SCROLMSG  Displays a moving line of text.
  1084.         Syntax : SCROLMSG message
  1085.  
  1086.         SDATE  Sets the Dos date.
  1087.         Syntax : SETDATE mm-dd-yyyy /I
  1088.  
  1089.         SOUND  Sounds the speaker at a specifed frequency and duration.
  1090.         Syntax : SOUND /Dn /Tn
  1091.  
  1092.         STRING  Displays a repetive character on the display.
  1093.         Syntax : STRING r c b f /P/Sp
  1094.  
  1095.         SWIDTH  Finds the current screen width
  1096.         Syntax : SWIDTH /Vvar /X
  1097.  
  1098.         SWPRN  Swaps printer ports 1 & 2
  1099.         Syntax : SWPRN
  1100.  
  1101.         TC  Toggles or sets cursor attributes.
  1102.         Syntax : TC XOS[10]
  1103.  
  1104.         TD  Displays the time and date
  1105.         Syntax : TD /Dr c /Tr c /N
  1106.  
  1107.  
  1108.                                     Page 5
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.                           S E B F U    Version 3.0.0
  1116.                        (C) 1989/90  Scanlon Enterprises
  1117.  
  1118.  
  1119.         WAIT  Pauses batch file execution for specified time
  1120.         Syntax : WAIT /Sn /Mn /Tt
  1121.  
  1122.         WDATE  Gets the current date
  1123.         Syntax : WDATE /D /M /Y /W /Vvar /X /A
  1124.  
  1125.         WINDOW  Create or scroll a window
  1126.         Syntax : WINDOW sr sc er ec /Fc /Bc /Dn /Ln
  1127.  
  1128.         WRITE  Displays a selected line of text.
  1129.         Syntax : WRITE /Cn /Rn /N /Pn /X /Fc /Bc /D, message
  1130.  
  1131.         WRITEF  Displays a selected file of up to 4K bytes
  1132.         Syntax : WRITEF fname /Cc /Pp /Sl /Ln /D
  1133.  
  1134.         WTIME  Gets the current time
  1135.         Syntax : WTIME /H /M /S /Vvar /X /A
  1136.  
  1137.         XMSCK  Checks if an extended memory drive is present.
  1138.         Syntax : XMSCK
  1139.  
  1140.         YN  Waits for either a Y or N (upper or lower case).
  1141.         Syntax : YN message /Ic
  1142.  
  1143.  
  1144.         For more information on any of the above commands, see the 
  1145.         section COMMAND USAGE.  The COMMAND USAGE section not only 
  1146.         contains a complete explanation of each function, but also an 
  1147.         example of use.
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.                                     Page 6
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.                           S E B F U    Version 3.0.0
  1182.                        (C) 1989/90  Scanlon Enterprises
  1183.  
  1184.  
  1185.  
  1186.                              Q U I C K    S T A R T
  1187.  
  1188.  
  1189.  
  1190.         This section is devoted to those who are power users and don't 
  1191.         need further elaboration on using our utilities, or for those who 
  1192.         just can't wait to get started.
  1193.  
  1194.         First, we recommend that you back up your original SEBFU disk.  
  1195.         This can be done at the Dos prompt by following this sequence.
  1196.  
  1197.                A:_
  1198.                A:DISKCOPY A: B: {press enter}
  1199.                {follow screen instructions for DISKCOPY}
  1200.  
  1201.         or by starting our batch file GO :
  1202.  
  1203.                A:_
  1204.                A:GO {press enter}
  1205.                {select the menu choice for duplicating our disk}
  1206.  
  1207.  
  1208.         Next, have a copy of our QUICK.DOC print out handy.  You can get 
  1209.         one by one of the following sequences :
  1210.  
  1211.                A:_
  1212.                A:COPY QUICK.DOC PRN
  1213.                   1 FILE(S) COPIED
  1214.                A:_
  1215.                {be sure you have enough paper for the document (5 pages)}
  1216.  
  1217.                A:_
  1218.                A:GO {press enter}
  1219.                {select the menu choice for printing the QUICK.DOC file}
  1220.  
  1221.         Finally, insert your work disk or other disk you wish to add a 
  1222.         batch file to and start using our utilities.
  1223.  
  1224.         We suggest also, that you have your Dos user manual handy.
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.                                     Page 7
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.                           S E B F U    Version 3.0.0
  1247.                        (C) 1989/90  Scanlon Enterprises
  1248.                        M A S T E R    R E F E R E N C E
  1249.  
  1250.  
  1251.  
  1252.                The following is a detailed usage of each command.
  1253.  
  1254.         BEEP - Sounds the speaker
  1255.  
  1256.         Usage : Announce an event end or keystroke error, or any other 
  1257.         time you may need to anounce some event.
  1258.  
  1259.         Syntax: BEEP /+n /D /KXC
  1260.  
  1261.         Where: '/+n' is a user specified count (number of beeps) in the 
  1262.         range of 1 thru 9999 (1 less than 10 thousand)
  1263.                '/D'  delays 1 second between beeps
  1264.                '/K'  Beeps for selected count or keystroke
  1265.                '/KX' Beeps continously till keystroke (no counter)
  1266.                '/KC' Same as '/K', & clears keystroke on exit
  1267.                '/KXC' Same as '/KX' & clears keystroke on exit
  1268.  
  1269.         NOTE: if the program has been tampered with, will exit with an 
  1270.         error code of 255. Errorlevel of 3 if selected count is too 
  1271.         large, or 4 for any other command error.
  1272.  
  1273.         EXAMPLE 1: BEEP
  1274.  
  1275.         Just beeps one time
  1276.  
  1277.         EXAMPLE 2: BEEP /+2
  1278.  
  1279.         Beeps twice
  1280.  
  1281.         EXAMPLE 3: BEEP /+2 /D
  1282.  
  1283.         Beeps twice at 1 second intervals
  1284.  
  1285.         EXAMPLE 4: BEEP /+4 /K
  1286.  
  1287.         Beeps 4 times or untill any keystroke
  1288.  
  1289.         EXAMPLE 5: BEEP /KX
  1290.  
  1291.         Beeps untill any keystroke
  1292.  
  1293.         EXAMPLE 6: BEEP /+4 /D /K
  1294.  
  1295.         Beeps up to 4 times or untill a keystroke, with 1 second delay 
  1296.         between beeps.
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.                                     Page 8
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.                           S E B F U    Version 3.0.0
  1313.                        (C) 1989/90  Scanlon Enterprises
  1314.                        M A S T E R    R E F E R E N C E
  1315.  
  1316.  
  1317.         BIGLTR - Displays any of 255 ascii characters on the display, in 
  1318.         large 9 rows by 8 columns. The maximum number of characters 
  1319.         displayed depends on your video system and the number of columns 
  1320.         allowed in the current video mode.
  1321.  
  1322.         Usage : Banners for store fronts, screen announcing user is away 
  1323.         and for no disturbing, front end for batch files, etc....
  1324.  
  1325.         Syntax: BIGLTR msg /Fn /Bn /Pn /An
  1326.  
  1327.         Where: 'msg'   is the message to display
  1328.                '/Fn'   the foreground color
  1329.                '/Bn'   the background color
  1330.                '/Pn'   the video page
  1331.                '/An'   Change switch character to 'n'
  1332.  
  1333.         All switches are optional. If foreground / background colors are 
  1334.         NOT supplied, then the existing colors will be used. If the video 
  1335.         page is NOT supplied, then the current video page is used. The 
  1336.         '/An' switch allows the user to change from the forward slash to 
  1337.         supplied character 'n'.
  1338.  
  1339.         EXAMPLE 1: BIGLTR H e l l o
  1340.  
  1341.         Displays 'Hello' at the current cursor position.
  1342.  
  1343.         EXAMPLE 2: BIGLTR H e l l o /F7 /B1
  1344.  
  1345.         Same as example 1, except display in white on blue.
  1346.  
  1347.         EXAMPLE 3: BIGLTR H e l l o /P2
  1348.  
  1349.         Same as example 1, but puts message on video page 2
  1350.  
  1351.         EXAMPLE 4: BIGLTR /A,H e l l o,F7 ,B1
  1352.  
  1353.         Sets switch character to a comma, message same as example 1, with 
  1354.         white on blue.
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.                                     Page 9
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.                           S E B F U    Version 3.0.0
  1379.                        (C) 1989/90  Scanlon Enterprises
  1380.                        M A S T E R    R E F E R E N C E
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.         CDD - changes directories toward the root by 1 or more levels.
  1387.  
  1388.         Syntax: CDD [n]
  1389.  
  1390.         Where: n = number of levels to move toward the root.  If 'n' is 
  1391.         NOT included, the default number is 2 levels or the root, which 
  1392.         ever is first. If 'n' = 0 then an errorlevel equal to the number 
  1393.         of levels above the root directory the current directory is.
  1394.  
  1395.         NOTE: Use CD\ instead of CDD n to get to the root, as there are 
  1396.         fewer keystrokes (only 3) in the Dos 'CD\' method as opposed to a 
  1397.         minimum of 5 using CDD !
  1398.  
  1399.         EXAMPLE 1: CDD
  1400.  
  1401.         Moves back toward the root by 2 directories (default).
  1402.  
  1403.         EXAMPLE 2: CDD 3
  1404.  
  1405.         Moves back toward the root by 3 directories.
  1406.  
  1407.         EXAMPLE 3: CDD 0
  1408.  
  1409.         Reports an errorlevel equal to the current directory level.
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.                                     Page 10
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.                           S E B F U    Version 3.0.0
  1445.                        (C) 1989/90  Scanlon Enterprises
  1446.                        M A S T E R    R E F E R E N C E
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.         CGABORDR - Sets the CGA border to a selected color.
  1455.  
  1456.         Syntax: CGABORDR n
  1457.  
  1458.         Where: n = any value in the range of 0 thru 7.  If 'n' is NOT 
  1459.         specified, the border will be set to black.
  1460.  
  1461.         Please do NOT attempt to use this function on monochrome, EGA or 
  1462.         VGA systems !
  1463.  
  1464.         EXAMPLE: CGABORDR 1
  1465.  
  1466.         Sets the CGA border to blue
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.                                     Page 11
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.                           S E B F U    Version 3.0.0
  1511.                        (C) 1989/90  Scanlon Enterprises
  1512.                        M A S T E R    R E F E R E N C E
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.         COLOR - Sets the display color via ANSI control sequences.
  1521.  
  1522.         Syntax: COLOR b f
  1523.  
  1524.         Where:  b = background color
  1525.  
  1526.                 f = foreground color
  1527.  
  1528.         NOTE: This utility is more useful for Dos commands such as ECHO 
  1529.         and TYPE than it is for the SEBFU utilities.  COLOR does have the 
  1530.         added advantage of having the selected colors intact after a 
  1531.         batch file has run.  Because of this, this function is even 
  1532.         useful from a Dos prompt.  COLOR will return an error level of 1 
  1533.         if both colors are NOT specified.
  1534.  
  1535.         EXAMPLE 1:  COLOR 1 7
  1536.  
  1537.         Sets the screen colors to white on blue
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.                                     Page 12
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.                           S E B F U    Version 3.0.0
  1577.                        (C) 1989/90  Scanlon Enterprises
  1578.                        M A S T E R    R E F E R E N C E
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.         CR - Waits for the user to press the [Enter] key.
  1586.  
  1587.         Syntax: CR /Ic
  1588.  
  1589.         Where : '/Ic'  is a request to ignore special exit code 'c', 
  1590.         where 'c' may either be 'C' for ^C (control C) or 'E' for the 
  1591.         escape key. If 'CR' does NOT find this switch, 'CR' will exit 
  1592.         with an errorlevel, other than 0 if escape or ^C are detected
  1593.  
  1594.         Errorlevels: 255 (0FF) is tamper detection
  1595.                      254 (0FE) is command line error
  1596.                        1       keystroke was CR (ENTER)
  1597.                        2       keystroke was ESCAPE (no '/IE' switch)
  1598.                        3       keystroke was ^C
  1599.  
  1600.         ** NOTE ** you may use the '/Ic' switch twice to stop escape and 
  1601.         ^C exits (CR only will exit).
  1602.  
  1603.         EXAMPLE: CR
  1604.  
  1605.         Exits if ENTER, ESCAPE OR ^C IS DETECTED
  1606.  
  1607.         EXAMPLE 2: CR /IE
  1608.  
  1609.         Exits only if ENTER OR ^C is detected
  1610.  
  1611.         EXAMPLE 3: CR /IC
  1612.  
  1613.         Exits only if ENTER OR ESCAPE is detected
  1614.  
  1615.         EXAMPEL 4: CR /IC /IE
  1616.  
  1617.         Exits only when ENTER is detected
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.                                     Page 13
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.                           S E B F U    Version 3.0.0
  1643.                        (C) 1989/90  Scanlon Enterprises
  1644.                        M A S T E R    R E F E R E N C E
  1645.  
  1646.  
  1647.  
  1648.         BOX - Draws a box at a specified location using the extended 
  1649.         character set of doubleline text characters, optional singleline 
  1650.         text characters or optional selected box character, using 
  1651.         selected screen colors or current colors, using DOS or Bios.
  1652.  
  1653.          Syntax: BOX sr sc er ec /Fn /Bn /Pn /S /Gn /Ac /D
  1654.  
  1655.          Where : 'sr'   is the top line of the box
  1656.                  'sc'   is the top column of the box
  1657.                  'er'   is the ending line of the box
  1658.                  'ec'   is the ending column of the box
  1659.                  '/Fn'  sets the foreground color to 'n'
  1660.                  '/Bn'  sets the background color to 'n'
  1661.                  '/Pn'  selects page 'n' for the box
  1662.                  '/S'   selects single line text characters
  1663.                         (default is double line)
  1664.                  '/Gn'  select optional built in box character 'n'
  1665.                         'n' is a decimal value in the range of 0-9
  1666.                  '/Ac'  select optional character 'c' as box drawing
  1667.                         character
  1668.                  '/D'   use DOS to display (redirection allowed)
  1669.  
  1670.         ** NOTES ** foreground and background colors are optional, if not 
  1671.         entered, BOX uses existing screen colors.  The values for 'n' 
  1672.         with switch '/Gn' result in :
  1673.  
  1674.                                       0 use character # 254 "■"
  1675.                                       1 use character # 176 "░"
  1676.                                       2 use character # 177 "▒"
  1677.                                       3 use character # 178 "▓"
  1678.                                       4 use character # 219 "█"
  1679.                                       5 use character # 220 "▄"
  1680.                                       6 use character # 223 "▀"
  1681.                                       7 use character # 249 "∙"
  1682.                                       8 use character # 250 "·"
  1683.                                       9 use character # 248 "°"
  1684.  
  1685.         Use of the '/D' switch will cancel any color effects which may be 
  1686.         selected, and will only put characters on the active video page. 
  1687.  
  1688.         ERRORLEVELS : 255 (0FF) is tamper detection
  1689.                       254 (0FE) command error, incorrect value supplied
  1690.                       253 (0FD) command error, missing value(s)
  1691.                        
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.                                     Page 14
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.                           S E B F U    Version 3.0.0
  1709.                        (C) 1989/90  Scanlon Enterprises
  1710.                        M A S T E R    R E F E R E N C E
  1711.  
  1712.  
  1713.  
  1714.         BOX {continued}
  1715.  
  1716.  
  1717.         EXAMPLE 1 : BOX 5 5 10 10
  1718.  
  1719.         Draws a box, using existing colors, starting on row 5, column 5 
  1720.         thru row 10 column 10, using the default double line text 
  1721.         characters.
  1722.  
  1723.         EXAMPLE 2 : BOX 5 5 10 10 /F7 /B1
  1724.  
  1725.         Same as example 1, but uses selected colors of white on blue.
  1726.  
  1727.  
  1728.         EXAMPLE 3 : BOX 5 5 10 10 /P2
  1729.  
  1730.         Same as example 1, but uses video page 2
  1731.  
  1732.         EXAMPLE 4 : BOX 5 5 10 10 /S
  1733.  
  1734.         Same as example 1, but uses single line text characters
  1735.  
  1736.         EXAMPLE 5 : BOX 5 5 10 10 /G1
  1737.  
  1738.         Same as example 1, but uses character #176 for drawing
  1739.  
  1740.         EXAMPLE 6 : BOX 5 5 10 10 /A*
  1741.  
  1742.         Same as example 1, but uses character '*' for drawing
  1743.  
  1744.         EXAMPLE 7 : BOX 5 5 10 10 /D
  1745.  
  1746.         Same as example 1, but draws box useing DOS instead of Bios
  1747.  
  1748.         EXAMPLE 8 : BOX ,,10 10
  1749.  
  1750.         Same as example 1, but starts drawing at current cursor location
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.                                     Page 15
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.                           S E B F U    Version 3.0.0
  1775.                        (C) 1989/90  Scanlon Enterprises
  1776.                        M A S T E R    R E F E R E N C E
  1777.  
  1778.  
  1779.  
  1780.         DFREE - Reports number of bytes available on a selected drive.
  1781.  
  1782.         Syntax : DFREE d: vname /M /K /B
  1783.  
  1784.  
  1785.         Where : 'd:'      is any valid DOS drive letter
  1786.                 'vname'   is an optional DOS environment variable name
  1787.                 '/M'      Result is megabytes
  1788.                 '/K'      Result is Kbytes
  1789.                 '/B'      Result is Bytes
  1790.  
  1791.         ERRORLEVELS : 255 (0FF) is tamper or overflow
  1792.                       other values are the size
  1793.  
  1794.         ** NOTE ** default reporting is bytes
  1795.  
  1796.  
  1797.         EXAMPLE 1 : DFREE
  1798.  
  1799.         Reports drive size errorlevel in bytes, active drive
  1800.  
  1801.         EXAMPLE 2 : DFREE c:
  1802.  
  1803.         Same as example 1, but for drive C
  1804.  
  1805.         EXAMPLE 3 : DFREE SIZE
  1806.  
  1807.         Same as example 1, but result is placed into variable SIZE
  1808.  
  1809.         EXAMPLE 4 : DFREE /M
  1810.  
  1811.         Reports drive size in megabytes (0) if less than 1
  1812.  
  1813.         EXAMPLE 5 : DFREE /K
  1814.  
  1815.         Reports drive size in Kbytes
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.                                     Page 16
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.                           S E B F U    Version 3.0.0
  1841.                        (C) 1989/90  Scanlon Enterprises
  1842.                        M A S T E R    R E F E R E N C E
  1843.  
  1844.  
  1845.  
  1846.         DLST - Enhanced directory listing system. Has lots of features 
  1847.         that make this ideal to use from a batch file.
  1848.  
  1849.         Syntax : DLST fspec /Ln /Rn /Bn /Tn /E list /I list /X /D /Z /H
  1850.                        /Cf b
  1851.  
  1852.         Where : 'fspec'   is any valid DOS file specification, including 
  1853.         drive and path.
  1854.                 '/Ln'     sets left margin to 'n'
  1855.                 '/Rn'     sets right margin to 'n'
  1856.                 '/Bn'     sets last useable line to 'n'
  1857.                 '/Tn'     starts display on line 'n'
  1858.                 '/E list' list of files to exclude from listing
  1859.                 '/I list' list of files to include
  1860.                 '/X'      exclude file extensions
  1861.                 '/D'      use DOS instead of Bios
  1862.                 '/Z'      exit if screen is full (normally pauses)
  1863.                 '/H'      include hidden files in list
  1864.                 '/Cf b'   foreground color 'f' and background 'b'
  1865.  
  1866.  
  1867.         ** NOTES ** both the include and exclude lists may reside in a 
  1868.         file, use a file name preceded by an '@'
  1869.                     Using DOS instead of Bios allows redirection, great 
  1870.         if you want the list printed or put into a file.
  1871.                     When using the DOS mode, and redirection is on, the 
  1872.         starting line, column and ending lines may NOT be valid
  1873.                     Some file spec must be supplied, we make no 
  1874.         assumptions, and exit if there is none.
  1875.  
  1876.         ERRORLEVELS : 255 (0FF) is tamper detection
  1877.                         2       no matching files found
  1878.                         3       command error
  1879.                         4       bad color selection
  1880.  
  1881.  
  1882.         EXAMPLE 1 : DLST *.*
  1883.  
  1884.         Displays all files, starting on the current cursor line and 
  1885.         column, using existing colors, no directories are listed
  1886.  
  1887.         EXAMPLE 2 : DLST *.* /L5
  1888.  
  1889.         Same as example 1, but sets left margin to column 5
  1890.  
  1891.         EXAMPLE 3 : DLST *.* /R70
  1892.  
  1893.         Same as example 1, but sets right margin to column 70
  1894.  
  1895.         EXAMPLE 4 : DLST *.* /B20
  1896.  
  1897.         Same as example 1, but pauses when display reaches line 20
  1898.  
  1899.  
  1900.                                     Page 17
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.                           S E B F U    Version 3.0.0
  1907.                        (C) 1989/90  Scanlon Enterprises
  1908.                        M A S T E R    R E F E R E N C E
  1909.  
  1910.  
  1911.  
  1912.         DLST {continued}
  1913.  
  1914.         EXAMPLE 5 : DLST *.* /T5
  1915.  
  1916.         Same as example 1, but stats display on line 5
  1917.  
  1918.         EXAMPLE 6 : DLST *.* /E *.ASM
  1919.  
  1920.         Same as example 1, but excludes any ASM files from list
  1921.  
  1922.         EXAMPLE 7 : DLST *.* /E @EXCLD.LST
  1923.  
  1924.         Same as example 6, but exclude list is in file EXCLD.LST
  1925.  
  1926.         EXAMPLE 8 : DLST *.COM /I *.EXE
  1927.  
  1928.         Displays only COM and EXE files
  1929.  
  1930.         EXAMPLE 9 : DLST *.COM /I @INCLD.LST
  1931.  
  1932.         Displays COM files, and list of file types in INCLD.LST
  1933.  
  1934.         EXAMPLE 10 : DLST *.COM /X
  1935.  
  1936.         Displays only COM files, without extensions.  This is very 
  1937.         useful to get more files per screen / list.
  1938.  
  1939.         EXAMPLE 11 : DLST *.* /D
  1940.  
  1941.         Same as example 1, but shows directories as well
  1942.  
  1943.         EXAMPLE 12 : DLST *.* /Z
  1944.  
  1945.         Same as example 1, but exits if last line is reached
  1946.  
  1947.         EXAMPLE 13 : DLST *.* /H
  1948.  
  1949.         Same as example 1, but includes any hidden files
  1950.  
  1951.         EXAMPLE 14 : DLST *.* /C7 1
  1952.  
  1953.         Same as example 1, but display is in white on blue
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.                                     Page 18
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.                           S E B F U    Version 3.0.0
  1973.                        (C) 1989/90  Scanlon Enterprises
  1974.                        M A S T E R    R E F E R E N C E
  1975.  
  1976.  
  1977.  
  1978.         ENVSIZE - Gets current environment size or space left.
  1979.  
  1980.         Syntax : ENVSIZE var /Dn /R
  1981.  
  1982.         Where : 'var'  is an optional variable to place results in
  1983.                 '/Dn'  divides result by 'n' before setting var or error
  1984.                 '/R'   request for bytes remaining instead of total
  1985.  
  1986.         ** NOTES ** If 'var' is NOT included, result is an errorlevel 
  1987.         equal to the size, divided by optional '/Dn'.  'n' in the '/Dn' 
  1988.         switch must be in the range of 1 thru 65535 .  Multiple switches 
  1989.         may be used, IE /Dn + /R (ENVSIZE /D2 /R)
  1990.  
  1991.         ERRORLEVELS : 255 (0FF) tamper detection / command error
  1992.                       0 - 254   is size if 'var' is NOT specified
  1993.  
  1994.         EXAMPLE 1 : ENVSIZE
  1995.  
  1996.         Returns an errorlevel of 0 thru 254 for size, or 255 for overflow
  1997.  
  1998.         EXAMPLE 2 : ENVSIZE SIZE
  1999.  
  2000.         Puts size of environment into variable SIZE
  2001.  
  2002.         EXAMPLE 3 : ENVSIZE /D2
  2003.  
  2004.         Returns an errorlevel of 0 thru 254 for the size, after first 
  2005.         dividing by 2, IE... size is 400 bytes, return is 200 .  If 
  2006.         errorlevel is 255, then result is overflow
  2007.  
  2008.         EXAMPLE 4 : ENVSIZE /R
  2009.  
  2010.         Returns an errorlevel of 0 thru 254 for bytes remaining 
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.                                     Page 19
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.                           S E B F U    Version 3.0.0
  2039.                        (C) 1989/90  Scanlon Enterprises
  2040.                        M A S T E R    R E F E R E N C E
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.         FCHR - Fill screen area with selected color and/or character
  2048.  
  2049.         Syntax : FCHR sr sc er ec bc fc p n
  2050.  
  2051.         Where : 'sr'   is the start row
  2052.                 'sc'   is the start column
  2053.                 'er'   is the ending row
  2054.                 'ec'   is the ending column
  2055.                 'bc'   is the background color
  2056.                 'fc'   is the foreground color
  2057.                 'p'    is the video page
  2058.                 'n'    is an optional character to place on screen
  2059.  
  2060.         ERRORLEVELS : 255 (0FF) tamper detection or bad command
  2061.  
  2062.         EXAMPLE 1 :  FCHR 5 5 10 10 1 7
  2063.  
  2064.         Fills the screen area from line 5, column 5 thru line 10 column 
  2065.         10 with white on blue
  2066.  
  2067.         EXAMPLE 2 : FCHR 5 5 10 10 1 7 2
  2068.  
  2069.         Same as example 1, but does page 2 instead of active
  2070.  
  2071.         EXAMPLE 3 : FCHR 5 5 10 10 1 7 2 A
  2072.  
  2073.         Same as example 2, but fills area with the character 'A'
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.                                     Page 20
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.                           S E B F U    Version 3.0.0
  2105.                        (C) 1989/90  Scanlon Enterprises
  2106.                        M A S T E R    R E F E R E N C E
  2107.  
  2108.  
  2109.  
  2110.         FSIZE - Finds the size of specified files, plus checks if 
  2111.         selected files will fit onto an optional selected drive or if 
  2112.         they will fit a specified size requirement.
  2113.  
  2114.         Syntax : FSIZE spec /V vars /Dn /F /H /N /A /S /X /Mx[d:]
  2115.                        /E list /I list
  2116.  
  2117.         Where :  'spec'     is any legal DOS file specification including 
  2118.         drive and path.
  2119.                  '/V vars'  select one or more variables to put results 
  2120.         into (up to 4).
  2121.                  '/Dn'      First divides the size by 'n' before 
  2122.         returning the results.
  2123.                  '/F'       Results are based on a standard floppy drive 
  2124.         where 1 cluster is 512 bytes.
  2125.                  '/H'       Results based on a standard hard drive with 
  2126.         2048 bytes per cluster (4 sectors @ 512 bytes each).
  2127.                  '/N'       Returns only then number of matches
  2128.                  '/A'      Sets all default variables (hard drive = HDRV, 
  2129.         floppy = FLPY, number of matches = CNTR & exact size = SIZE)
  2130.                  '/S'       Displays results on screen
  2131.                  '/X'       Variables are put into parent instead of 
  2132.         master environment area.
  2133.                  '/Mx'      Compares files size to value 'x'
  2134.                  '/Md:'     Checks if files will fit onto drive 'd:'
  2135.                  '/E list'  Excludes files from test
  2136.                  '/I list'  Additional files to include
  2137.  
  2138.         ** NOTES ** This is a very powerful, yet flexable system. Odd 
  2139.         drive sizes can be obtained by using the '/Dn' switch with or 
  2140.         instead of either '/H' or '/F' !  The 'list' may be a file name, 
  2141.         simply begin the name with an '@' character.
  2142.  
  2143.         ERRORLEVELS : 255 (0FF) is tamper detection or command error
  2144.                       0 - 254 are results, if variable is NOT used
  2145.         ERRORLEVELS WHEN VARS ARE USED
  2146.                       10    file I/O error
  2147.                        9    not enough ram
  2148.                        8    not enough environment space
  2149.                        7    path not found
  2150.                        6    divisor error
  2151.                        5    device error
  2152.                        4    exclude file not found (preceded by '@')
  2153.                        3    include file not found
  2154.                        2    drive for file error 3 & 4 not found
  2155.                        1    no matches
  2156.                        0    everything OK
  2157.         ERRORLEVESL WHEN THE '/M' switch is used
  2158.                        3    drive problem
  2159.                        2    size matches
  2160.                        1    file sizes are larger than match size
  2161.                        0    match size is larger than file sizes
  2162.  
  2163.  
  2164.                                     Page 21
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.                           S E B F U    Version 3.0.0
  2171.                        (C) 1989/90  Scanlon Enterprises
  2172.                        M A S T E R    R E F E R E N C E
  2173.  
  2174.  
  2175.  
  2176.         FSIZE {continued}
  2177.  
  2178.         EXAMPLE 1 :  FSIZE *.*
  2179.  
  2180.         Returns an errorlevel equal to the file sizes, 255 if overflow
  2181.  
  2182.         EXAMPLE 2 :  FSIZE *.* /V
  2183.  
  2184.         Returns file sizes in variable 'SIZE'
  2185.  
  2186.         EXAMPLE 3 :  FSIZE *.* /V SIZ1
  2187.  
  2188.         Returns file sizes in variable 'SIZ1'
  2189.  
  2190.         EXAMPLE 4 : FSIZE *.* /V SIZ1 SIZ2 SIZ3 SIZ4
  2191.  
  2192.         Returns all 4 size types as follows :
  2193.                 SIZ1 = bytes required for standard floppy
  2194.                 SIZ2 = bytes required for standard hard drive
  2195.                 SIZ3 = number of matches
  2196.                 SIZ4 = actual file sizes
  2197.  
  2198.         EXAMPLE 5 :  FSIZE *.* /D2
  2199.  
  2200.         Returns an errorlevel equal to the sizes divided by 2, IE.. sizes 
  2201.         equal 400, result returned is 200
  2202.  
  2203.         EXAMPLE 6 : FSIZE *.* /F
  2204.  
  2205.         Returns an errorlevel equal to the size required to fit on a 
  2206.         floppy drive (512 bytes min), thus probably an errorlevel of 255
  2207.  
  2208.         EXAMPLE 7 : FSIZE *.* /D1000 /F
  2209.  
  2210.         Returns an errorlevel equal to the number of Kbytes required on a 
  2211.         floppy.
  2212.  
  2213.         EXAMPLE 8 :  FSIZE *.* /D1000 /H
  2214.  
  2215.         Same as example 7 but for a hard drive
  2216.  
  2217.         EXAMPLE 9 : FSIZE *.* /N
  2218.  
  2219.         Returns an errorlevel equal to the number of matches
  2220.  
  2221.         EXAMPLE 10 : FSIZE *.* /S
  2222.  
  2223.         Displays the resultant size, IE... size is 20K, then display is 
  2224.         20000 !
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.                                     Page 22
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.                           S E B F U    Version 3.0.0
  2237.                        (C) 1989/90  Scanlon Enterprises
  2238.                        M A S T E R    R E F E R E N C E
  2239.  
  2240.  
  2241.  
  2242.         FSIZE {continued}
  2243.  
  2244.         EXAMPLE 11 : FSIZE /V /X
  2245.  
  2246.         Same as example 2, but uses parent instead of master environment
  2247.  
  2248.         EXAMPLE 12 : FSIZE *.* /M1000
  2249.  
  2250.         Returns an errorlevel based on match, see ERRORLEVELS above
  2251.  
  2252.         EXAMPLE 13 : FSIZE *.* /MC:
  2253.  
  2254.         Returns an errorlevel based on fit, see ERRORLEVELS above
  2255.  
  2256.         EXAMPLE 14 : FSIZE *.* /E *.COM
  2257.  
  2258.         Same as example 1, except all COM files are excluded from results
  2259.  
  2260.         EXAMPLE 15 : FSIZE *.* /E @EXCL.LST
  2261.  
  2262.         Same as example 14, but list is in file EXCL.LST
  2263.  
  2264.         EXAMPLE 16 : FSIZE *.COM /I *.EXE
  2265.  
  2266.         Same as example 1, but for COM and EXE files only
  2267.  
  2268.         EXAMPLE 17 : FSIZE *.COM /I @INCL.LST
  2269.  
  2270.         Same as example 16, but list is in file INCL.LST
  2271.  
  2272.         EXAMPLE 18 : FSIZE
  2273.  
  2274.         Same as example 1 !!
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.                                     Page 23
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.                           S E B F U    Version 3.0.0
  2303.                        (C) 1989/90  Scanlon Enterprises
  2304.                        M A S T E R    R E F E R E N C E
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313.  
  2314.         FUNKEY - Waits for any function key, escape or Enter
  2315.  
  2316.         Syntax : FUNKEY
  2317.  
  2318.         ERRORLEVELS : 255 (0FF) For tamper
  2319.                        27 for escape
  2320.                        13 for enter
  2321.                        1 thru 10 for function keys 1 thru 10
  2322.  
  2323.         ** NOTES ** Shifted, Control or Alternate function keys are NOT 
  2324.         responded to.  No parameters are required
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.                                     Page 24
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.                           S E B F U    Version 3.0.0
  2369.                        (C) 1989/90  Scanlon Enterprises
  2370.                        M A S T E R    R E F E R E N C E
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.         GALF - Waits for any alfa keystroke
  2379.  
  2380.         Syntax : GALF var
  2381.  
  2382.         Where : 'var' is any legal DOS environment variable
  2383.  
  2384.         ** NOTES ** GALF forces all alfa keys to their uppercase value.
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428.                                     Page 25
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.                           S E B F U    Version 3.0.0
  2435.                        (C) 1989/90  Scanlon Enterprises
  2436.                        M A S T E R    R E F E R E N C E
  2437.  
  2438.  
  2439.  
  2440.  
  2441.         GCURS - Gets row and / or column of current cursor on current 
  2442.         video page.
  2443.  
  2444.         Syntax : GCURS RVX
  2445.  
  2446.         Where : 'R' returns errorlevel equal to current row
  2447.                      (default is column)
  2448.                 'V' sets the 2 variables 'ROW' & 'COL' equal to the 
  2449.         current cursor location
  2450.                 'X' sets the 2 vaiables as above, but in the parent 
  2451.         environment area instead of the master.
  2452.  
  2453.         ERRORLEVELS : 255 (0FF) for tamper
  2454.                       254 for command error
  2455.  
  2456.  
  2457.         EXAMPLE 1 : GCURS
  2458.  
  2459.         Sets the errorlevel equal to the cursor column
  2460.  
  2461.         EXAMPLE 2 : GCURS R
  2462.  
  2463.         Sets the errorlevel equal to the cursor row
  2464.  
  2465.         EXAMPLE 3 : GCURS V
  2466.  
  2467.         Sets the 2 variables (above) in the master environment
  2468.  
  2469.         EXAMPLE 4 : GCURS X
  2470.  
  2471.         Sets the 2 variables (above) in the parent environment
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.  
  2494.                                     Page 26
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.                           S E B F U    Version 3.0.0
  2501.                        (C) 1989/90  Scanlon Enterprises
  2502.                        M A S T E R    R E F E R E N C E
  2503.  
  2504.  
  2505.  
  2506.         GDIR - recovers the current directory into a DOS environment 
  2507.         variable (optional name or default)
  2508.  
  2509.         Syntax : GDIR var /X
  2510.  
  2511.         Where : 'var' is any legal environment name
  2512.                 '/X'  instructs GDIR to use the parent environment
  2513.                       (default is the master)
  2514.  
  2515.         ERRORLEVELS : 255 (0FF) is tamper detect
  2516.  
  2517.         EXAMPLE 1 : GDIR
  2518.  
  2519.         Sets the default environment variable 'DIR' to the current 
  2520.         directory.
  2521.  
  2522.         EXAMPLE 2 : GDIR ODIR
  2523.  
  2524.         Sets the varialbe ODIR equal to the current directory
  2525.  
  2526.         EXAMPLE 3 : GDIR /X
  2527.  
  2528.         Same as example 1, but sets the parent environment area.
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.         GDRIVE - Finds out via errorlevel which drive is currently active
  2536.  
  2537.         Syntax : GDRIVE
  2538.  
  2539.         ERRORLEVELS : 0 THRU 25, where 0 = A, 1 = B, etc....
  2540.                       255 (0FF) = Tamper detection
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.                                     Page 27
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.                           S E B F U    Version 3.0.0
  2567.                        (C) 1989/90  Scanlon Enterprises
  2568.                        M A S T E R    R E F E R E N C E
  2569.  
  2570.  
  2571.  
  2572.         GETCOLR - Finds the current screen color at the cursor location
  2573.  
  2574.         Syntax : GETCOLR /B /VX
  2575.  
  2576.         Where : '/B' returns an errorlevel coresponding to the background 
  2577.         color, default is foreground
  2578.                 '/V' puts the color into 2 variables 'FCOL' for 
  2579.         foreground and 'BCOL' for background.
  2580.                 '/X' uses parent instead of master environment area
  2581.  
  2582.         ERRORLEVELS : 255 (0FF) for tamper
  2583.                       1 thru 16 for the color
  2584.  
  2585.         EXAMPLE 1 : GETCOLR
  2586.  
  2587.         Sets the errorlevel to 1 thru 16 for the foreground color
  2588.  
  2589.         EXAMPLE 2 : GETCOLR /B
  2590.  
  2591.         Same as example 1, except for background color
  2592.  
  2593.         EXAMPLE 3 : GETCOLR /V
  2594.  
  2595.         Sets the 2 variables (above) to foreground & background values
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608.  
  2609.  
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.                                     Page 28
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632.                           S E B F U    Version 3.0.0
  2633.                        (C) 1989/90  Scanlon Enterprises
  2634.                        M A S T E R    R E F E R E N C E
  2635.  
  2636.  
  2637.  
  2638.         GETNUM - Waits for decimal keys 0 thru 9, ESCAPE
  2639.  
  2640.         Syntax : GETNUM key list
  2641.  
  2642.         Where : 'key list' is a list of decimal keys you wish to respond 
  2643.         to (IE...0-9).
  2644.  
  2645.         ERRORLEVELS : 255 (0FF) for tamper
  2646.                       0-9 for decimal keys
  2647.                       27 for escape
  2648.  
  2649.         EXAMPLE 1 : GETNUM
  2650.  
  2651.         Responds to all values (0-9) + escape
  2652.  
  2653.         EXAMPLE 2 : GETNUM 01
  2654.  
  2655.         Responds only to 0 or 1 + escape
  2656.  
  2657.         EXAMPLE 3 : GETNUM 2345
  2658.  
  2659.         Responds only to 2,3,4 or 5 + escape
  2660.  
  2661.         EXAMPLE 4 : GETNUM 2468
  2662.  
  2663.         Responds only to 2,4,6 or 8 + escape
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.         GETVER - retrieves the current DOS version
  2670.  
  2671.         Syntax : GETVER MV
  2672.  
  2673.         Where : 'M' selects minor version, default is major
  2674.                 'V' puts complete version ID into variable 'VER'
  2675.  
  2676.         ** NOTES ** Major version of DOS 3.2 would result in an 
  2677.         errorlevel of 3 and a minor version of errorlevel 2
  2678.  
  2679.         ERRORLEVELS : 255 (0FF) tamper
  2680.                       0-254 version
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.                                     Page 29
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.                           S E B F U    Version 3.0.0
  2699.                        (C) 1989/90  Scanlon Enterprises
  2700.                        M A S T E R    R E F E R E N C E
  2701.  
  2702.  
  2703.  
  2704.         GEXT - waits for any extended keystroke
  2705.  
  2706.         Syntax : GEXT var /F
  2707.  
  2708.         Where : 'var' is any environment variabel
  2709.                 '/F'  selects the special errorlevels for function keys
  2710.                       where : 1 thru 10 are the function keys 1 - 10
  2711.                              11 thru 20 are the shifted function keys
  2712.                              21 thru 30 are the alternate function keys
  2713.                        and   31 thru 40 are the control function keys
  2714.  
  2715.         ERRORLEVELS : 255 (0FF) tamper detection
  2716.                       0-254 for scan code of key press
  2717.  
  2718.         ** NOTES ** keys other than extended keys are ignored, except 
  2719.         escape and control C, which return errorlevel 255
  2720.  
  2721.         EXAMPLE 1 : GEXT
  2722.  
  2723.         Waits till any extended key is pressed, returning the scan code 
  2724.         as an errorlevel.
  2725.  
  2726.         EXAMPLE 2 : GEXT KEY
  2727.  
  2728.         Same as example 1, but scan code is passed in variable KEY
  2729.  
  2730.         EXAMPLE 3 : GEXT /F
  2731.  
  2732.         Set switch setting '/F' for special values !!
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.                                     Page 30
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.                           S E B F U    Version 3.0.0
  2765.                        (C) 1989/90  Scanlon Enterprises
  2766.                        M A S T E R    R E F E R E N C E
  2767.  
  2768.  
  2769.  
  2770.         GMEM - Checks size of all types of memory, standard (to 640K), 
  2771.         extended and expanded.
  2772.  
  2773.         Syntax : GMEM /Dn /V /Cn /T /E /X /Z /A /S
  2774.  
  2775.         Where : '/Dn' divides size by 'n' before passing results
  2776.                 '/V'  sets 3 variables to appropriate sizes, where
  2777.                       MEM is standard, EXP is expanded & EXT is extended
  2778.                 '/Cn' Get comparision to value 'n' (see errorlevels)
  2779.                 '/T'  Gets total instead of default remaining
  2780.                 '/E'  Gets Expanded instead of default standard
  2781.                 '/Z'  Gets Extended instead of default standard
  2782.                 '/X'  Uses parent instead of master environment
  2783.                 '/A'  Get all values (use with '/V' switch)
  2784.                 '/S'  Get standard size (default)
  2785.  
  2786.         ERRORLEVELS : 255 (0FF) is tamper detect or overflow
  2787.                       0-254 is ram size (use '/Dn' to get size into 
  2788.         managable chunks for errorlevels, IE... 'n' = 1000 for Kbytes)
  2789.  
  2790.         When using '/Cn', errorlevels are :
  2791.                       2 if ram size is greater than match value
  2792.                       1 if ram size is less
  2793.                       0 if ram size is equal
  2794.  
  2795.         EXAMPLE 1 : GMEM
  2796.  
  2797.         Checks amount of system ram available
  2798.         Will always result in an errorlevel of 255, no one has memory 
  2799.         less than 64K ! (probably not less than 256K)
  2800.  
  2801.         EXAMPLE 2 : GMEM /D1000
  2802.  
  2803.         Errorlevel is set to ram (standard) remaining in kbytes.
  2804.         IE...64000 is 64
  2805.  
  2806.         EXAMPLE 3 : GMEM /V
  2807.  
  2808.         Sets above environment variables to ram remaining, standard, 
  2809.         expanded and extended.
  2810.  
  2811.         EXAMPLE 4 : GMEM /C64000
  2812.  
  2813.         Tests if ram remaining is 64K, (see errorlevels)
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.                                     Page 31
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830.                           S E B F U    Version 3.0.0
  2831.                        (C) 1989/90  Scanlon Enterprises
  2832.                        M A S T E R    R E F E R E N C E
  2833.  
  2834.  
  2835.  
  2836.         GMEM {continued}
  2837.  
  2838.  
  2839.  
  2840.         EXAMPLE 5 : GMEM /T
  2841.  
  2842.         Tests standard ram size (total), this entry will always result in 
  2843.         an errorlevel of 255 (overflow), no system has only 255 bytes. 
  2844.         Use this switch with the divide switch '/Dn' to get meaningful 
  2845.         results, IE... GMEM /D1000 /T
  2846.  
  2847.         EXAMPLE 6 : GMEM /E
  2848.  
  2849.         Tests expanded ram size (available)
  2850.  
  2851.         EXAMPLE 7 : GMEM /X
  2852.  
  2853.         use with the '/V' option to place variables into the parent 
  2854.         envirnment instead of the master.
  2855.  
  2856.         EXAMPLE 8 : GMEM /Z
  2857.  
  2858.         Tests extended ram size (available)
  2859.  
  2860.         EXAMPLE 9 : GMEM /A
  2861.  
  2862.         Returns results for all ram areas, and must be used with '/V'
  2863.  
  2864.         EXAMPLE 10 : GMEM /S
  2865.  
  2866.         Same as example 1
  2867.  
  2868.         EXAMPLE 11 : GMEM /T /D1000 /E
  2869.  
  2870.         Returns the total of expanded ram in 1K chunks, IE... if expanded 
  2871.         ram total is 284K then the errorlevel will be 284
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.                                     Page 32
  2891.  
  2892.  
  2893.  
  2894.  
  2895.  
  2896.                           S E B F U    Version 3.0.0
  2897.                        (C) 1989/90  Scanlon Enterprises
  2898.                        M A S T E R    R E F E R E N C E
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.         GSMODE  Checks or sets the video mode
  2905.  
  2906.         Syntax : GSMODE /Sn /V
  2907.  
  2908.         Where : '/Sn'  sets the video mode to 'n' (value)
  2909.                 '/V'   puts results of check into variable 'MODE'
  2910.  
  2911.  
  2912.         ERRORLEVELS : 255 (0FF) is tamper detect
  2913.                       0-254 is mode, when checking
  2914.  
  2915.  
  2916.         EXAMPLE 1 : GSMODE
  2917.  
  2918.         Returns the current mode as an errorlevel
  2919.  
  2920.         EXAMPLE 2 : GSMODE /S7
  2921.  
  2922.         Sets the video into monochrome mode
  2923.  
  2924.         EXAMPLE 3 : GSMODE /V
  2925.  
  2926.         Returns the current mode in variable 'MODE'
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.  
  2955.  
  2956.                                     Page 33
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.                           S E B F U    Version 3.0.0
  2963.                        (C) 1989/90  Scanlon Enterprises
  2964.                        M A S T E R    R E F E R E N C E
  2965.  
  2966.  
  2967.  
  2968.         HDTYPE - Displays a list of possible hard drives your system 
  2969.         supports. On XT systems this list is usually 2 drives, on AT's, 
  2970.         this list is usually 40 entries.
  2971.  
  2972.         Syntax : HDTYPE n
  2973.  
  2974.         Where : 'n' is a character to use to flag the entry which matches 
  2975.         the drive which HDTYPE determines you currently have installed. 
  2976.         If you have 2 drives, and both are different, the HDTYPE 
  2977.         determines this for the first drive (usually C).
  2978.  
  2979.         EXAMPLE : HDTYPE *
  2980.  
  2981.         Will list possible drives your system supports, showing which 
  2982.         type is currently installed, by flagging it's entry with the 
  2983.         selected character '*'.
  2984.  
  2985.         ** NOTE ** the listing may be redirected to your printer by using 
  2986.         the following :  HDTYPE * > PRN
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.                                     Page 34
  3023.  
  3024.  
  3025.  
  3026.  
  3027.  
  3028.                           S E B F U    Version 3.0.0
  3029.                        (C) 1989/90  Scanlon Enterprises
  3030.                        M A S T E R    R E F E R E N C E
  3031.  
  3032.  
  3033.  
  3034.         INSTR - is used to find the position of a selected character 
  3035.         within an environment variable.
  3036.  
  3037.         Syntax : INSTR var out /Bn /Cc /Dn /Sc /X
  3038.  
  3039.         Where : 'var' is the environment variable to find a character in
  3040.                 'out' is an optional variable to put the resultant 
  3041.         location into.
  3042.                 '/Bn' Start search at postion 'n', default is 1
  3043.                 '/Cc' Search for character 'c', you must have this. 'c' 
  3044.         may also be a string (more than one character). User may use the 
  3045.         alternate '/Dn' switch, but one or the other must be supplied.
  3046.                 '/Dn' Search for character 'n', which is the ascii value 
  3047.         of the character to search for.
  3048.                 '/Sc' Use this when search string needs to use a forward 
  3049.         slash or other character. 'c' is the new switch indicator
  3050.                 '/X'  Use parent environment instead of master
  3051.  
  3052.         ERRORLEVELS : 255 (0FF) is tamper detect
  3053.                       129 if selected start was too long
  3054.                       128 if character (or string) was NOT found
  3055.                       0-127 for character (or string) position
  3056.  
  3057.         EXAMPLE 1 :  INSTR SAMPLE /CA
  3058.  
  3059.         Will return an errorlevel equalt to the position (1st occurance) 
  3060.         of the character 'A' in varialbe SAMPLE. (See ERRORLEVELS for 
  3061.         other possible results)
  3062.  
  3063.         EXAMPLE 2 : INSTR SAMPLE RESULT /CA
  3064.  
  3065.         Same as example 1, but result is place into variable 'RESULT'
  3066.  
  3067.         EXAMPLE 3 : INSTR SAMPLE /B5 /CA
  3068.  
  3069.         Same as example 1, but start is position 5 in 'SAMPLE' 
  3070.  
  3071.         EXAMPLE 4 : INSTR SAMPLE /D65
  3072.  
  3073.         Same result as example 1 (we are using decimal value for 'A')
  3074.  
  3075.         EXAMPLE 5 : INSTR SAMPLE /S* */
  3076.  
  3077.         Sets delimiter to an asteric, then searches variable 'SAMPLE' for 
  3078.         the 1st occurance of a forward slash.
  3079.  
  3080.         EXAMPLE 6 : INSTR SAMPLE /V /CA
  3081.  
  3082.         Same as example 1, but we use parent environment, not master.
  3083.  
  3084.  
  3085.  
  3086.  
  3087.  
  3088.                                     Page 35
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.                           S E B F U    Version 3.0.0
  3095.                        (C) 1989/90  Scanlon Enterprises
  3096.                        M A S T E R    R E F E R E N C E
  3097.  
  3098.  
  3099.  
  3100.  
  3101.  
  3102.  
  3103.         INVERT - Reverses foreground & background colors on a selected 
  3104.         portion of the video.
  3105.  
  3106.         Syntax : INVERT sr sc er ec /N /Pp
  3107.  
  3108.         Where : 'sr'   is the start row
  3109.                 'sc'   is the start column
  3110.                 'er'   is the ending row
  3111.                 'ec'   is the ending column
  3112.                 '/N'   select no blink option (if foreground is an 
  3113.         intensified color, value larger than 7)
  3114.                 '/Pp'  Video page
  3115.  
  3116.         ERRORLEVELS : 255 for tamper detect
  3117.                         1 for wrong video mode
  3118.  
  3119.  
  3120.         EXAMPLE 1 : INVERT 1 1 25 80
  3121.  
  3122.         Simply reverses foreground & background color on entire screen 
  3123.  
  3124.         EXAMPLE 2 : INVERT 1 1 25 80 /N
  3125.  
  3126.         Same as example 1, but detects extended colors
  3127.  
  3128.         EXAMPLE 3 : INVERT 1 1 25 80 /P2
  3129.  
  3130.         Same as example 1, but on video page 2
  3131.  
  3132.  
  3133.  
  3134.  
  3135.  
  3136.  
  3137.  
  3138.  
  3139.  
  3140.  
  3141.  
  3142.  
  3143.  
  3144.  
  3145.  
  3146.  
  3147.  
  3148.  
  3149.  
  3150.  
  3151.  
  3152.  
  3153.  
  3154.                                     Page 36
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160.                           S E B F U    Version 3.0.0
  3161.                        (C) 1989/90  Scanlon Enterprises
  3162.                        M A S T E R    R E F E R E N C E
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.         KBTEST - Checks bios for 101 keyboard support
  3170.  
  3171.         Syntax : KBTEST /M
  3172.  
  3173.         Where : '/M' displays the results
  3174.  
  3175.         ERRORLEVELS : 255 (0FF) for tamper
  3176.                         1 for yes
  3177.                         0 for no
  3178.  
  3179.  
  3180.  
  3181.  
  3182.         KILL0 - deletes all 0 length (empty) files in the current 
  3183.         directory.
  3184.  
  3185.         Syntax : KILL0
  3186.  
  3187.  
  3188.  
  3189.         ERRORLEVELS : 255 (0FF) for tamper
  3190.  
  3191.  
  3192.  
  3193.  
  3194.  
  3195.  
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213.  
  3214.  
  3215.  
  3216.  
  3217.  
  3218.  
  3219.  
  3220.                                     Page 37
  3221.  
  3222.  
  3223.  
  3224.  
  3225.  
  3226.                           S E B F U    Version 3.0.0
  3227.                        (C) 1989/90  Scanlon Enterprises
  3228.                        M A S T E R    R E F E R E N C E
  3229.  
  3230.  
  3231.  
  3232.         KEYSTAT - Checks the status of key control flags, such as shift 
  3233.         state, caps lock, etc...
  3234.  
  3235.         Syntax : KEYSTAT /CNSIUAKXV
  3236.  
  3237.         Where : 'C' tests for caps lock
  3238.                 'N' tests for num lock
  3239.                 'S' tests for scroll lock
  3240.                 'I' tests for insert mode
  3241.                 'U' tests for shift key
  3242.                 'A' tests for an alt key
  3243.                 'K' tests for control keys
  3244.                 'V' use varialbes, where 'CAPS' is caps lock, 'NUM' is 
  3245.         num lock, 'SCROLL' is scroll lock, 'INSERT' is insert mode, 
  3246.         'SHIFT' is a shift key, 'ALT' is an alt key, 'CONTROL' is a 
  3247.         control key.
  3248.                 'VX' use parent environment instead of master with above
  3249.  
  3250.         ERRORLEVELS : 255 (0FF) is tamper
  3251.                       128 is insert on
  3252.                        64 is Caps lock
  3253.                        32 is Num lock
  3254.                        16 is Scroll lock
  3255.                         8 is Alt key
  3256.                         4 is Control key
  3257.                         2 is Left shift
  3258.                         1 is right shift
  3259.  
  3260.         errorlevels between these values indicate a combination of 
  3261.         control key states, IE... 3 = right shift & left shift
  3262.                                  48 = Scroll lock + Num lock
  3263.  
  3264.         EXAMPLE 1 : KEYSTAT
  3265.  
  3266.         Checks state of all keys (see above errorlevels)
  3267.  
  3268.         EXAMPLE 2 : KEYSTAT /C
  3269.  
  3270.         Checks state of only the caps lock, errorlevel is 1=on, 0=off
  3271.  
  3272.         This applies to switches N,S,I,U,A & K when used seperately
  3273.  
  3274.         EXAMPLE 3 : KEYSTAT /V
  3275.  
  3276.         Sets environment variables as per above under "Where"
  3277.  
  3278.         EXAMPLE 4 : KEYSTAT /VX
  3279.  
  3280.         Same as 3, but uses parent environment
  3281.  
  3282.  
  3283.  
  3284.  
  3285.  
  3286.                                     Page 38
  3287.  
  3288.  
  3289.  
  3290.  
  3291.  
  3292.                           S E B F U    Version 3.0.0
  3293.                        (C) 1989/90  Scanlon Enterprises
  3294.                        M A S T E R    R E F E R E N C E
  3295.  
  3296.  
  3297.  
  3298.         KSTAT - checks if any key has been pressed
  3299.  
  3300.         Syntax : KSTAT
  3301.  
  3302.         ERRORLEVELS : 255 (0FF) tamper detect
  3303.                         2 for extended key
  3304.                         1 for typewriter keys
  3305.                         0 for no key
  3306.  
  3307.  
  3308.         LEN - finds the lenght of a variable
  3309.  
  3310.         Syntax : LEN var /Vvar /X
  3311.  
  3312.         Where : 'var'  is the variable to get the length of 
  3313.                 '/Vvar' variable to place results into
  3314.                 '/X'   use parent for opertation
  3315.  
  3316.         EXAMPLE 1 : LEN PATH
  3317.  
  3318.         Sets an errorlevel equal to the length of PATH
  3319.  
  3320.         EXAMPLE 2 : LEN PATH /VLEN
  3321.  
  3322.         Puts length of PATH into variable LEN
  3323.  
  3324.         EXAMPLE 3 : LEN PATH /VLEN /X
  3325.  
  3326.         Same as example 2, but use parent environment
  3327.  
  3328.  
  3329.  
  3330.  
  3331.         LMCHK - Check for expanded memory manager
  3332.  
  3333.         Syntax : LMCHK V
  3334.  
  3335.         Where : 'V' reports the version number
  3336.  
  3337.         EXAMPLE 1 : LMCHK
  3338.  
  3339.         Reports an errorlevel of 1 if the driver is installed
  3340.                               or 0 if not
  3341.  
  3342.         EXAMPLE 2 : LMCHK V
  3343.  
  3344.         Reports the version number of the expanded mem manager.
  3345.  
  3346.  
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.                                     Page 39
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.                           S E B F U    Version 3.0.0
  3359.                        (C) 1989/90  Scanlon Enterprises
  3360.                        M A S T E R    R E F E R E N C E
  3361.  
  3362.  
  3363.  
  3364.  
  3365.         LINE - draws a line using text graphics
  3366.  
  3367.         Syntax : LINE /Rn /Cn /Ln /Bn /Fn /Pn /S /Gn /Ac /Nn /D
  3368.  
  3369.         Where : '/Rn'  sets the video line
  3370.                 '/Cn'  sets the video column to start
  3371.                 '/Ln'  length of line
  3372.                 '/Bn'  Background color
  3373.                 '/Fn'  Foreground color
  3374.                 '/Pn'  video page
  3375.                 '/S'   Use single line graphics (double line is default)
  3376.                 '/D'   Use DOS for output
  3377.                 '/Gn'  Select graphics type 'n' (list below)
  3378.                 '/Ac'  Use graphics character 'c'
  3379.                 '/Nn'  Use graphics character, ascii value of 'n'
  3380.  
  3381.  
  3382.         GRAPHICS TYPES WITH OPTION 'G' :
  3383.  
  3384.                          0 = Double line
  3385.                          1 = "░" ascii 176
  3386.                          2 =     ascii 177
  3387.                          3 =     ascii 178
  3388.                          4 =     ascii 219
  3389.                          5 =     ascii 220
  3390.                          6 =     ascii 223
  3391.                          7 = Single line
  3392.  
  3393.  
  3394.         ERRORLEVELS : 255 (0FF) tamper
  3395.                       254 (0FE) bad command
  3396.                       253 (0FD) overflow (incorrect value)
  3397.                       252 (0FC) wrong video mode
  3398.  
  3399.  
  3400.         ** NOTE ** Default row & column are cursor location, default 
  3401.         length of line is 1 character, colors are optional, and if 
  3402.         excluded, we use the current screen colors. Default line 
  3403.         character is the double line character "═" (205 ascii).
  3404.  
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.                                     Page 40
  3419.  
  3420.  
  3421.  
  3422.  
  3423.  
  3424.                           S E B F U    Version 3.0.0
  3425.                        (C) 1989/90  Scanlon Enterprises
  3426.                        M A S T E R    R E F E R E N C E
  3427.  
  3428.  
  3429.  
  3430.         LINE {continued}
  3431.  
  3432.  
  3433.         EXAMPLE 1 : LINE
  3434.  
  3435.         Draws a text line using the double line text character, starting 
  3436.         at the current cursor location, and displaying one character, 
  3437.         using existing colors.
  3438.  
  3439.         EXAMPLE 2 : LINE /R5
  3440.  
  3441.         Same as example 1, but line is on row 5.
  3442.  
  3443.         EXAMPLE 3 : LINE /C5
  3444.  
  3445.         Same as example 1, but line starts at column 5
  3446.  
  3447.         EXAMPLE 4 : LINE /L5
  3448.  
  3449.         Same as example 1, but line is 5 characters long
  3450.  
  3451.         EXAMPLE 5 : LINE /F7 /B1
  3452.  
  3453.         Same as example 1, but character is white on blue
  3454.  
  3455.         EXAMPLE 6 : LINE /P2
  3456.  
  3457.         Same as example 1, but function takes place on page 2
  3458.  
  3459.         EXAMPLE 7 : LINE /S
  3460.  
  3461.         Same as example 1, but text character used is the single line 
  3462.         character "─", ascii 196.
  3463.  
  3464.         EXAMPLE 8 : LINE /G1
  3465.  
  3466.         Same as example 1, but uses the text character ascii 176
  3467.  
  3468.         EXAMPLE 9 : LINE /A*
  3469.  
  3470.         Same as example 1, but uses the text character '*'
  3471.  
  3472.         EXAMPLE 10 : LINE /N95
  3473.  
  3474.         Same as example 1, but uses the text character "_", ascii 95
  3475.  
  3476.  
  3477.  
  3478.  
  3479.  
  3480.  
  3481.  
  3482.  
  3483.  
  3484.                                     Page 41
  3485.  
  3486.  
  3487.  
  3488.  
  3489.  
  3490.                           S E B F U    Version 3.0.0
  3491.                        (C) 1989/90  Scanlon Enterprises
  3492.                        M A S T E R    R E F E R E N C E
  3493.  
  3494.  
  3495.  
  3496.  
  3497.         LNCNT - counts CR delimited lines in a text file
  3498.  
  3499.         Syntax : LNCNT spec
  3500.  
  3501.         Where : 'spec' is any valid DOS drive, path & file name
  3502.  
  3503.  
  3504.         Results are always displayed on screen
  3505.  
  3506.  
  3507.  
  3508.  
  3509.         LOCATE - Positions the video cursor
  3510.  
  3511.         Syntax : LOCATE r c p
  3512.  
  3513.         Where : 'r'   is the video row
  3514.                 'c'   is the video column
  3515.                 'p'   is the video page
  3516.  
  3517.  
  3518.         ERRORLEVELS : 255 (0FF) for tamper detection
  3519.                       253 (0FD) for too large a value
  3520.  
  3521.  
  3522.         ** NOTE ** commas may be used as place holders for options, IE.. 
  3523.         LOCATE ,,p is a valid entry
  3524.  
  3525.  
  3526.         EXAMPLE 1 : LOCATE 1 1
  3527.  
  3528.         Positions the cursor on line one column 1, active video page
  3529.  
  3530.         EXAMPLE 2 : LOCATE 1 1 2
  3531.  
  3532.         Same as example 1, but on video page 2
  3533.  
  3534.         EXAMPLE 3 : LOCATE ,5 2
  3535.  
  3536.         Same as example 2
  3537.  
  3538.         EXAMPLE 4 : LOCATE 1,,2
  3539.  
  3540.         Same as example 2
  3541.  
  3542.  
  3543.  
  3544.  
  3545.  
  3546.  
  3547.  
  3548.  
  3549.  
  3550.                                     Page 42
  3551.  
  3552.  
  3553.  
  3554.  
  3555.  
  3556.                           S E B F U    Version 3.0.0
  3557.                        (C) 1989/90  Scanlon Enterprises
  3558.                        M A S T E R    R E F E R E N C E
  3559.  
  3560.  
  3561.  
  3562.         LOG - A system logging utility. Helps in determining system usage
  3563.  
  3564.         Syntax : LOG uname fname msg /OI
  3565.  
  3566.         Where : 'uname' is the user name (person logging in), and is NOT 
  3567.         optional, that is, it must be supplied.
  3568.                 'fname' is the logging file and defaults to LOG.DTA
  3569.                 'msg'   is any optional message to add to the log file
  3570.                 '/OI'   select 'O' = out, or 'I' = in, the result of this 
  3571.         switch is placeing the current time and date into the logging 
  3572.         file or default file LOG.DTA the date is entered in a 12 hour 
  3573.         format, followed by the AM/PM indicator.
  3574.  
  3575.  
  3576.         ERRORLEVELS : 255 (0FF) for tamper
  3577.                       254 (0FE) user name NOT supplied
  3578.                       253 (0FD) bad command line
  3579.                       252 (0FC) file not found, or bad name
  3580.                       251 (0FB) message or log swith missing
  3581.  
  3582.  
  3583.         ** NOTE ** either a message or the '/OI' swith must be specified, 
  3584.         or an errorlevel 251 is generated. When using the '/OI' switch, 
  3585.         use only one letter, either 'O' or 'I', IE... /O or /I, not /OI. 
  3586.         Using the /OI switch puts the date into the file in the format 
  3587.         hh:mm AM/PM IE... 08:10AM . Also the date is preceded by the day 
  3588.         of week IE... Wednesday June 1,1999
  3589.  
  3590.  
  3591.         EXAMPLE 1 : LOG PAUL /I
  3592.  
  3593.         Puts the data line 'PAUL logged  in at "time" on "date"'
  3594.  
  3595.         EXAMPLE 2 : LOG PAUL LOG.IN /I
  3596.  
  3597.         Same as example 1, but file used is LOG.IN
  3598.  
  3599.         EXAMPLE 3 : LOG PAUL LOG.IN LOTUS /I
  3600.  
  3601.         Same as example 1, but message LOTUS is added
  3602.  
  3603.         ** using the example type, the user must specify the logging file
  3604.  
  3605.  
  3606.  
  3607.  
  3608.  
  3609.  
  3610.  
  3611.  
  3612.  
  3613.  
  3614.  
  3615.  
  3616.                                     Page 43
  3617.  
  3618.  
  3619.  
  3620.  
  3621.  
  3622.                           S E B F U    Version 3.0.0
  3623.                        (C) 1989/90  Scanlon Enterprises
  3624.                        M A S T E R    R E F E R E N C E
  3625.  
  3626.  
  3627.  
  3628.  
  3629.  
  3630.         FLST - file viewing / browser utility.  System requires text mode
  3631.  
  3632.         Syntax : FLST fname
  3633.  
  3634.         Where : 'fname' is any valid DOS drive, path and file name
  3635.  
  3636.  
  3637.  
  3638.         ERRORLEVELS : 255 (0FF) is tamper
  3639.                       254 (0FE) no file specified
  3640.                       253 (0FD) file not found
  3641.                       252 (0FC) file I/O problem (can't read)
  3642.                       251 (0FB) not text mode
  3643.  
  3644.  
  3645.  
  3646.         USAGE : Function key 1 is HELP (Usage information)
  3647.                 Function key 2 is print current screen
  3648.                 Function key 3 is print all of file
  3649.                 Function key 10 is exit
  3650.                 Escape is exit
  3651.                 Page up scrolls the file down a page
  3652.                 Page down scrolls the file up a page
  3653.                 Cursor down scrolls the file up a line
  3654.                 Cursor up scrolls the file down a line
  3655.                 HOME puts view at top of file
  3656.                 END puts view at bottom of file
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.  
  3664.  
  3665.  
  3666.  
  3667.  
  3668.  
  3669.  
  3670.  
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676.  
  3677.  
  3678.  
  3679.  
  3680.  
  3681.  
  3682.                                     Page 44
  3683.  
  3684.  
  3685.  
  3686.  
  3687.  
  3688.                           S E B F U    Version 3.0.0
  3689.                        (C) 1989/90  Scanlon Enterprises
  3690.                        M A S T E R    R E F E R E N C E
  3691.  
  3692.  
  3693.  
  3694.  
  3695.         MID - put part of one environment variable into another
  3696.  
  3697.         Syntax : MID s l var1 var2 /X
  3698.  
  3699.         Where : 's'      is the start of the string to extract
  3700.                 'l'      is the number of bytes to extract
  3701.                 'var1'   is the variable to extract from
  3702.                 'var2'   is the resultant variable
  3703.                 '/X'     switch to use the parent instead of master 
  3704.         environment area.
  3705.  
  3706.  
  3707.  
  3708.         ERRORLEVELS : 255 (0FF) tamper
  3709.                       254 (0FE) one (or both) of the variables are NOT 
  3710.         included on the command line (both are required).
  3711.                       253 (0FD) out of environment space
  3712.                       252 (0FC) 's' or 'l' are incorrect value(s)
  3713.                       251 (0FB) 'var1' not found
  3714.  
  3715.  
  3716.  
  3717.         ** NOTE ** variable 1 must exist, we can't extract from the air.  
  3718.         's' and or 'l' may be omitted by using the comma delimiter, see 
  3719.         the examples below.
  3720.  
  3721.         EXAMPLE 1 : MID 1 1 PATH PTH
  3722.  
  3723.         Puts the 1 character in the PATH variable into the PTH variable
  3724.  
  3725.         EXAMPLE 2 : MID 1 1 PATH PTH /X
  3726.  
  3727.         Same as example 1, but uses the parent environment
  3728.  
  3729.         EXAMPLE 3 : MID , 1 PATH PTH /X
  3730.  
  3731.         Same as example 1, note the comma place holder
  3732.  
  3733.         EXAMPLE 4 : MID , , PATH PTH /X
  3734.  
  3735.         Same as example 3, 2 place holders
  3736.  
  3737.  
  3738.  
  3739.  
  3740.  
  3741.  
  3742.  
  3743.  
  3744.  
  3745.  
  3746.  
  3747.  
  3748.                                     Page 45
  3749.  
  3750.  
  3751.  
  3752.  
  3753.  
  3754.                           S E B F U    Version 3.0.0
  3755.                        (C) 1989/90  Scanlon Enterprises
  3756.                        M A S T E R    R E F E R E N C E
  3757.  
  3758.  
  3759.  
  3760.         MOUSECK - checks if the mouse driver is loaded
  3761.  
  3762.         Syntax : MOUSECK
  3763.  
  3764.         ERRORLEVELS : 255  (0FF) tamper
  3765.                         1 for installed
  3766.                         0 for NOT installed
  3767.  
  3768.  
  3769.         MOVCUR - a little like the locate utility, but positions the 
  3770.         cursor relative to its current position.
  3771.  
  3772.         Syntax : MOVCUR dir_amt /Pn
  3773.  
  3774.         Where : 'dir'  is the cursor direction and may be 'U' for up, 'D' 
  3775.         for down, 'L' for left or 'R' for right, any other character will 
  3776.         result in an error.
  3777.                 'amt'  the number of lines / columns to move the cursor
  3778.                 '/Pn'  use page 'n'
  3779.  
  3780.  
  3781.         ERRORLEVELS : 255 (0FF) tamper
  3782.                       254 (0FE) not next mode
  3783.  
  3784.  
  3785.  
  3786.         EXAMPLE 1 : MOVCUR U
  3787.  
  3788.         Moves the cursor up one line (notice we didn't include a value, 
  3789.         'amt' is optional, and defaults to one position)
  3790.  
  3791.         EXAMPLE 2 : MOVCUR U2
  3792.  
  3793.         Moves cursor up 2 lines.
  3794.  
  3795.         EXAMPLE 3 : MOVCUR U2 /P2
  3796.  
  3797.         Moves the cursor up 2 lines on video page 2
  3798.  
  3799.         EXAMPLE 4 : MOVCUR D
  3800.  
  3801.         Move cursor down one line
  3802.  
  3803.         EXAMPLE 5 : MOVCUR L
  3804.  
  3805.         Move cursor left one column
  3806.  
  3807.         EXAMPLE 6 : MOVCUR R
  3808.  
  3809.         Move cursor right one column
  3810.  
  3811.  
  3812.  
  3813.  
  3814.                                     Page 46
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.                           S E B F U    Version 3.0.0
  3821.                        (C) 1989/90  Scanlon Enterprises
  3822.                        M A S T E R    R E F E R E N C E
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.         PAGE - Select or set a video page (CGA, EGA, VGA)
  3829.  
  3830.         Syntax : PAGE /Pn /Vvar /X
  3831.  
  3832.         Where : 'Pn'    sets video page 'n', default is get page into an 
  3833.         errorlevel.
  3834.                 '/Vvar' puts the active page number into variable 'var'
  3835.                 '/X'    use with above to use parent environment, default 
  3836.         is the master environment.
  3837.  
  3838.  
  3839.  
  3840.  
  3841.         ERRORLEVELS : 255 (0FF) tamper
  3842.                       254 (0FE) bad command
  3843.                       253 (0FD) not in text mode (no pages in graphics)
  3844.                       1-200 video page number
  3845.  
  3846.  
  3847.  
  3848.  
  3849.         EXAMPLE 1 : PAGE
  3850.  
  3851.         Returns an errorlevel equal to the page number (we doubt if any 
  3852.         system has a page greater than 32, but then who knows ?)
  3853.  
  3854.         EXAMPLE 2 : PAGE /P2
  3855.  
  3856.         Sets system to video page 2
  3857.  
  3858.         EXAMPLE 3 : PAGE /VPAGE
  3859.  
  3860.         Puts the active page number into variable PAGE
  3861.  
  3862.         EXAMPLE 4 : PAGE /VPAGE /X
  3863.  
  3864.         Same as example 3, but uses the parent environment
  3865.  
  3866.  
  3867.  
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.  
  3875.  
  3876.  
  3877.  
  3878.  
  3879.  
  3880.                                     Page 47
  3881.  
  3882.  
  3883.  
  3884.  
  3885.  
  3886.                           S E B F U    Version 3.0.0
  3887.                        (C) 1989/90  Scanlon Enterprises
  3888.                        M A S T E R    R E F E R E N C E
  3889.  
  3890.  
  3891.  
  3892.         PATHCK - check if a specified path exists
  3893.  
  3894.         Syntax : PATHCK spec
  3895.  
  3896.         Where : 'spec'  is any valid drive and path
  3897.  
  3898.  
  3899.         ERRORLEVELS : 255 (0FF) tamper
  3900.                         1 path exists
  3901.                         0 path doesn't exist
  3902.  
  3903.  
  3904.         EXAMPLE : PATHCK DOS
  3905.  
  3906.         If the path DOS exists,then errorlevel 1 is set, else 0
  3907.  
  3908.  
  3909.  
  3910.  
  3911.         PFF - form feed to printer
  3912.  
  3913.         Syntax : PFF p
  3914.  
  3915.         Where : 'p' is any valid printer port (usually 1-3)
  3916.  
  3917.         ERRORLEVELS : 255 (0FF) tamper
  3918.                       254 (0FE) invalid port number
  3919.                         5 printer busy
  3920.                         4 printer out of paper
  3921.                         3 printer off line / not selected
  3922.                         2 printer I/O error
  3923.                         1 port time out, printer off ??
  3924.  
  3925.  
  3926.         PRDY - Test printer port status
  3927.  
  3928.         Syntax : PRDY p
  3929.  
  3930.         Where : 'p' is any valid printer port (usually 1-3)
  3931.  
  3932.  
  3933.         ERRORLEVELS : 255 (0FF) tamper
  3934.                       254 (0FE) invalid port number
  3935.                         5 printer busy
  3936.                         4 printer out of paper
  3937.                         3 printer off line / not selected
  3938.                         2 printer I/O error
  3939.                         1 port time out, printer off ??
  3940.  
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.                                     Page 48
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.                           S E B F U    Version 3.0.0
  3953.                        (C) 1989/90  Scanlon Enterprises
  3954.                        M A S T E R    R E F E R E N C E
  3955.  
  3956.  
  3957.  
  3958.         PRINTC - send ascii characters which can not be directly placed 
  3959.         on a command line (IE.. < > | etc...)
  3960.  
  3961.         Syntax : PRINTC n...nx
  3962.  
  3963.         Where : 'n' thru 'nx' are a list of ascii values seperated by 
  3964.         a space or comma 
  3965.  
  3966.  
  3967.         ERRORLEVELS : 255 (0FF) tamper
  3968.                       254 (0FE) invalid port number / command line
  3969.                         5 printer busy
  3970.                         4 printer out of paper
  3971.                         3 printer off line / not selected
  3972.                         2 printer I/O error
  3973.                         1 port time out, printer off ??
  3974.  
  3975.  
  3976.         EXAMPLE 1 : PRINTC 27 80
  3977.  
  3978.         Send printer control sequence ESCAPE 'M', usually being the 
  3979.         sequence to select the PICA font set.
  3980.  
  3981.         EXAMPLE 2 : PRINTC 15
  3982.  
  3983.         usually puts a printer into compressed font mode
  3984.  
  3985.         EXAMPLE 3 : PRINTC 60
  3986.  
  3987.         Sends the character '<', which DOS filters from a command line
  3988.  
  3989.  
  3990.  
  3991.         PRNSET - Hard reset for a printer port
  3992.  
  3993.         Syntax : PRNSET p
  3994.  
  3995.  
  3996.         Where : 'p' is any valid printer port (usually 1-3)
  3997.  
  3998.         ERRORLEVELS : 255 (0FF) tamper
  3999.                       254 (0FE) invalid port number
  4000.                         5 printer busy
  4001.                         4 printer out of paper
  4002.                         3 printer off line / not selected
  4003.                         2 printer I/O error
  4004.                         1 port time out, printer off ??
  4005.  
  4006.  
  4007.  
  4008.  
  4009.  
  4010.  
  4011.  
  4012.                                     Page 49
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.                           S E B F U    Version 3.0.0
  4019.                        (C) 1989/90  Scanlon Enterprises
  4020.                        M A S T E R    R E F E R E N C E
  4021.  
  4022.  
  4023.  
  4024.  
  4025.  
  4026.  
  4027.         PWRD - Password system
  4028.  
  4029.         Syntax : PWRD /Sn /An /Oa
  4030.  
  4031.         Where : '/Sn' Set new password 'n'
  4032.                 '/An' Set new attempt level to 'n'
  4033.                 '/Oa' Set new action to 'a'
  4034.                       'a' may be 'E' to exit with errorlevel
  4035.                                  'R' to reboot system
  4036.                                  'H' to halt computer (user must reboot
  4037.                                         by hardware reset, ^Alt_Del does
  4038.                                         not work !)
  4039.  
  4040.  
  4041.  
  4042.         ERRORLEVELS : 255 (0FF) tamper
  4043.                       254 (0FE) bad command line
  4044.                       253 (0FD) Not enough ram to load copy of program
  4045.                       252 (0FC) File I/O problem
  4046.  
  4047.  
  4048.  
  4049.  
  4050.         ** NOTE ** switches become valid only when the existing password 
  4051.         has correctly been entered. Default password is SEBFU (all caps). 
  4052.         Default attempt level is 3 (3 tries), max is 32. Default action 
  4053.         is to exit with errorlevel (1) invalid password, 0 is ok. The new 
  4054.         password may be entered in upper and lower case, characters will 
  4055.         NOT be translated to uppercase. PSWD does NOT display the 
  4056.         characters typed, but displays the block character for each 
  4057.         keystroke, so the user has an idea of how many keystrokes have 
  4058.         been entered.
  4059.  
  4060.  
  4061.  
  4062.  
  4063.  
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.  
  4070.  
  4071.  
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078.                                     Page 50
  4079.  
  4080.  
  4081.  
  4082.  
  4083.  
  4084.                           S E B F U    Version 3.0.0
  4085.                        (C) 1989/90  Scanlon Enterprises
  4086.                        M A S T E R    R E F E R E N C E
  4087.  
  4088.  
  4089.  
  4090.         RESP - General purpose input routine, gets keystrokes untill 
  4091.         keystoke is the ENTER key.
  4092.  
  4093.         Syntax : RESP var /Ln /Fn /Bn /En /X /Ic /D
  4094.  
  4095.         Where : 'var' any environment variable name (must be supplied)
  4096.                 '/Ln' Max keystrokes permitted 'n', max is 127
  4097.                         (default is 80)
  4098.                 '/Fn' Foreground color 'n'
  4099.                 '/Bn' Background color 'n'
  4100.                 '/En' Set echo level, 'n'=0 for normal echo
  4101.                                       'n'=1 for no echo
  4102.                                       'n'=2 for display ascii 219 (block)
  4103.                                             for each keystroke
  4104.                 '/X'  Use parent environment for 'var'
  4105.                 '/Ic' Ignore either ESCAPE 'c'='E' or control C 'c'='C'
  4106.                 '/D'  Display via DOS instead of Bios
  4107.  
  4108.  
  4109.  
  4110.         ERRORLEVELS : 255 (0FF) is tamper
  4111.                       254 (0FE) bad command line
  4112.                       253 (0FD) user aborted with escape key
  4113.                       252 (0FC) user aborted with ^C
  4114.                       251 (0FB) NOT in text mode
  4115.                       250 (0FA) No string (CR only)
  4116.  
  4117.  
  4118.         ** NOTE ** RESP allows exit with escape or ^C, unless option 
  4119.         switch '/Ic' is used. this switch may be used twice to stop both 
  4120.         the escape and ^C keys from affecting an exit.
  4121.  
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.                                     Page 51
  4145.  
  4146.  
  4147.  
  4148.  
  4149.  
  4150.                           S E B F U    Version 3.0.0
  4151.                        (C) 1989/90  Scanlon Enterprises
  4152.                        M A S T E R    R E F E R E N C E
  4153.  
  4154.  
  4155.  
  4156.         RESP {continued}
  4157.  
  4158.  
  4159.         EXAMPLE 1 : RESP RESP
  4160.  
  4161.         use existing colors to get up to 80 characters into RESP
  4162.  
  4163.         EXAMPLE 2 : RESP RESP /L5
  4164.  
  4165.         use existing colors to get up to 5 characters into RESP
  4166.  
  4167.         EXAMPLE 3 : RESP RESP /F7 /B1
  4168.  
  4169.         Same as example 1, but echos keystrokes in white on blue
  4170.  
  4171.         EXAMPLE 4 : RESP RESP /E1
  4172.  
  4173.         Same as example 1, but cursor does NOT move with keystrokes
  4174.  
  4175.         EXAMPLE 5 : RESP RESP /E2
  4176.  
  4177.         Same as example 4, but ascii character 219 is displayed instead 
  4178.         of actual keystroke.
  4179.  
  4180.         EXAMPLE 6 : RESP RESP /X
  4181.  
  4182.         Same as example 1, but uses parent environment.
  4183.  
  4184.         EXAMPLE 7 : RESP RESP /IE
  4185.  
  4186.         Same as example 1, but will ignore ESCAPE key stroke
  4187.  
  4188.         EXAMPLE 8 : RESP RESP /IC
  4189.  
  4190.         Same as example 1, but will ignore ^C key stroke
  4191.  
  4192.         EXAMPLE 9 : RESP RESP /D
  4193.  
  4194.         Same as example 1, but uses DOS for display instead of Bios
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202.  
  4203.  
  4204.  
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210.                                     Page 52
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.                           S E B F U    Version 3.0.0
  4217.                        (C) 1989/90  Scanlon Enterprises
  4218.                        M A S T E R    R E F E R E N C E
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.         ROWS - Gets number of rows allowed on display
  4225.  
  4226.         Syntax : ROWS /Vvar /X
  4227.  
  4228.         Where : '/Vvar' sets optional variable 'var', or default variable 
  4229.         'ROW' to the number of rows available.
  4230.                 '/X'    used with above switch forces ROWS to use the 
  4231.         parent environment instead of the master.
  4232.  
  4233.  
  4234.  
  4235.         ERRORLEVELS : 255 (0FF) for tamper
  4236.                       254 (0FE) for command error
  4237.                       1 thru 200 for possible max rows
  4238.                       0 if using variable
  4239.  
  4240.  
  4241.  
  4242.         EXAMPLE 1 : ROWS
  4243.  
  4244.         Returns an errorlevel between 1 and 200 for the number of rows
  4245.  
  4246.         EXAMPLE 2 : ROWS /V
  4247.  
  4248.         Sets variable 'ROW' to the number of rows
  4249.  
  4250.         EXAMPLE 3 : ROWS /VROWS
  4251.  
  4252.         Same as example 2, but variable is ROWS
  4253.  
  4254.         EXAMPLE 4 : ROWS /V /X
  4255.  
  4256.         Same as example 2, but uses the parent environment
  4257.  
  4258.  
  4259.  
  4260.  
  4261.  
  4262.  
  4263.  
  4264.  
  4265.  
  4266.  
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272.  
  4273.  
  4274.  
  4275.  
  4276.                                     Page 53
  4277.  
  4278.  
  4279.  
  4280.  
  4281.  
  4282.                           S E B F U    Version 3.0.0
  4283.                        (C) 1989/90  Scanlon Enterprises
  4284.                        M A S T E R    R E F E R E N C E
  4285.  
  4286.  
  4287.  
  4288.  
  4289.  
  4290.         SAVEKEY - Places characters into the type-ahead buffer
  4291.  
  4292.         Syntax : SAVEKEY c...cx
  4293.  
  4294.         Where : 'c' thru 'cx' are the characters to put into the keyboard 
  4295.         type-ahead buffer.
  4296.  
  4297.  
  4298.  
  4299.         ERRORLEVELS : 255 (0FF) is tamper
  4300.  
  4301.  
  4302.  
  4303.         ** NOTE ** ascii values may be entered instead, starting the 
  4304.         string with a forward slash '/' followed by a string of ascii 
  4305.         values with a space between each value.  IE.. /65  places the 
  4306.         letter 'A' into the keyboard buffer.  The number of characters 
  4307.         permitted is limited by DOS to 120 characters, or the size of 
  4308.         your type-ahead buffer, which is usually 16 characters.
  4309.  
  4310.  
  4311.  
  4312.  
  4313.  
  4314.         SCRLMSG - displays a message string, which constantly scrolls 
  4315.         from right to left.
  4316.  
  4317.         Syntax : SCRLMSG msg
  4318.  
  4319.         Where : 'msg' is any string of characters permitted on a command 
  4320.         line by DOS. Must have at least 2 characters, and not more than 
  4321.         will fit across one line.
  4322.  
  4323.  
  4324.  
  4325.         ERRORLEVELS : 255 (0FF) for tamper
  4326.                       254 (0FE) video not in text mode
  4327.                       253 (0FD) message entry error
  4328.  
  4329.  
  4330.  
  4331.  
  4332.  
  4333.  
  4334.  
  4335.  
  4336.  
  4337.  
  4338.  
  4339.  
  4340.  
  4341.  
  4342.                                     Page 54
  4343.  
  4344.  
  4345.  
  4346.  
  4347.  
  4348.                           S E B F U    Version 3.0.0
  4349.                        (C) 1989/90  Scanlon Enterprises
  4350.                        M A S T E R    R E F E R E N C E
  4351.  
  4352.  
  4353.  
  4354.  
  4355.  
  4356.  
  4357.         SDATE - will set the DOS date to a selected value
  4358.  
  4359.         Syntax : SDATE mm-dd-yy /I
  4360.  
  4361.         Where : 'mm'   is the month
  4362.                 'dd'   the day of month
  4363.                 'yy'   the year
  4364.                 '/I'   allows the user to use an alternate date pattern 
  4365.         of  dd-mm-yy.
  4366.  
  4367.  
  4368.  
  4369.         ERRORLEVELS : 255 (0FF) for tamper
  4370.                       254 (0FE) command error
  4371.  
  4372.  
  4373.  
  4374.  
  4375.         EXAMPLE 1 : SDATE 01-25-99
  4376.  
  4377.         Sets the DOS date to Jan. 25, 1999
  4378.  
  4379.         EXAMPLE 2 : SDATE 01-25-1999
  4380.  
  4381.         Same as example 1
  4382.  
  4383.         EXAMPLE 3 : SDATE 25-01-99 /I
  4384.  
  4385.         Results the same as example 1 (internation date string)
  4386.  
  4387.  
  4388.  
  4389.  
  4390.  
  4391.  
  4392.  
  4393.  
  4394.  
  4395.  
  4396.  
  4397.  
  4398.  
  4399.  
  4400.  
  4401.  
  4402.  
  4403.  
  4404.  
  4405.  
  4406.  
  4407.  
  4408.                                     Page 55
  4409.  
  4410.  
  4411.  
  4412.  
  4413.  
  4414.                           S E B F U    Version 3.0.0
  4415.                        (C) 1989/90  Scanlon Enterprises
  4416.                        M A S T E R    R E F E R E N C E
  4417.  
  4418.  
  4419.  
  4420.  
  4421.         SOUND - generic noise maker
  4422.  
  4423.         Syntax : SOUND /Dn /Tn
  4424.  
  4425.         Where : '/Dn' sets the duration to value 'n', with a default of 1 
  4426.         second or value of 5
  4427.                 '/Tn' sets the tone to value 'n', default is value 10
  4428.  
  4429.  
  4430.         ERRORLEVELES : 255 (0FF) tamper
  4431.                        254 (0FE) command error
  4432.  
  4433.  
  4434.  
  4435.  
  4436.         SWIDTH - gets the screen width (number of columns)
  4437.  
  4438.         Syntax : SWIDTH /Vvar /X
  4439.  
  4440.  
  4441.         Where : '/Vvar' sets optional variable 'var', or default variable 
  4442.         'COL' to the number of rows available.
  4443.                 '/X'    used with above switch forces ROWS to use the 
  4444.         parent environment instead of the master.
  4445.  
  4446.  
  4447.  
  4448.         ERRORLEVELS : 255 (0FF) for tamper
  4449.                       254 (0FE) for command error
  4450.                       1 thru 200 for possible max columns
  4451.                       0 if using variable
  4452.  
  4453.  
  4454.  
  4455.         EXAMPLE 1 : SWIDTH
  4456.  
  4457.         Returns an errorlevel between 1 and 200 for the number of rows
  4458.  
  4459.         EXAMPLE 2 : SWIDTH /V
  4460.  
  4461.         Sets variable 'ROW' to the number of rows
  4462.  
  4463.         EXAMPLE 3 : SWIDTH /VCOLS
  4464.  
  4465.         Same as example 2, but variable is COLS
  4466.  
  4467.         EXAMPLE 4 : SWIDTH /V /X
  4468.  
  4469.         Same as example 2, but uses the parent environment
  4470.  
  4471.  
  4472.  
  4473.  
  4474.                                     Page 56
  4475.  
  4476.  
  4477.  
  4478.  
  4479.  
  4480.                           S E B F U    Version 3.0.0
  4481.                        (C) 1989/90  Scanlon Enterprises
  4482.                        M A S T E R    R E F E R E N C E
  4483.  
  4484.  
  4485.  
  4486.  
  4487.         SWPRN - redirects printer output PRN TO LPT2
  4488.  
  4489.         Syntax : SWPRN
  4490.  
  4491.  
  4492.         ERRORLEVELS : 255 (0FF) TAMPER
  4493.  
  4494.  
  4495.         ** NOTE ** use 2nd time to restore original setting
  4496.  
  4497.  
  4498.  
  4499.  
  4500.  
  4501.  
  4502.         TC - Cursor attribute setting utility
  4503.  
  4504.         Syntax : TC mode
  4505.  
  4506.         Where : 'mode' is one of the following :
  4507.                         'X' or '0' - hide cursor
  4508.                         'O' or '1' - unhide cursor
  4509.                         'S'        - get current status, on or off
  4510.  
  4511.  
  4512.         ERRORLEVELS : 255 for tamper
  4513.                         4 requested mode already in effect
  4514.                         3 in graphics mode (cursor only avail in text)
  4515.                         2 Cursor off
  4516.                         1 Cursor on
  4517.                         0 Mode set
  4518.  
  4519.  
  4520.         EXAMPLE 1 : TC
  4521.  
  4522.         Toggle current state of cursor, if visible, then we hide
  4523.  
  4524.         EXAMPLE 2 : TC X          {or 0}
  4525.  
  4526.         Hide cursor (make it invisible)
  4527.  
  4528.         EXAMPLE 3 : TC O          {or 1}
  4529.  
  4530.         Make cursor visible
  4531.  
  4532.         EXAMPLE 4 : TC S
  4533.  
  4534.         Get cursor status {see errorlevels above}
  4535.  
  4536.  
  4537.  
  4538.  
  4539.  
  4540.                                     Page 57
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546.                           S E B F U    Version 3.0.0
  4547.                        (C) 1989/90  Scanlon Enterprises
  4548.                        M A S T E R    R E F E R E N C E
  4549.  
  4550.  
  4551.  
  4552.         TD - Display time and / or date
  4553.  
  4554.         Syntax : TD /Dr c  /T r c /N
  4555.  
  4556.         Where : '/Dr c'  selects display of date on optional row 'r' and 
  4557.         column 'c'.
  4558.                 '/Tr c'  selects display of time on optional row 'r' and 
  4559.         column 'c'
  4560.                 '/N'     excludes day of week from date display
  4561.  
  4562.  
  4563.         ERRORLEVELS : 255 (0FF)  is tamper detection
  4564.                       254 (0FE)  not in text mode
  4565.                       253 (0FD)  command error
  4566.  
  4567.  
  4568.         EXAMPLE 1 : TD
  4569.  
  4570.         Displays both time and date at the current cursor location
  4571.  
  4572.         IE... 12:57:20AM Tuesday June 1,1999
  4573.  
  4574.         EXAMPLE 2 : TD /D
  4575.  
  4576.         Displays only date at current cursor location
  4577.  
  4578.         EXAMPLE 3 : TD /D5
  4579.  
  4580.         Displays only date on line 5
  4581.  
  4582.         EXAMPLE 4 : TD /D5 5
  4583.  
  4584.         Displays date on line 5, column 5
  4585.  
  4586.         EXAMPLE 5 : TD /T
  4587.  
  4588.         Displays only time at current cursor location
  4589.  
  4590.         EXAMPLE 6 : TD /T5
  4591.  
  4592.         Displays time on line 5
  4593.  
  4594.         EXAMPLE 7 : TD /T5 5
  4595.  
  4596.         Displays time on line 5, column 5
  4597.  
  4598.         EXAMPLE 8 : TD /N
  4599.  
  4600.         Same as example 1, but day of week is excluded
  4601.  
  4602.  
  4603.  
  4604.  
  4605.  
  4606.                                     Page 58
  4607.  
  4608.  
  4609.  
  4610.  
  4611.  
  4612.                           S E B F U    Version 3.0.0
  4613.                        (C) 1989/90  Scanlon Enterprises
  4614.                        M A S T E R    R E F E R E N C E
  4615.  
  4616.  
  4617.  
  4618.  
  4619.  
  4620.         WAIT - pause batch file for specified period of time
  4621.  
  4622.         Syntax : WAIT /Sn /Mn /Tt
  4623.  
  4624.         Where : '/Sn'  pauses batch file for 'n' seconds
  4625.                 '/Mn'  pauses batch file for 'n' minutes
  4626.                 '/Tt'  pauses batch file till time 't'
  4627.                        't' is in format 'hh:mm:ss' , 24 hour format
  4628.  
  4629.  
  4630.  
  4631.         ERRORLEVELS : 255 (0FF) tamper detection
  4632.                       254 (0FE) command error
  4633.  
  4634.  
  4635.  
  4636.         ** NOTE ** limits for both option '/S' & '/M' are values 1 thru 
  4637.         59 (seconds or minutes).
  4638.  
  4639.  
  4640.  
  4641.         EXAMPLE 1 : WAIT
  4642.  
  4643.         Pause one second (default value)
  4644.  
  4645.         EXAMPLE 2 : WAIT /S5
  4646.  
  4647.         Pause 5 seconds
  4648.  
  4649.         EXAMPLE 3 : WAIT /M5
  4650.  
  4651.         Wait 5 minutes
  4652.  
  4653.         EXAMPLE 4 : WAIT /T4:23:00
  4654.  
  4655.         Pause till 4:23 AM
  4656.  
  4657.  
  4658.  
  4659.  
  4660.  
  4661.  
  4662.  
  4663.  
  4664.  
  4665.  
  4666.  
  4667.  
  4668.  
  4669.  
  4670.  
  4671.  
  4672.                                     Page 59
  4673.  
  4674.  
  4675.  
  4676.  
  4677.  
  4678.                           S E B F U    Version 3.0.0
  4679.                        (C) 1989/90  Scanlon Enterprises
  4680.                        M A S T E R    R E F E R E N C E
  4681.  
  4682.  
  4683.  
  4684.         WDATE - Gets the current date, uses errorlevel or variable
  4685.  
  4686.         Syntax : WDATE /D /M /Y /W /Vvar /X /A
  4687.  
  4688.         Where : '/D'    selects day of month
  4689.                 '/M'    selects month
  4690.                 '/Y'    selects year
  4691.                 '/W'    selects day of week (default selection)
  4692.                 '/Vvar' selects use of variable, default of 'CDATE' or 
  4693.         optional name 'var'.
  4694.                 '/X'    selects the parent environment when using a 
  4695.         variable.
  4696.                 '/A'    selects all of date for use with a variable
  4697.  
  4698.         ERRORLEVELS : 255 (0FF) tamper detection
  4699.                       254 (0FE) Command error
  4700.                         1-31 for day of month
  4701.                         1-7 for day of week
  4702.                         1-12 for month
  4703.                         0-99 current year of century
  4704.  
  4705.         EXAMPLE 1 : WDATE
  4706.  
  4707.         Get day of week in errorlevel
  4708.  
  4709.         EXAMPLE 2 : WDATE /D
  4710.  
  4711.         Get day of month in errorlevel
  4712.  
  4713.         EXAMPLE 3 : WDATE /M
  4714.  
  4715.         Get which month in errorlevel
  4716.  
  4717.         EXAMPLE 4 : WDATE /Y
  4718.  
  4719.         Get year as errorlevel
  4720.  
  4721.         EXAMPLE 5 : WDATE /W
  4722.  
  4723.         Same as example 1
  4724.  
  4725.         EXAMPLE 6 : WDATE /V
  4726.  
  4727.         Get day of week into default variable 'CDATE'
  4728.  
  4729.         EXAMPLE 7 : WDATE /VDATE
  4730.  
  4731.         Get day of week into variable 'DATE'
  4732.  
  4733.         EXAMPLE 8 : WDATE /V /X
  4734.  
  4735.         Same as example 6, but uses parent environment
  4736.  
  4737.  
  4738.                                     Page 60
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.                           S E B F U    Version 3.0.0
  4745.                        (C) 1989/90  Scanlon Enterprises
  4746.                        M A S T E R    R E F E R E N C E
  4747.  
  4748.  
  4749.  
  4750.         WINDOW - clear portion (or all) of screen, or scroll all or 
  4751.         portion of screen by selected line count
  4752.  
  4753.         Syntax : WINDOW sr sc er ec /Fn /Bn /Dn /Ln
  4754.  
  4755.         Where : 'sr'   is the start row of the window
  4756.                 'sc'   is the start column
  4757.                 'er'   is the last row of the window
  4758.                 'ec'   is the last column
  4759.                 '/Fn'  set foreground color to value 'n'
  4760.                 '/Bn'  set background color to value 'n'
  4761.                 '/Dn'  set direction up ('n'=0) or down ('n'=1)
  4762.                        (only valid with use of next switch)
  4763.                 '/Ln'  number of lines to scroll, if 0 or ommitted, then 
  4764.         the window area is cleared (created).
  4765.  
  4766.         ERRORLEVELS : 255 (0FF) for tamper
  4767.                       254 (0FE) not text mode
  4768.                       253 (0FD) command error
  4769.  
  4770.  
  4771.         EXAMPLE 1 : WINDOW 1 1 25 80
  4772.  
  4773.         Clears the screen to current color
  4774.  
  4775.         EXAMPLE 2 : WINDOW 1 1 25 80 /F7 /B1
  4776.  
  4777.         Clears the screen to white on blue
  4778.  
  4779.         EXAMPLE 3 : WINDOW 1 1 25 80 /D0 /L1
  4780.  
  4781.         Scroll screen up one line
  4782.  
  4783.         EXAMPLE 4 : WINDOW 1 1 25 80 /D1 /L1
  4784.  
  4785.         Scroll screen down one line
  4786.  
  4787.         EXAMPLE 5 : WINDOW 1 1 25 80 /F7 /B1 /D0 /L1
  4788.  
  4789.         Same as example 3, but new line is cleared to white on blue
  4790.  
  4791.         EXAMPLE 6 : WINDOW 1 1 25 80 /F7 /B1 /D1 /L1
  4792.  
  4793.         Same as example 4, but new line is cleared to white on blue
  4794.  
  4795.  
  4796.  
  4797.  
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.                                     Page 61
  4805.  
  4806.  
  4807.  
  4808.  
  4809.  
  4810.                           S E B F U    Version 3.0.0
  4811.                        (C) 1989/90  Scanlon Enterprises
  4812.                        M A S T E R    R E F E R E N C E
  4813.  
  4814.  
  4815.  
  4816.  
  4817.  
  4818.  
  4819.         WRITE - powerful text display utility, to replace ECHO
  4820.  
  4821.         Syntax : WRITE /Rr /Cc /Pp /Fc /Bc /X /N /D msg
  4822.  
  4823.         Where : '/Rr'   sets the row for display to 'r'
  4824.                 '/Cc'   sets the column to start display to 'c'
  4825.                 '/Pp'   use video page 'p', default is active
  4826.                 '/Fc'   use foreground color 'c'
  4827.                 '/Bc'   use background color 'c'
  4828.                 '/X'    center text on line
  4829.                 '/N'    No CR/LF (new line) after display
  4830.                 '/D'    Use DOS for display instead of Bios
  4831.                 'msg'   text string to display
  4832.  
  4833.  
  4834.  
  4835.         ERRORLEVELS : 255 (0FF) for tamper
  4836.                       254 (0FE) Not in text mode
  4837.                       253 (0FD) command error
  4838.  
  4839.  
  4840.  
  4841.         ** NOTE ** One main advantage of WRITE over ECHO is the fact that 
  4842.         we can simply generat a CR/LF (new line) by putting WRITE on a 
  4843.         batch file line alone !  WRITE uses the current cursor location 
  4844.         if none are supplied ('/Rr' & '/Cc').  WRITE uses the existing 
  4845.         screen colors if they are not supplied.  Use the '/D' switch if 
  4846.         redirection is required..
  4847.  
  4848.  
  4849.  
  4850.  
  4851.  
  4852.  
  4853.  
  4854.  
  4855.  
  4856.  
  4857.  
  4858.  
  4859.  
  4860.  
  4861.  
  4862.  
  4863.  
  4864.  
  4865.  
  4866.  
  4867.  
  4868.  
  4869.  
  4870.                                     Page 62
  4871.  
  4872.  
  4873.  
  4874.  
  4875.  
  4876.                           S E B F U    Version 3.0.0
  4877.                        (C) 1989/90  Scanlon Enterprises
  4878.                        M A S T E R    R E F E R E N C E
  4879.  
  4880.  
  4881.  
  4882.         EXAMPLE 1 : WRITE
  4883.  
  4884.         Generates a new line (move cursor to start of next line)
  4885.  
  4886.         EXAMPLE 2 : WRITE Hi
  4887.  
  4888.         Displays 'Hi' at  the current cursor location 
  4889.  
  4890.         EXAMPLE 3 : WRITE Hi /R5
  4891.  
  4892.         Displays 'Hi' on line 5
  4893.  
  4894.         EXAMPLE 4 : WRITE Hi /C5
  4895.  
  4896.         Displays 'Hi' on the current line, but column 5
  4897.  
  4898.         EXAMPLE 5 : WRITE Hi /F7 /B1
  4899.  
  4900.         Same as example 2, but white on blue
  4901.  
  4902.         EXAMPLE 6 : WRITE Hi /X
  4903.  
  4904.         Same as example 2, but centered
  4905.  
  4906.         EXAMPLE 7 : WRITE Hi /N
  4907.  
  4908.         Same as example 2, but cursor will be on same line after 'i'
  4909.  
  4910.         EXAMPLE 8 : WRITE Hi /D
  4911.  
  4912.         Same as example 2, but can be redirected by DOS
  4913.  
  4914.         EXAMPLE 9 : WRITE Hi /P2
  4915.  
  4916.         Same as example 2, but on video page 2
  4917.  
  4918.  
  4919.  
  4920.  
  4921.  
  4922.  
  4923.  
  4924.  
  4925.  
  4926.  
  4927.  
  4928.  
  4929.  
  4930.  
  4931.  
  4932.  
  4933.  
  4934.  
  4935.  
  4936.                                     Page 63
  4937.  
  4938.  
  4939.  
  4940.  
  4941.  
  4942.                           S E B F U    Version 3.0.0
  4943.                        (C) 1989/90  Scanlon Enterprises
  4944.                        M A S T E R    R E F E R E N C E
  4945.  
  4946.  
  4947.  
  4948.         WRITEF - Show all or part of a file on display
  4949.  
  4950.         Syntax : WRITEF spec /Cc /Pp /Sl /Ln /D
  4951.  
  4952.         Where : 'spec' is any valid file name, drive and path
  4953.                 '/Cc'  sets left margin to 'c'
  4954.                 '/Pp'  display will be on page 'p'
  4955.                 '/Sl'  Start display on file line number 'l'
  4956.                 '/Ln'  Last video line to use
  4957.                 '/D'   Use DOS to display (redirection allowed)
  4958.  
  4959.  
  4960.         ERRORLEVELS : 255 (0FF) for tamper
  4961.                       254 (0FE) Not in text mode
  4962.                       253 (0FD) Command error
  4963.                       252 (0FC) File not found
  4964.                       251 (0FB) Can't read file
  4965.  
  4966.         ** NOTE ** The switch '/Sl' allows us to use 1 file to contain 
  4967.         many screen images.  Just specify the line to start displaying 
  4968.         and the last video line to use.
  4969.  
  4970.         EXAMPLE 1 : WRITEF MENU
  4971.  
  4972.         Will display all of file MENU or till last video line is reached
  4973.  
  4974.         EXAMPLE 2 : WRITEF MENU /C5
  4975.  
  4976.         Same as example 1, but has a left margin at column 5
  4977.  
  4978.         EXAMPLE 3 : WRITEF MENU /P2
  4979.  
  4980.         Same as example 1, but display is on video page 2
  4981.  
  4982.         EXAMPLE 4 : WRITEF MENU /S20
  4983.  
  4984.         Start display of file 'MENU' after reading 19 lines, and display 
  4985.         lines till end of file or last video row.
  4986.  
  4987.         EXAMPLE 5 : WRITEF MENU /D
  4988.  
  4989.         Same as example 1, but uses DOS, so redirection is allowed
  4990.  
  4991.         EXAMPLE 6 : WRITEF MENU /L20
  4992.  
  4993.         Same as example 1, but stops file read when video line 20 is 
  4994.         reached (or end of file)
  4995.  
  4996.  
  4997.  
  4998.  
  4999.  
  5000.  
  5001.  
  5002.                                     Page 64
  5003.  
  5004.  
  5005.  
  5006.  
  5007.  
  5008.                           S E B F U    Version 3.0.0
  5009.                        (C) 1989/90  Scanlon Enterprises
  5010.                        M A S T E R    R E F E R E N C E
  5011.  
  5012.  
  5013.  
  5014.         WTIME - Gets the time of day as an errorlevel or variable
  5015.  
  5016.         Syntax : WTIME /H /M /S /Vvar /X /A
  5017.  
  5018.         Where : '/H'    selects hour of day
  5019.                 '/M'    selects minute
  5020.                 '/S'    selects seconds
  5021.                 '/Vvar' selects use of variable, default of 'CTIME' or 
  5022.         optional name 'var'.
  5023.                 '/X'    selects the parent environment when using a 
  5024.         variable.
  5025.                 '/A'    selects all of date for use with a variable
  5026.  
  5027.         ERRORLEVELS : 255 (0FF) tamper detection
  5028.                       254 (0FE) Command error
  5029.                       0-60 for minutes or seconds
  5030.                       0-24 for hours
  5031.  
  5032.  
  5033.         EXAMPLE 1 : WTIME
  5034.  
  5035.         Get current hour
  5036.  
  5037.         EXAMPLE 2 : WTIME /H
  5038.  
  5039.         Same as example 1
  5040.  
  5041.         EXAMPLE 3 : WTIME /M
  5042.  
  5043.         Get current minute
  5044.  
  5045.         EXAMPLE 4 : WTIME /S
  5046.  
  5047.         Get current seconds
  5048.  
  5049.         EXAMPLE 6 : WTIME /V
  5050.  
  5051.         Get current hour into default variable 'CTIME'
  5052.  
  5053.         EXAMPLE 7 : WTIME /VTIME
  5054.  
  5055.         Get current hour into variable 'TIME'
  5056.  
  5057.         EXAMPLE 8 : WTIME /V /X
  5058.  
  5059.         Same as example 6, but uses parent environment
  5060.  
  5061.  
  5062.  
  5063.  
  5064.  
  5065.  
  5066.  
  5067.  
  5068.                                     Page 65
  5069.  
  5070.  
  5071.  
  5072.  
  5073.  
  5074.                           S E B F U    Version 3.0.0
  5075.                        (C) 1989/90  Scanlon Enterprises
  5076.                        M A S T E R    R E F E R E N C E
  5077.  
  5078.  
  5079.  
  5080.         XMSCK - checks if expanded memory manager is installed
  5081.  
  5082.         Syntax : XMSCK
  5083.  
  5084.         ERRORLEVELS : 255 (0FF) tamper detection
  5085.                         1 installed
  5086.                         0 not installed
  5087.  
  5088.  
  5089.         YN - get a yes / no response
  5090.  
  5091.         Syntax : YN /Ic
  5092.  
  5093.         Where : '/Ic' cancels detection of escape 'c'=E or ^C 'c'=C
  5094.                       YN normally exits if escape or ^C are detected
  5095.  
  5096.         ERRORLEVELS : 255 (0FF) tamper detection
  5097.                         2 for no
  5098.                         1 for yes
  5099.                         0 for escape or ^C detection
  5100.  
  5101.  
  5102.         ** NOTE ** either upper case or lower case 'Y' or 'N' are allowed
  5103.  
  5104.  
  5105.         EXAMPLE 1 : YN
  5106.  
  5107.         Exits with above errorlevels
  5108.  
  5109.         EXAMPLE 2 : YN /IE
  5110.  
  5111.         Same as example 1, but ignores escape key
  5112.  
  5113.         EXAMPLE 3 : YN /IC
  5114.  
  5115.         Same as example 1, but ignores ^C
  5116.  
  5117.         EXAMPLE 4 : YN /IC /IE
  5118.  
  5119.         Same as example 1, but ignores both escape & ^C
  5120.  
  5121.  
  5122.  
  5123.  
  5124.  
  5125.  
  5126.  
  5127.  
  5128.  
  5129.  
  5130.  
  5131.  
  5132.  
  5133.  
  5134.                                     Page 66
  5135.  
  5136.  
  5137.  
  5138. BEEP.COM       545Φ.╕ L═!3.0.0BEEP - (C) 1991 Scanlon Enterprises┐éë■èÇ╜2φÇ∙r¼<ar<zw$▀¬Γ≥Φ|Ç~w9╜â~w╟FÇ>r Ç>w╞┤░╖═Ç>w Nâ~w
  5139. ╜èF┤L═!Ç>r┤,═!ê6 ┤,═!:6 t÷Ç>r╛┤═t╕Ç>r╔2Σ═δ├Ç>Çw├UWVPQSR╛é╜
  5140. èÇ╡¼:Ft<,t÷< t≥<u⌠í(ÇZ[YX^_]├VWUQSVë≈╣ñÇ<,tÇ< tÇ<tAδφë ╗╜╣^V¼<ar<zw$▀:FtCCEΓ÷╞Θ╕├ ^Ç>wNï ╟ ï╞┴ë≈ï≡ñÇ| w∙[Y]_^NÇ>rΘj ΘU ┐║╗
  5141. ╣¼<0r<9w,0ê┴ï≈πr┴r
  5142. ='wëδα├╞╞F├╞├╞ü<CXt ü<XCtÇ<Xu╞├Ç<Ct╞╞F├╞╞├/ù╬╘+DKBIGLTR.COM    1797╜▌Φ6╞F èF┤L═!3.0.0BIGLTR - (C) 1991 Scanlon EnterprisesÇ>Çr<┐Ω╣ 2└≤¬ΦÇÇ~w┤Ç>Çr"┐Ω╜█èÇ╕é2φ┴Hï≡Ç<u■╔Nü■éw≥╞FδàÇ< t∞Ç<,tτ╛éë█≤ñ┤═<t <r╞FΘ_ ê>U╜Ç~]wê>■ê&┤═ê6êè&(╘2└åα│÷≤ó ╕≡Ä└╛Ωè█2φ: vè Q╣¼P<Çr$2Σ÷ß[Ç√w m·╗≡Ä├Θ HH╗    )╦╪ï°&èQ╣G╖Ç░ ä√St░█U╜Ç~]w┤
  5143. Θ
  5144. ┤    U╜è^]è>■Q╣═ΦY[╨∩Γ╩SΦ[YΓ╕YΦ(ΓüΘæ■┤è>■═■┬┤═├è6è■╞ê6è>■δτè6Çεê6èÇ┬êè>■δ╦3╥│
  5145. ¼<0r<9v├Æ÷πÇΩ0╨δ∞Ç>Çw├UWVPQSR╛é╜╒èÇ╡¼:Ft(<,t÷< t≥<uεí╪(Ç╜┌Ç~r╞FZ[YX^_]├VWUQSVë≈╣ñÇ<,tÇ< tÇ<tAδφë╓╗╜µ╣^V¼<ar<zw$▀:FtCCEΓ÷╞┌Θ╕▐├ ^Ç>┌wNï╓╪╟╓ï╞┴ë≈ï≡ñÇ| w∙[Y]_^NÇ>┌rΘ] ΘH Φ U╜V]├Φ ▒╥ΓU╜V]├Φ÷■ê■U╜╞F]├¼ó╒├/ú»┐╨FBPAf`f< <ffff?<f~`<~├<>f?f<>f?p<>f?<>f?<``<~├<f~`<f<f~`<p<f~`<f8<|╞8<p8<c6ccc<f~f~0<0~ ╠6fffg<f<ff<f<ff<p<ff<<ffff?pfff?fff>|├<ff<fffff<~└└~62x0s~ff<~~°╠╠·╞╧╞╟<╪p<>f?8<<ff<fff?||fff~fv~nf<ll>~8ll8|0`f<~``~├╞╠▐3f╠├╞╠█7o╧3f╠f3╠f3f╠"ê"ê"ê"êU¬U¬U¬U¬█w█ε█w█ε°°°6666÷666■666°°66÷÷66666666666■÷66666÷■6666■°°°    666676666670??0766666≈  ≈66666707666  66≈≈666  6666    6666666??6666666 666  °            ≡≡≡≡≡≡≡≡    ;ndn;<f|f|``~f````66666~f00f~?lll83333>0`;n ~<ff<~6cc66cc66w >ff<~██~ ~██~`└`└ⁿ└`<ffffff~~~~~0 0~ 0 ~╪╪p~v▄v▄8ll8 ∞l<xllllp0`x<<<<BOX.COM        701Φ,╕ L═!3.0.0BOX (C) 1991  Scanlon EnterprisesÇ>Çu╕ⁿL═!┤═<r    <t╕■L═!ê>Æê&ô┤═╜ûêvêV3└Ä╪╛ä¼■└óö╛é┐é¼<t<ar<zw$▀¬δε╛é╜û¼<t>< t≈<,t</tNΦ▒Ç·r■╩êVEü²Üv┌╕■L═!┐¥╣¼≥«u≡╤ßü┴ñë═ Vδ╜╜ÿÇ~r┌Ç~r╘èF*F■r╠,r╚èF*F r└,r╝╛ä┐ûè5èUΦï¼╣ΦÅèM*M■╔¼r£t■┬ΦrΦzèUΦi¼╣Φm¼èM*■╔t■╞èUΦPQ╣ΦTèUΦCΦKYΓσ¼èuèUΦ3╣Φ8■┬Φ(:UtèDⁿèM*M■╔Φ èuèUΦ ¼╣Φ╕L═!Pè>Æ┤═X├Ç>£r┐╜≤¬░$¬║╜┤    ═!├┤
  5146. Ç>Ür┤    è¢è>Æ═├╞£├ΘΓ■Φâ·r⌡ü· w∩▒╙Γ¢ÇÜ├Φcâ·r┘ü· w╙▒¢ÇÜ├ΦIâ·r┐ü· w╣Æ├V╣╛ï┐ä≤ñ^├Φ(â· r    ┐ä╣≤¬├â·    rΘr■╕▓╨ï°è╣┐ä≤¬├PSQ╗
  5147. 3╥3╔¼<0r<9w,0ê┴ï┬÷π┴ï╨δΘNY[X├¼╣┐ä≤¬├╔═╗║╚╝┌─┐│└┘ABFPSDG)╔ε╥z■░▒▓█▄▀∙·°CALCYR.COM     273Φ5╕ L═!3.0.0CALCYR  (C) 1991  Scanlon Enterprises╕■L═!Ç>Çr⌠╜    ┐éèÇ2φ░/≥«uÇ%▀Ç=Wu┌ÇNâ∩Ç= tÇ=,tG╞┤*═!ëN╟FlüΘ╨r╟F╨╛éΦWrªëV<t
  5148. ΦKëVÇNïFï^=cwFâ√cw^÷Fu 9╪sô)╪┤L═!÷Fuô9╪ru
  5149. 2└Θ░Θ░┤L═!3╥Q3╔╗
  5150. ¼<0r<9w2Σ,0æ≈π┴æ ╥tΘY∙├ï╤Y°├CDCK.COM        70Φ.╕ L═!3.0.0CDCK  (C) 1991  Scanlon Enterprises╕3█═/ █u╕L═!╕L═!CDD.COM        195Φq╕ L═!3.0.0CDD  (C) 1991  Scanlon Enterprises\Ç>Çváé,0ós┤G2╥╛1═!Ç>1w╕L═!┐s░\╣B²≥«■sru÷G░ⁿ¬║0┤;═!s╕L═!╕L═!CGABORDR.COM   110Φ2╕ L═!3.0.0CGABORDR  (C) 1991  Scanlon EnterprisesÇ>Pw╕L═!╛é3╥│
  5151. 2φ¼<0r<9w,0ê┴ï┬÷π┴ï╨δΘê╙2 ┤ ═╕L═!CHGLOCK.COM    182Φ1╕ L═!3.0.0CHGLOCK  (C) 1991  Scanlon Enterprises╛éΦ\Ç>Çw Φ=4pΦCΘ¼<Ct<Nt<St!<u∩Φ!2╡Φ%╕L═!Ç╡@δ┘Ç╡ δ╥Ç╡δ╦3└Ä╪╛¼├3█Ä█┐ê├Ç>Çw╛é├ë≈¼<t⌡<ar<zw$▀¬δεCHKDRVR.COM    394Θ43.0.0CHKDRVR  (C) 1991  Scanlon Enterprises AJXEKMC╜/Ç>Çr1╞FèÇ2φ╛éΦ=¼┐0Q╣≥«uA░╥αFYΓΘ÷FtÇNΦ2ΦFΦUΦdΦÄΦóΦ╫èF┤L═!VWPQë≈¼<ar<zw$▀¬Γ≥YX_^├┤ä3╥═░s■╚▒╥α"FF├╕3█═/è├$"FF├╕C═/$Ç▒╥Φ"FF├░g┤5═!┐
  5152. ╛╣ⁿ≤ª░t■╚▒╥α"FF├EMMXXXX03└═3 └░u■╚▒╥α"FF├3└Ä└╜/┤═&:u&Ç6Ç┤═&:░t■╚&Ç6Ç▒╥α"FF├┤═┤═R3╥┤═┤═Ç■Z┤═░u■╚▒╥α"FF├CHKSUM.COM     516ΘE╕ L═!3.0.0CHKSUM  (C) 1991  Scanlon EnterprisesÇ>Çw╕L═!┐é░/èÇ2φ≥«uè$▀<RuÇ3╛éèÇ2φ¼< t<t</u≤N╞F╕éÇÇ╘9≡t/3╥╗
  5153. 3╔¼< t<t<0r<9w,0æ≈π2φ┴â╥æδαë4ë6║é2└┤=═!ú<s╕L═!┐╣2└≤¬ï<║╣┤?═!r<=r7ë┴╛3╥3█¼Q╣°╨αâ╙â╥Γ⌡YΓφ:â╥8â├â╥ë8ë:δ¬ï<┤>═!í6 4tí6ï4;:u ;8u╕L═!╕L═!í:ï8╗'┐>≈≤=
  5154. r%SR╗'3╥≈≤0¬3└Æâ√
  5155. tPRï├╗
  5156. ≈≤ï╪ZXδΣZ[0¬3└Æâ√tPR3╥ï├╗
  5157. ≈≤ï╪ZXδ╕╛>Ç<0uFδ°÷3u$V┤═┤═è▄^¼<0r&┤    ╣═┤═■┬┤═δΦë≈╣
  5158. 2└≥«O╞$ë≥┤    ═!╕L═!CLRKEY.COM      75Φ0╕ L═!3.0.0CLRKEY  (C) 1991  Scanlon Enterprises┤═tΦδ⌡┤L═!┤═!
  5159. └t°├COLOR.COM      285Φ/╕ L═!3.0.0COLOR  (C) 1991  Scanlon EnterprisesÇ>Çu╕L═!┤═!ê>σ╛é┐Γ3╥¼< t!<t,0r┌<    w╓è╪ï┬╖
  5160. ÷τ2 ╪=Pw┼ï╨δ┌Pï┬¬■µX<u╦Ç>µu¡╜·┐    áπ¿t╛τ╣≤ñáΓ¿t╛δ╣≤ñ╛∩áπΦDáΓΦD╣ ≤ñ║┤    ═!╕L═!U2Σ$ΦèF]├$CR.COM         189Φ1╕ L═!3.0.0CR  (C) 1991  Scanlon Enterprises╕■L═!Ç>ÇrC╛üÇ< uFδ°Ç<t3ü<I/u▐ïD%▀▀=ECt=CEu╞╝Θ<Cu╞╝Θ    <Eu╢╞╝┤═!<t1<u ÷╝u╕L═!<u ÷╝u╕L═!<w┤═!┤▓═!Θ} ╕L═!CURSOR.COM     468Φ1╕ L═!3.0.0CURSOR  (C) 1991   Scanlon Enterprises┤═<t    <r╕²L═!╜╩╡▒<u╡ ▒êN■╔ên    êN
  5161. ┤═ênêNÇ>Çrk╛é┐╦¼<t`</t%< t≤<,t    NΦr@¬δµ░äFt■└äFu/FGδ╥¼$▀ê─¼,0r<wU╜╨ÇⁿBt EÇⁿStEÇⁿHuêF]δ⌐╕■L═!èn    èN
  5162. Θ«Ç>Çr≡èFÇ~wêF$≡FèFÇ~wêF┐╨è<r*èfÇΣ`<r<rÇⁿ tèF$  êFΘ[èF$ @êFGè<r&èf<rêαÇΣ_$ 4 
  5163. αêfΘ<tÇ╠ δ±ÇΣ_δ∞Gè<rèf<r<rêα$`tÇΣΘÇ╠@êfènèN┤═╕L═!3╥╗
  5164. ¼<t'< t$</t<,t,0r<    w2ΣÆ÷πr╨r:FwÆδ╘N°è┬├∙├DETANSI.COM    101Φ1╕ L═!3.0.0DETANSI  (C) 1991  Scanlon Enterprises┤═<w#┤═R3╥┤═┤═Ç■Z┤═t░Θ2└Θ░┤L═!DFREE.COM      755Φ/╕ L═!3.0.0DFREE - (C) 1991 Scanlon EnterprisesÇ>Ç╜ΦwΘä╛éë≈¼<ar<zw$▀¬<u≡╛éÇ< uFδ°Ç|:u┐╪¼,@êFÇ< t·┐≤Ç<tHÇ</tÇN¼<t:</t< t <,t<-t¬δΦ¼</t
  5165. <-t<tδ±¼▒<Mt ╨ß<Kt╨ß<Bu▐Nδ┘è╪┤6═!╛┘ë ë\=  u╕ L═!3╥╛┘ï≈πï\≈π╗Φ÷Fu0÷Fu÷Φu)    ╩u= rΘ≈≤3╥÷Φu=r╕ ┤L═!≈≤3╥δπWë╓3╥ë┴ë╫Ä┬& 5& u╕I&ëî╪&ëEë≥┐µ²ë╚3╔╗
  5166. ≈≤+█Æ0¬Æë┌    ├uεⁿë■F3╥ë╫Ä┬&ÅE&Å╕µ)≡ë┴A_░=¬≤ñï╟-≤óτ3└½╜>╛ΘΦ┬╛≤VQV_╣░=≥«╕+┴ï╨íΘÄ└ïφA3 ªtN2└≥«&Ç=α≥ë>δY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘í∩+┴ú∩s╕L═!ï>δíΘÄ└≤ñ2└¬¬■└¬â∩ë>δ╕L═!Yâ┴QPï┬+╥≈≤YPë╚≈≤[╧RQSΦ+r(▒╙αëDë┴î└ë+ ï╟≥«&Ç=w°ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├0000000000DLST.COM      1209Φ/╕ L═!3.0.0DLST - (C) 1991 Scanlon Enterprises ΘFPPress any key to continueZTLRBEIXDHCzt╠╞│áÿÉêDL┐╣╣φ░≤¬┤═ê>7ê&;Φ¼ê6=Ç>Çt>Φî╛é┐╗¼< t√</uΦ@δ≥<t#èYÇπt╕L═!ÇY¬¼<t
  5167. < t╤</t╓δ≡Φ+ΦxΦè╕L÷X t░═!¼W┐Z╣ ≥«╨ßü┴eë═ V_├┐t╣░≤¬┐t┤║ⁿ═!╛╗Ç<u░*┐╗¬░.¬░*¬2└¬┐t┤N╣ èYÇπuüß²║╗═!rΦL├╕L═!┤O═!rΦ=δ⌡â~rΩ3└½├╛tΦìè6=Φ╓÷XuÇ<t■╞:6<vΘ÷X uΦ╖Φ≈δ╙├╛╜5÷t÷XtÇ>.u3ΘÉ÷u°÷u≤÷Xt WΦµ_÷X@u÷Xt WΦ_÷XÇu═╛3█÷t░\¬C╛╣÷Xt÷t╣¼<t<.u÷
  5168. u÷XuC¬Γσâ√t F╣÷Xu
  5169. ÷Xt╣ )┘░ ≤¬Ç&X?├è:Φ∩╕÷Xu
  5170. ÷Xt╕ ú╣ï╣Φ┌÷Xu■┬Φ┼Γ∩è┬■╚╣:;r▌├┤═!<t    <t<u├┤═!┤▓═!δπÇX├÷u%÷Xu┐╣    ░.≥«uë■┐Q¼:t    â╟Ç=w⌠├¼G:tGGδ≡¼G:tGδτÇX@├÷u%÷Xt┐╣    ░.≥«uë■┐.¼:t    â╟Ç=w⌠├¼G:tGGδ≡¼G:tGδτÇXÇ├è>7┤═├è>7┤═├è>7¼<t'Q╣èYÇπtè9▒╥π▒
  5171. 8┤    ═Y├┤
  5172. ═Y├ÇX├ΦGê:├Φ?ê;├Φ7ê<├┐.ΦKÇ>.tÇX├┐QΦ8Ç>QtÇX├ÇX├ÇX├3╥¼< t    <t</uN├Æ│
  5173. ÷πÆ,02Σ┬δπ¼< t√<t</uN├¬δεè>7è6=è:Φ7 ┤═èⁿè.=è:è6<è;╕═├╛éë≈¼<ar<zw$▀¬<u≡├Φï ê=├ÇX ├■╞è:V╛>ΦΩ■Φ≡■÷Xu■┬δ∩Ç&X∩^├ÇY├ÇY¼< t(<u╕L═!2φ,0r⌡<    w±ê┴á8│
  5174. ÷π┴=wßó8δ╬¼,0r╫<w╙ó9├DRVCK.COM      114Φ/╕ L═!3.0.0DRVCK  (C) 1991  Scanlon EnterprisesÇ>Çw╕L═!èéÇ√Ar≥Ç√[rÇ√arΦÇ√zwπÇπ▀ÇδA╕D3╔═!<t2└Θ░┤L═!DRVLST.COM     440Φ0╕ L═!3.0.0DRVLST  (C) 1991  Scanlon Enterprises╞üÇ>Çr ╕üÇï°░=¬╣è┘╕DQ3╔═!Y<t■üÇ>Çrê╚@¬Γ▀Ç>Çr╜╢╛¼Φ│ΦΦIΦ~áü┤L═!í¼Ä└ï░╛R3 ªtN2└≥««tOAΓ±Oë>«├QWVèÇ2φ■╔≤ª^_Yu╫Oë>«├í¼Ä└ï>«╛éªu$2└ï░≥«ë■ï╟+«▓ï░+▓ï>«≤ñ├╛éèÇü2φ;▓r╕L═!í¼Ä└ï>«≤ñ3└½■└¬├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├DSKRDY.COM     444Φ0╕ L═!3.0.0DSKRDY  (C) 1991  Scanlon EnterprisesÇ>Çw╕■L═!░?èÇ2φ┐é≥«t2╜m┐éèÇ░/≥«u.è$▀<Ht<Wt
  5175. <Tu╠ÇNδΣÇNδ▐ÇNδ╪┤    ║n═!╕L═!╛é¼Ç<:uÑ$▀,Arƒ÷FtÇè╨2÷÷FuR╣┐╝╣ê2└≤¬╣2ΣQΦÿ┤Φôs YΓ≡â·r<RâΩü╩Ç2ΣΦ|┤ΦwZsΘ"÷Ft┤ΦfÇⁿuH╕L═!┤ΦWè├┤L═!s4Çⁿ@w4Çⁿ@t9Çⁿ t9Çⁿw%tÇⁿwÇⁿtÇⁿt#Çⁿt
  5176. ÇⁿtÇⁿt╕L═!╕L═!╕L═!╕L═!╕²L═!QR░╣╢╗╝°═ZY├USAGE: DSKRDY drive /H {hard drive} /W {write protect} /T {Type} ? {usage}
  5177. $ENVSIZE.COM    736Φ1╕ L═!3.0.0ENVSIZE - (C) 1991 Scanlon EnterprisesΦσ╜α╛╛Φï╠í┬3╥≈≤ú┬í─ú╚3╥≈≤ú─è╦Çπuí┬è╦Çπtí─=r░ ┤L═!ΦWï╚â∙w╕ L═!╛┬è╦Çπt╛─┐▐╣╗
  5178. ²ï3╥≈≤ëÇ┬0è┬¬Γ≡ⁿ╛╬┐╬¼< t¬δ°╜╩░=¬■F░0WV_╣≥«ë■_Ç<u    ░0¬2└¬ΘÇ<0uFδΩ¼¬■F<u≈í╛ï>└Ä└╛╬è╩2φ≤ñ╕½░¬╕L═!╛éÇ>Çw├ë≈èÇ2φ¼<ar<zw$▀¬Γ≥╛é¼< t√<u├</t8è╦Çπu*┐╬¬Ç╦╜╩╞FW░ ╣≤¬_¼< t╦<u├¬ÇFδ∩╕ L═!¼<RuÇ╦δ«<Duδ3╔╜╠ëN¼< t&<t",0r╓<    w╥ê┴ïF╗
  5179. 3╥≈πâ·w┴┴r╜ú╠δ╒â~w╞F<u╣├í╛Ä└í┬3╥ï╠≈πë┴A╛╬3 ªtN2└≥««tOAΓ±Oë>└├QWV2φè╩■╔≤ª^_Yu┌O2└Wï┬≥«ï╧ë■_)∙Wë≈«u_¬Θ ≥««u√ï╧)±_≤ñ├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├           000000FCHR.COM       302Φ7╕ L═!3.0.0FCHR (C) 1991  Scanlon Enterprises ┤═<w┴<w<w╣╜8ê~╜5êf┤═╜2êvEêV3└Ä╪╛L¡╤Φ3╥╜5è^2 ≈≤╜4êFÇ>Çr9╛é┐2ï0Φ{Pè┬<r    ü 5w■╚¬X<tΓµÇ|u¼Θ
  5180. ΦWÇ·rè┬¬╛6¼▒╥αêè62è3Φ/á9è7è>8è5(╤2φ┤    Ç√w┤
  5181. ═■╞è3:64r╙╕L═!è>8┤═├3╥╗
  5182. ¼<t<0r,0<    wÆ÷π╨ÆδΘ├FLST.COM      2756Φ.╕ L═!3.0.0FLST  (C) 1991  Scanlon EnterprisesÇ>Çw╕■L═!┐é░èÇ2φ≥«Oë■╜Ç┐¬ è╣≥«uN■Nδε2└ê╛é┐¬ è╣≥«uF■Nδεü■ét    èÇ┐é≤ñÇ>Çrº┤═╜▐êF■╠êfê~3└Ä╪╛L¡╤ΦëF(è^2 3╥≈≤êFÇ~t"Ç~t░:┴ u╕√L═!ó┴ 2Σ═Θ\ ╕·L═!╗≡┤J═!r≥┐ ·╣d2└≤¬┤║ ·═!┤N║é3╔═!s╕²L═!╛&·¡ëF¡ëF║é┤=2└═!s╕ⁿL═!ëFΦ2ΦJ╕─ ëFΦQΦ]Φ}Φ┌Φìs⌡á┴
  5183. └tèF2Σ═Φαá        ┤L═!┤2└╖Ç~t╖3╔èVèv■╬═├èv2╥■╬è~┤═╣
  5184. ╕1╛
  5185.     QP┤    è~│Ç~t│╣═■┬┤═│pÇ~t│OΦXY@=9v╕0FΓ╔3╥è~┤═├¼<t <
  5186. t<    t<wN2Σ├è┬2ΣS│÷≤░*─┬è~┤═[δ╨┤    ╣è~═■┬:Vr┤ ├┤═δ╢ïv│Ç~t│ïVü<
  5187. tü<
  5188. u
  5189. â╞ÇNΘÇ<
  5190. tÇ<uFΘΦ Ç<r:Çⁿ r┬■╞2╥èF■╚8╞s(┤è~═÷Fu░■è~┤    ╣═■┬┤═Çf²ëVδìâεü<
  5191. tü<
  5192. tÇ<tÇ<
  5193. uFΘâ╞ëvïF+FFëF!âV#èv2╥è~┤═├┤═!<wL┤═!<QtW<It7<Pt'<Ht <Gt"<Ot!<;t <Dt,<<t<=t▓┤═!δ─ΘφΘrΘ╡Θ╧ΘGΘαΘ╣Θ╞<u▄ï^┤>═!┐        2└¬∙├ïFïV;V#w;F!wδ╗ï^(ïF╪=`Ωw/ïF+FFâVï~ë~ⁿΦΩOë~ïF!ëFïF#ëFV!âV#├â~w
  5194. ü~`ΩwΘo ïFïVF(â╥;Vr;FrΘV ïFïVP├â╥;Vwr;FrïVïNüΩ@£â┘Θï╩ï╨Φ½Φ╖ïFïV+F─ ëFïF!+F─ ëFΘe ïFïV╨uΘ∙■ï^(ïF-─ )╪s
  5195. ü~─ wΘΓ■ï~â∩ü=
  5196. tü=
  5197. tÇ=tÇ=
  5198. uGΘâ╟ë~²Φ-ⁿâ∙w>ü=
  5199. tü=
  5200. tÇ=tÇ=
  5201. uGΘâ╟ü ├ w┐─ ë~ïFëF!ïFëF#)Vâ^°├ïFïVâ·w:=wü ─ w╥;~u═ΘV■Θ=P├w3╔ï╤Φ╦Φ╫ïF─ ëFïF!─ ëFΘM -P├â┌Φ¬Φ╢ïFïV+FëFïF!+F─ ëFΘ& ïFFuΘ²²ï~â∩ü=
  5202. tü=
  5203. tÇ=
  5204. t    Ç=tâ╟O╣ΦQ░
  5205. ²≥«ⁿGXü=
  5206. tü=
  5207. tÇ=tÇ=
  5208. u
  5209. GΘâ╟âΘ+┴= w:Fv èN2φ+┴╧δδë~)Fâ^s3└ëFëF3└ëF├ï~èN2φQ░
  5210. ≥«OX+┴
  5211. ╔tü=
  5212. tü=
  5213. u    â╟Θ Ç=tÇ=
  5214. uG@ë~FâV3└ëF├3└ëFëF╟F─ ╟F╟F╟F├ïFïV+F!â┌+V#ï╪┌uΘ²ïFïV-`Ωâ┌r-ëFëVΦrΦ~╕$÷ëFïFëF#ïFëF!ïFïVëV#ëF!ΘïFïVëV#ëF!─ ëF╟Fï~O²░╣'≤«ⁿGΘπ²Φ°·3╥■╞è~┤═║Z    ┤    ═!┤═!<w═!Φ┘·Φ±·├ïNïVï^╕B═!├┐─ ╣`Ω2└ⁿ≤¬┤?ï^╣`Ω║─ ═!rëF
  5215. ├╕ⁿL═!┤2└╖3╔èVèvÇε═3╥ëVè~┤═├ïv¼è╨┤═!;vr⌠├╕B3╔3╥ï^═!┐─ 2└╣Ç>≤¬┤?╣Ç>║─ ═!╛─ ëF
  5216. ë┴=DJt─ Hï°²░≤«ⁿG¼è╨┤═!Γ≈ïF
  5217. =>w┴├3╔èVèv2└╖┤═3╥è~┤═║Q ┤    ═!├èN2φÇΘü ─ rü $÷wQèN■╔░≥«YΓτ├èN2φÇΘü ─ rIü $÷wCQ╣Φ░
  5218. ≥«╕Φ+┴Yè^2 = r)╪√δ⌡:Fvδ≤Γ═Gü=
  5219. tü=
  5220. t Ç=tÇ=
  5221. uG├â╟├O├  HELP  PRINT  FILE                                              EXIT Scanlon Enterprises File Listing Utility Help Screen
  5222.  
  5223.  
  5224. Page Up    = Scroll screen up one page
  5225. Page Down  = Scroll screen down one page
  5226. Up arrow   = Scroll screen up one line
  5227. Down arrow = Scroll screen down one line
  5228. Home       = Top of file
  5229. End        = End of file
  5230. Escape     = Exit to DOS
  5231. [F1]       = This help screen
  5232. [F2]       = Print current screen
  5233. [F3]       = Print entire file
  5234. [F10]      = Exit program
  5235.  
  5236.  
  5237. **NOTE** [Fn] = Function key number n
  5238.  
  5239.  
  5240. Press any key to return to listing
  5241. $SCANLON ENTERPRISES BATCH FILE UTILITIES
  5242.  
  5243.  
  5244. FILE LISTING SYSTEM (FLST) Version 3.0.0
  5245.  
  5246.  
  5247. $~`$#%^*()[]{};":/|,? '
  5248. FNDHID.COM     627Φ0╕ L═!3.0.0FNDHID  (C) 1991  Scanlon Enterprisesî╚Ä╨╝ ╗1;▒╙δC┤J═!┐r╣1;)∙2└≤¬┐ ░\¬┐s╛éèÇ2φ≤ñ╛╛╞\F2╥┤G═!║ ┤;═!║@┤═!║6╣▀┤N═!sΘF╜Q ╛U┐ü╕üú:Ç<uΘ╕÷╧tUç∩╛ ╣B¼<r¬Γ°╛^ï╤╣¼<r¬Γ°╛Uë╚ï╩║)┬)╤░ ≤¬▒¼ï╪2 ╤πÇ╟0è╟¬Γ⌠░¬░
  5249. ¬ç²W┐U■_╛U┤O═!sÿï:Ç?r{ë┌┤;═!ç√2└╣B≥«ç√ë:┤GV╛ ╞\F2╥═!ç■┐ 2└╣B≥«O░\¬2└¬ç■^S╗<■[║6╣▀┤N═!r½Θ@ V╛^Ç<.t╛ ╣A¼<r¬Γ°╛^╣¼<r¬Γ°2└¬^Θv ëΘüΘQ Ç>Çw╗Θ ┐sèÇQ2φ∙ç╧2└¬ç╧ë·░┤=═!Yr▄ï╪║Q ┤@═!â√t┤>═!╕LΘ
  5250. ═!╕LΘ═!P║╛┤;═!┐UÇ=w║V┤    ═!║=┤    ═!╛<¼2Σ╗
  5251. 3╥≈≤÷≤0ç╤è▄è╨┤═!ê┌Ç┬0═!è╤Ç┬0═!▓═!▓
  5252. ═!═!X═!*.*
  5253.  
  5254. Total directories = $
  5255.  
  5256. No unusual files found
  5257. $FSIZE.COM     2025Φ/╕ L═!3.0.0FSIZE - (C) 1991 Scanlon Enterprises╣P┐Θ2└≤¬┐    ░*¬░.¬░*¬╜     ╟FÇ>Çrs╛é┐é3╔èǼ<ar<zw$▀¬Γ≥╛éÇ< uFδ°┐┴è╣≥«t┐    ¼W┐┴╣≥«_t¬δ≡N2└¬¼</t<-t <t< t∩ΘP ┐╞╣ ¼≥«u≥ï┘╤πü├╤ δ╒╗9╣╙δC┤J═!s╕    L═!┐Ä╟& 5& uëαú╒    ╕T&ëX&ëE║┘    ┤═!║    3╔┤N═!ΦsΘg╜ âFsδÄ╛≤    ïTï╜√Fâ╥VrΦïTï╗Φ╜     █t@╗ΦFâ╥VïTïï⌠Φα╜     █t@ï⌠Φ▌Fâ╥V┤O═!rδëΦsΘx ╜Θ÷F uk÷Fue╛    ÷Fu╛    ÷Fu ╛ ÷Fu╛√÷Ft#ïD┐    ;Et░r■└ΦZ┤L═!ï;uφ╕L═!ïïTï     ΦV ╥u=r░ Φ1┤L═!╛    ïïTï     Φ5ëëT┐≈Φ(╛    ïïTï     ΦëëT┐Φ╛ ï3╥ï     Φë┐'Φ°╛√ïïTï     ΦδëëT┐?Φ▐╜Θ÷FtΘD╜⌡╛δΦ ╜Θ╛≈╣ΦßΦH╛╣Φ╒Φ<╛?╣ÇΦ╔Φ0╛'╣@Φ╜Φ$Φ~╕L═!Φê    ┤═ê>    ╜Θ┤░è>    ═░
  5258. ═╛≈┐W╣Φ,╛┐r╣Φ ╛?┐¿╣ÇΦ╛'┐æ╣@ΦΦ&╕L═!äΘu├ç■Φ░=╣≥«ç■ΦΦº┤░è>    ═░
  5259. ═├┤
  5260. è>    ¼<w├╣═Φä■┬┤═δΣYâ┴QPï┬+╥≈≤YPë╚≈≤[╧VQV_╣░=≥«╕+┴ï╨íδÄ└ï∩A3 ªtN2└≥«&Ç=α≥ë>φY^├QWVï╩I≤ª^_Yu▀OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ┬äNu├ë≈2└╣≥«ï┘╣)┘í±+┴ú±sΦ:╕L═!ï>φíδÄ└≤ñ2└¬¬■└¬â∩ë>φ├U╜Θ°÷F]u├╛≈    ┐ ╣ ≤ªu∙├╧╛≈    Ç=wδ°├ïïTUWâ╟╜    ╞F╗
  5261. ΦδÇ├0ê■FOR    ┬ZuδGë≤ë■_░=╣≥«Ç~rèN2φ≤ñë▐2└¬]├╛
  5262. U╜Θ÷F]u°├┐    ╣ ≤ñ╛
  5263. ï∙âΘ ë∙t≤ñ2└¬ï>    Ç=w    U╜ΘÇN≈]∙├┤è>    ═├┐?Φ┐≈Φ┐Φ┐'Φ╜ΘÇNá├¼< t√<uN├¼< t<,t </t<t¬δ∞N░=¬░¬├╜     ╟F╗
  5264. 2φ¼<0r<9w,0ê┴ïF3╥≈π┴ëFδσâ~w╟FN├╜ΘÇN├╜ΘÇN┤▓═!< t2Σï┘3╥≈π╜⌠ëF├╜ΘÇN@├╜ΘÇNµ├╜ΘÇNü├╜ΩÇN├╜ΩÇN├Ç< uFδ°Ç<@┐ t%╜    ╟F¼</t<-t<,t< t    <t¬δΦN├GδπW┐┘    ¼W┐┴╣≥«_t¬δ≡2└¬║┘    ┤=═!sΦ0╕
  5265. L═!ï╪Z╣⌠┤?═!r∞┤>═!├Ç< uFδ°Ç<@┐
  5266. t╖╜    ╟FδÉï╨ï▄í╒    ë─3 &ÅE&Åïπï┬├ █t(≈≤+█ç┌°├R3╥≈πYP3└æ╨â╤3╥≈πï┘┌ï╨Xâ√w├Φ║ ╕ L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├FLPY=       HDRV=       CNTR=       SIZE=       Bytes required for floppy Bytes required for Hard drive Total number of files Total size of all files -/, IEMXSANHFDV┘ U]çÅùƒºFUNKEY.COM      93Φ0╕ L═!3.0.0FUNKEY - (C) 1991 Scanlon Enterprises┤═!<t<t<w┤═!<;r
  5267. ,:<
  5268. w┤L═!▓┤═!δ╓GALF.COM       448Φ.╕ L═!3.0.0GALF - (C) 1991 Scanlon Enterprises╜ÇÇ~r0èN2φQ╛é┐é¼<ar<zw$▀¬Γ≥Y░┐é≥«(NO░=¬■F2└¬O┤═!<u┤═!Θ,<t"<t<Ar <Zr
  5269. <ar<zw$▀Ç~w,@┤L═!@┤L═!┤░╖═δ╗¬2└¬╛éVW╜╖Ç~r    ╛¡Ä╪Θ
  5270. 3└Ä╪╛║¡Ä╪╛,¡-Ä╪╛¡╗3╥≈πú╕ë┴î└ú╝Ä└3└ï°≥««α√ë║_^VQV_╣░=≥«╕+┴ï╨í╝Ä└ï╕A3 ªtN2└≥«&Ç=α≥ë>╛Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘í║+┴ú║s╕L═!ï>╛í╝Ä└≤ñ2└¬¬■└¬â∩ë>╛╕L═!GCURS.COM      574Φ-╕ L═!3.0.0GCURS (C) 1991 Scanlon Enterprises┤═┤═╜■┬■╞Ç>Çr#áé$▀<RuÇNΘ<XuÇNΘ<Vu₧ÇN÷Fuè┬÷Ftè╞┤L═!┐&ë╜<╛Φ╛&ïè╞┐(Φ$╛(Φ^Φ┼╛&ïè┬┐2Φ╛2ΦHΦ»╕L═!WYWâ┴ï∙²2Σ3╥╗
  5271. ≈≤Æ0¬2└Æ └uεYQâ┴ⁿG9∙tVë■ï∙ï╬)∙╕+┴ë┴≤ñ2└¬^_├VQV_╣░=≥«╕+┴ï╨íÄ└ï A3 ªtN2└≥«&Ç=α≥ë>Y^├QWVï╩I≤ª^_Yu▀OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ┬ë≈2└╣≥«ï┘╣)┘í"+┴ú"s╕L═!ï>íÄ└≤ñ2└¬¬■└¬â∩ë>├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├ROW=00000COL=00000GDIR.COM       625Φ.╕ L═!3.0.0GDIR - (C) 1991 Scanlon Enterprises┐█╜╒Ç>ÇrJ┐╓╛ü╞FFÇ< t·¼<t<!r<ar<zw$▀¬■Fδτ╕ L═!Ç~w╞FΘ░=¬■F░\¬■F2└¬╕╓èN2φ┴ï≡2╥┤G═!3█╛█Ç<╜╙╛╦Φó╛╓VQV_╣░=≥«╕+┴ï╨í╦Ä└ï╧A3 ªtN2└≥«&Ç=α≥ë>═Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣µ≥«ï╧)±í╤+┴ú╤s╕L═!ï>═í╦Ä└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├DIR=\GDRIVE.COM     463Φ0╕ L═!3.0.0GDRIVE - (C) 1991 Scanlon Enterprises┤═!Ç>Çw┤L═!╜╞êFèÇ2φ╛é┐é╜Ǽ<tW┐╟Q╣≥«Y_tÖ<ar<zw$▀¬Γα(N░=¬■F╛╞¼■└@¬■F2└¬■F╜─╛║ΦÑ╛éVQV_╣░=≥«╕+┴ï╨í║Ä└ï╛A3 ªtN2└≥«&Ç=α≥ë>╝Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘í└+┴ú└s╕L═!ï>╝í║Ä└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├, *?:-/\GETCOLR.COM    461Φ/╕ L═!3.0.0GETCOLR (C) 1991 Scanlon Enterprises┤═┤═êα▒╥∞$Ç>Çw┤L═!Ç&â▀Ç>âBuêαδ∞Ç>âVuƒP╜╜╛│Φ╦X╛┐┐─Ç─0ê%┐╦0¬ΦΦx╛╞ΦΦo╕L═!VQV_╣░=≥«╕+┴ï╨í│Ä└ï╖A3 ªtN2└≥«&Ç=α≥ë>╡Y^├QWVï╩I≤ª^_Yu▀OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ┬ë≈2└╣≥«ï┘╣)┘í╣+┴ú╣s╕L═!ï>╡í│Ä└≤ñ2└¬¬■└¬â∩ë>╡├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├BCOL=0FCOL=0GETMCB.COM     739Θi
  5272. GET_MCB, ver. 1.0 (C) 1989 Scanlon Enterprises
  5273.  
  5274. MCB    SIZE   OWNER            PROGRAM
  5275. ──────────────────────────────────────────────────────────────────────
  5276. $   $[ available ]$DOS$COMMAND.COM/SHELL$
  5277. ∞∞∞∞∞∞∞∞ Error in MCB chain : Aborting list ∞∞∞∞∞∞∞∞
  5278. ──────────────────────────────────────────────────────────────────────
  5279.           End of MCB list
  5280. $·î╚Ä╨╝ √╗Γ▒╙δC┤J═!║┤    ═!┤R═!âδç▐¡Ä└3 &Ç=Mt║╨┤    ═!║i═!╕L═!Φ)&Ç=Ztî└&E@Ä└&Ç=ZtΦ&Ç=MtΓδ╧║┤    ═!╕L═!╡î└Φ║║¿┤    ═!&ïEΦ¼║¿┤    ═!&ïEPΦ¥║¿┤    ═!X=u║¼┤    ═!║i┤    ═!├W&ïEÄ└&ü=═ t║║┤    ═!║i┤    ═!Θ^&ïE,PHÄ└&ï]▒╙πç╦ⁿ2└≥«u╒«u∙ç■¡<t║╛┤    ═!║i┤    ═!Θ%2└Vç■╣P≥«O&╞$ZW┤    ═!_╞║i┤    ═!_├PSQRï╪Dzw╡▒*═╨ß╨ß╙├▒╙├è├$É'@'Φ    ■═uφZY[X├PRè╨┤═!ZX├ZGETNUM.COM     149Φ.╕ L═!3.0.0GETNUM (C) 1991 Scanlon Enterprises┤═!<u┤═!Θ;è&Çê&ö■ö<t;<t7<0r#<9wÇ>Çt"┐é:tÇ=0r Ç=9wG■öuδ┤░╖═δ¼,0┤L═!9δ÷╕ L═!GETVER.COM     474Φ.╕ L═!3.0.0GETVER (C) 1991 Scanlon EnterprisesÇ>Çr(Ç&é▀Ç>éMtÇ>éVt%░ ┤L═!Φ<rêα┤L═!═ Φ<r≈┤L═!┤0═!├Φ° 2█Çⁿ
  5281. rÇ∞
  5282. ■├δ⌠┐┌0¬░.¬êα2Σ│
  5283. ÷≤0¬êα0¬2└¬╜╤╛╟ΦÑ╛╓VQV_╣░=≥«╕+┴ï╨í╟Ä└ï╦A3 ªtN2└≥«&Ç=α≥ë>╔Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘í═+┴ú═s╕L═!ï>╔í╟Ä└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├VER=GEXT.COM       650Φ.╕ L═!3.0.0GEXT - (C) 1991 Scanlon Enterprises╜ÇÇ~rlèN2φQ╛é┐é░/≥«u4è$▀<Ftδ¡╜}ÇN╜ÇOÇ= t·Ç=,t⌡Ç=/t≡╞Eï╟@-éë┴êÇë≈¼<ar<zw$▀¬Γ≥Y░┐é≥«(NO░=¬■F2└¬O┤═<uêαΘ <t?<t;Θ>Ç~wB╜}Ç~r%<;r!<Dw,:Θ<]w,IΘ<gw,SΘ<qw,]┤L═!░ ┤L═!┤░╖═δá╜}Ç~r5<;r1<Dw,:0Θ&<]w,IΘ<gw,IΘ<qw,I│
  5284. 2Σ÷≤Ç─00¬êα¬2└¬╛éVW╜ê╛~Φ¡_^VQV_╣░=≥«╕+┴ï╨í~Ä└ïéA3 ªtN2└≥«&Ç=α≥ë>ÇY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘íä+┴úäs╕L═!ï>Çí~Ä└≤ñ2└¬¬■└¬â∩ë>Ç╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├GMEM.COM      1060Φ,╕ L═!3.0.0GMEM (C) 1991 Scanlon Enterprises╜╚Ç>ÇrM╛é┐éèÇ2φ¼<ar<zw$▀¬Γ≥╛é¼< t√<t'</t<-t    <,tδ╕ L═!¼┐ ╣≥«uê╤ß╗╦ δ╨═┐≤ë┤J╗$▒╙δCS═!┤H╗  ═!X╪3╥╗≈π╗Φ≈≤┐⌡ë║p╣q╕≡Ä╪╛■ ¼<ⁿw#░εç╩∞è╪ç╩░εç╩∞ê─è├┐√ë╕ê═┐²ë║╕=═!ï╪╕D═!rB÷┬Çu=╕D═!r6
  5285. └t2┤>═!r,┤B═gÇⁿw#┐≈ë┐∙ëï3╥╗≈πë┐≈ï3╥╗≈πë÷Fue╛≤èF$═t+╛⌡èF$╧t!╛√èF$┘t╛²èF$▀t╛≈èF$╒t╛∙÷F tï╛ ;░w■╚;r2└┤L═!ï3╥ï≈≤= rφ░ δΘ╜╙╛╔ΦÜ╜╚┐╒╛≤÷Fu╛⌡Φ≥ë■ΦB▒Φº┐▀╛√÷Fu╛²Φ╓ë■Φ&▒Φï┐Θ╛≈÷Fu╛∙Φ║ë■Φ
  5286. ▒Φo╕L═!VQV_╣░=≥«╕+┴ï╨í╔Ä└ï═A3 ªtN2└≥«&Ç=α≥ë>╦Y^├QWVï╩I≤ª^_Yu▀OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ┬äNu├ë≈2└╣≥«ï┘╣)┘í╧+┴ú╧s╕L═!ï>╦í╔Ä└≤ñ2└¬¬■└¬â∩ë>╦├WYWâ┴ï∙²ï3╥╗
  5287. ≈≤Æ0¬2└Æ └uεYQâ┴ⁿG9∙tVë■ï∙ï╬)∙╕+┴ë┴≤ñ2└¬^_├ÇN├ÇN├ÇN├ÇN├ÇN├ÇN├┐¼<0r&<9w",0ê┴┐ï3╥╗
  5288. ≈πs╕ L═!┴Ç╘r⌠ëδ╒N├┐ δ╬RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├MEM=00000EXT=00000EXP=00000EMMXXXX0ACDESTVZ
  5289. I√GSMODE.COM     501Φ-╕ L═!3.0.0MODE  (C) 1991 Scanlon EnterprisesÇ>Ç╜▀┐αrF╛é¼< t√<t:</u╢¼$▀<VuÇNδµ<SuÑÇN3└¼,0ë┴è│
  5290. ÷πrÆ┴rÄêÇ<0r─Ç<9w┐δß÷Fu÷Ft ┤è═╕L═!┤═┤L═!╜δ╛ßΦ║╛φVQV_╣░=≥«╕+┴ï╨íßÄ└ïσA3 ªtN2└≥«&Ç=α≥ë>πY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└┤═┐≥2Σ│
  5291. ÷≤0¬Ç─0ê%ë≈2└╣≥«ï┘╣)┘íτ+┴úτs╕L═!ï>πíßÄ└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├MODE=00HDTYPE.COM     942Φ/╕ L═!3.0.0HDTYPE (C) 1991  Scanlon EnterprisesÇ>Çr╛é┐¼ñ║v┤    ═!Φ▄3└Ä╪╛¡ïÄ█ï≡┐╖╜«╕Σü√≡uû)≡╗÷≤=dr3└êFèF■└2Σ│
  5292. ÷≤ 0¬êα 0¬¡=rΘ█ëFΦ]¼<rΘ═2ΣêF│
  5293. ÷≤ 0¬êα 0¬¡¡;FvΦWΘΦ4¡¡¼¡Φ-¼<w░P│
  5294. 2Σ÷≤ 0¬êα 0¬¼Xè╪2 ïF3╥≈π╗≈πPï┬è^2 3╥≈πë┴X≈πâ╤ç╤╗'PR≈≤╗d3╥≈≤P÷≤ 0¬│
  5295. êα2Σ÷≤ 0¬êα 0¬░.¬X╗d3╥≈π╗'≈πY)╤ç╤Y+╚æ≈≤│
  5296. ÷≤ 0¬êα 0¬ï┬╗Φ3╥≈≤ 0¬╗dï┬÷≤ 0¬■FΘ     èN2φên┐ç ╛╖â∙rΘ
  5297. ║9┤    ═!ΘZQèF:FuU╜¼èF]¬░ Θ░ ¬¬Ñ¬¬¬¬ÑÑ╣≤¬Ñ▒≤¬ÑÑ▒≤¬ÑÑ▒≤¬Ñ▒≤¬ÑÑÑÑ░¬░
  5298. ¬░$¬║ç ┤    ═!Y┐ç ■FΓª║┤    ═!╕L═!╗Φ╣3╥≈≤ 0¬ï├│
  5299. ÷≤ï╪ï┬Γφ 0¬├V╛5Q╣≤ñY^├┐¡╣ß üΘ¡2└≤¬├  -1
  5300. Your system reports that no Hard drives are supported !
  5301.  
  5302. $
  5303. HDTYPE by Scanlon Enterprises (C) 1991
  5304. List of Hard Drives supported by your Bios
  5305.  
  5306. Type   Tracks   Heads   Pre-Comp   Land Zone   Sectors   Capacity (Meg)
  5307.  
  5308. $
  5309.  
  5310.  
  5311. HDTYE by Scanlon Enterprises (C) 1991
  5312. Thank you for using SEBFU 3.0.0
  5313. Report any problems to us at :
  5314. 38354 17th St. E., Palmdale, CA 93550
  5315. $*INKEY.COM      573Φ1╕ L═!3.0.0INKEY   (C) 1991   Scanlon Enterprises╛âÇ>Çt3╞    ╞ Ç>é/t┐â░/èÇ≥«╛éuë■Φÿs╞    ΘΦ╚2Σ═ê─Ç>
  5316. rêαΘa<w░┤═δΓÇ>    wΦεsÇ> w Ç> r▐2ΣΘÇ>wêα┤L═!P┤═è
  5317. █u┤═è▄XP┤    ╣═┤═■┬┤═Xδ╤┐)ï(≥«tδ─ï╧üΘ)Aê╠δ╣V¼$_┐"ï ≥«u╤ßü┴ë═ VδσX=ât ï≡N╞╛é°├ï╞-é:Çt°├°⌡├3╔╜¼<uΘ@┐B~¬3╥¼<t:t<0r,0<9wè╪ï┬╖
  5318. ÷τï╨╙δ▌┐ê~Pè┬¬X3╥■F<u╕├┐Bè2φ≥«tê─°⌡├è(╦è╦■╔┐ê╧è%├╞├╞
  5319. ├╞ ├╞ ├¼ó├¼:tè╪í╖
  5320. ÷τ╪úδΘPá▒╥αó╜■FX<tÇ~r╔<uN├,»╡╗┴╟╠CSZAXEHPKMIQGORS;<=>?@ABCDINSTR.COM      943Φ-╕ L═!╕ L═!3.0.0INSTR (C) Scanlon Enterprises3╔
  5321. Çt╦╛é┐é╜?╛é┐E¼</tV<tp< t$<,t <-tF<ar<zw$▀÷Ft÷Fu-¬Γ╥ΘH÷FuÇN╞=┐iΓ╜Θ3÷Fu ÇN╞=Γ½Θ!Θa ¼$▀W┐ùQ╣≥«ï┘Y_uΩ╤πü├¢ IΓç÷Ft┘÷Ft╙╜¡╛úΦ≡╛EΦ└╛AU╜Bïºï>ÑíúÄ└░=≥«W2└≥«ë·íº+┴ë┴XPV╛DÇ╘Hï°^ï╟[)╪;┴v╕üL═!¼ë·≥«t╕ÇL═!■Ntªu≤δ÷ï╟)╨t÷?u =r░■┤L═!╛iPΦHΦèX┐ò╜B²2Σ3╥╗
  5322. ≈≤Ç┬0Ƭ■FÆ3╥    ┬u∞ⁿë·┐i░=╣C≥«èN2φBë╓≤ñ2└¬╛iΦ╕L═!VQV_╣░=≥«╕+┴ï╨íúÄ└ïºA3 ªtN2└≥«&Ç=α≥ë>ÑY^├QWVï╩I≤ª^_Yu▀OδτVQíÑï°íúïºW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ▓ë≈2└╣≥«ï┘╣)┘í⌐+┴ú⌐s╕L═!ï>ÑíúÄ└≤ñ2└¬¬■└¬â∩ë>Ñ├W┐D¼<0r<9wIPè2Σ3╥╗
  5323. ≈πZ╨Ç╘êδαN_├W┐DïPΦ╧ è=Xê┐Aê=┐B╞_ÇN├WU╜B╗@┐A¼:t<uNΘI¬■Fδ∞]_ÇN├W┐@ñ_I├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├ 000000000SBDCùwP╜INVERT.COM     442Φ.╕ L═!3.0.0INVERT (C) Scanlon Enterprises╕L═!┤═<w≤t<wφ┐╡êêeê}┤═ë╕╕@Ä╪╛L¡┐╢è2 3╥╤Φ°≈≤┐┤êÇ>Çr╛é┐░Ç< uFδ°Φ╗Ç<tGδφ╜»┐░Ç=w■Ç}w■Eè5°■╬s╕ L═!èU■╩r⌠èE
  5324. └t    ╛┤:wµêèE
  5325. └t    ╛╢:w╓ê╛╢┐░è5èU■╬■╩╜┤┤è>╖═┤═è°êα2Σ▒╙α
  5326. ─è╪U╜»÷F]tÇπ╣è╟è>╖┤    ═■┬:r┼èU■╩■╞:vr╣ï╕è>╖┤═╕L═!¼</t8<-t4<t)< t%<,t!<0r<9w,0ê┴è│
  5327. 2Σ÷π= w
  5328. ┴rêδ╩N├╕ L═!¼$▀<Nu╜»ÇN├<PuΦ¼<0rπ<9w▀,0WU╜»┐╖ÇNê]_├KBTEST.COM     206Φx╕ L═!3.0.0KBTEST (C) 1991 Scanlon EnterprisesThis BIOS supports extended keys$This BIOS does not support extended keys$3└Ä└║R┤═&:u&Ç6Ç┤═&:u║12└Ç>é/uÇ&â▀Ç>âMu R&Ç6Ç┤    ═!Zü·1u░┤L═!KEYSTAT.COM    731Φ0╕ L═!3.0.0KEYSTAT  (C) 1991 Scanlon EnterprisesÇ>Ç╜urIÇ>é/t Ç>é-t╕ L═!╛â╞F┐v¼<t'$▀<Vt┐â╣≥«u▄N<SuΣÇNδ▐Çδ┘Çδ╘3└Ä╪╛¼╛v÷u"F┤L═!P╜ü╛wΦR╛ï╣¡VQï≡ΦáY^Γ⌠╛ï╣Z┐█Q╣@2└≤¬Y¡┐█Vï≡¼<r¬δ°â∙r
  5329. ê╓╥εǵΘ@╛╨¼<r¬δ°╛╔÷┬u╛╠░ ¬¼<r¬δ°╛╒░:¬¼<r¬δ°░ ¬╛╔÷┬u╛╠Θ
  5330. ╛╔
  5331. ÷u╛╠¼<r¬δ°2└¬╛█RQΦxYZ^ItΘp ╕L═!VQV_╣░=≥«╕+┴ï╨íwÄ└ï{A3 ªtN2└≥«&Ç=α≥ë>yY^├QWVï╩I≤ª^_Yu▀OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ┬ë≈2└╣A≥«ï┘╣A)┘í}+┴ú}s╕L═!ï>yíwÄ└≤ñ2└¬■└¬â∩ë>y├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├ ICNSAKS┴╗╢«⌐áÖSHIFT=CONTROL=ALT=SCROLL=NUM=CAPS=INSERT=ONOFFLEFTRIGHTKILL0.COM      173Φ/╕ L═!3.0.0KILL0  (C) 1991  Scanlon Enterprises┐¡╣ë2└≤¬╜ª┤║¡═!┐▀┤N╣║⌐═!sèF┤L═!╛╟¡ï╨¡╨u+╛╦¼¬<w·■FÇ~dr┐▀╣dQë·┤A═!Γ≈╞FYNδá┤O═!s─èN
  5332. ╔t╢2φ┐▀δ┘*.*KSTAT.COM       77Φ/╕ L═!3.0.0KSTAT  (C) 1991  Scanlon Enterprises2└┤═t    
  5333. └t
  5334. ╕L═!╕L═!╕L═!LEN.COM        825Φ&╕ L═!3.0.0LEN (C) Scanlon EnterprisesÇ>Ç╜▓r╨╛é┐│Ç< uFδ°VWë≈¼<ar<zw$▀¬<u≡_^¼<tt</t<-t< tS<,tO¬ÇNδΣ¼<Vt╕ L═!W┐≤¼<t</t<-t< t <,t¬ÇNδΣ░=¬_< t<,tNδ½¼<t< t≈<,t≤δΓ÷Fu╖ÇNP░=¬X<tδç÷Ftó╜»╛ÑΦL╛│Φa÷Fu
  5335. < r░ ┤L═!╗▒ê╛≤ΦFΦ»ë≈░=╣@≥«t╕ L═!W┐7è2Σ╗
  5336. ²3╥≈≤Ç┬0Æ¬Æ └u≥ⁿGXVë■ï°¼¬<w·╛≤Φ»╕L═!VQV_╣░=≥«t ╣V_2└≥«u!╕+┴ï╨íÑÄ└ï⌐A3 ªtN2└≥«&Ç=α≥ë>ºY^├QWVï╩I≤ª£&Ç==uG¥ë√^_Yu╘ë·ë▀2└Q≥«X+┴HJë╫δ═VQíÑÄ└íºï°&Ç=r╗ë■*└ï⌐≥«ç≈¼¬<w·Ç<w⌡¬■└¬í⌐â∩)°ú½δÅë≈2└╣≥«ï┘╣)┘í½+┴ú½s╕L═!ï>ºíÑÄ└≤ñ2└¬¬■└¬â∩ë>º├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├LIMCK.COM      135Φ(╕ L═!3.0.0LIMCK (C) Scanlon Enterprises░g┤5═!┐
  5337. ╛~╣ⁿ2└≤ªu5Ç>Çr*╜}Ç>éVu Ç>âLuÇN┤F═gÇⁿw¢÷Fu▒╥α$┤L═!╕L═!EMMXXXX0LINE.COM       611Φ,╕ L═!3.0.0LINE (C) 1991 Scanlon Enterprises┤═<r    <t╕ⁿL═!ê>/ê&03└Ä╪╛ä¼■└ó1Ç>ÇrI╛ü┐ü¼<t<ar<zw$▀¬δε╛ü¼<t)< t≈<,t≤</t╕■L═!┐:╣ ¼≥«u≡╤ßü┴Eë═ Vδ╥Ç>2t┤è>/═÷2uê63÷2uê4╛[è63:61w▒è4:0wºè>/┤═Ç>9r┐cï5¼≤¬░$¬║c┤    ═!╕L═!┤
  5338. Ç>7r┤    è8¼è>/ï5═δ▀╞9├Φ╠â·wΘR ü· w≈:1w±ê3Ç2├Φ½â·r▀ü· w┘:0w╙ê4Ç2├Φìâ·rü· wè0*42φ9╩wë5├Θ·■Φiâ·r⌡ü· w∩▒╙Γ8Ç7├ΦMâ·r┘ü· w╙▒8Ç7├Φ3â·r┐ü· w╣/├V╛b┐[ñ^├Φâ·rΘ£■╕[╨Vï≡┐[ñ^├PSQ╗
  5339. 3╥3╔¼<0r<9w,0ê┴ï┬÷π┴ï╨δΘNY[X├┐[ñ├Φ╥ ┐[¬├NARCLBFPSDGπ'┘╞¼ÉlN-"'═░▒▓█▄▀─LNCNT.COM      271Φ/╕ L═!3.0.0LNCNT  (C) 1991  Scanlon EnterprisesÇ>Çw╕■L═!èÇ2φü┴üï∙╞┤=2└║é═!rßï╪╜┐╣ó2└≤¬┤?║╣á═!s╕²L═!┐ë┴ï╨░≥«u Fδ≈ü·ás═┤>═!ïF3╥ï╩╗
  5340. ≈≤ç╩≈≤èΩ3╥≈≤÷≤┐    ╞F<r0¬ÇNêα<w÷Ft0¬ÇNè┬<w÷Ft0¬ÇNêΦ<w÷Ft0¬ê╚0¬░$¬║    ┤    ═!╕L═!LOCATE.COM     187Φ4╕ L═!3.0.0LOCATE (C) 1991  Scanlon Enterprises╕■L═!┤═<w≤<w<wδ╜╣ê~êf┤═╜╖êvêVÇ>Çr╛é╜╖Φ.Ç·t■╩êVE<uε╜╖è~èvèV:Vw    ┤═╕L═!╕²L═!3╥¼<0r<9w,0è╪ï┬╖
  5341. ÷τ╪ï╨δτ├LOG.COM        809Φ.╕ L═!3.0.0LOG  (C)  1991  Scanlon EnterprisesÇ>Çw╕■L═!┐cë■╣Q╣
  5342. ░ ≥«░
  5343. *┴,êï╞
  5344. ï≡ï°YΓΣ┐⌐ë■╣ Q╣ ░ ≥«░ *┴,êï╞
  5345. ï≡ï°YΓΣ┐Θ╣2└≤¬╛é╜<┐Θ▒Φq┐!▒Φi┐▒▒Φa¼</tΘσ¼$▀╛=<Ot ╛L<It╕²L═!┐▒2└╣≥«╣O≤ñ┤,═!Dz r ÇNDz tÇφ │
  5346. êΦ2Σ÷≤0¬êα0¬░:¬ê╚2Σ÷≤0¬êα0¬╛[÷Ft╛]╣≤ñ╛_╣≤ñ┤*═!│
  5347. 2Σ÷πc@ï≡QèL 2φ≤ñ░ ¬è╞■╚│
  5348. 2Σ÷π⌐@ï≡èL ≤ñ░ ¬è┬│
  5349. 2Σ÷≤0¬êα0¬░,¬░ ¬X3╥2 ≈≤è╩3╥≈≤èΩ÷≤0¬êα0¬êΦ0¬ê╚0¬╕
  5350. ½┐▒Ç=w╕ⁿL═!╕=║!═!s┤<3╔║!═!s╕²L═!ï╪┤B░3╔3╥═!rφ┐Θ╣2└≥«ë╚╣+╚I║Θ┤@═!r╥┐▒3└╣╚≥«ë╚╣╚+╚I║▒┤@═!r╖┤>═!╕L═!W¼</t<t< t<,tÇ∙r
  5351. <ar<zw$▀¬δ▌NX9°t2└¬├ logged out at  logged  in at AMPM on SUNDAY   MONDAY   TUESDAY  WEDNESDAYTHURSDAY FRIDAY   SATURDAY JANUARY  FEBRUARY MARCH    APRIL    MAY      JUNE     JULY     AUGUST   SEPTEMBEROCTOBER  NOVEMBER DECEMBER LOG.DTALWRITE.COM    4340ΦF╕ L═!3.0.0LWRITE V1.0 (C) 1991  Scanlon Enterprises
  5352. ■ Paul Scanlon$3└Ä╪┤│═Ç√t÷çu.╟Zδíä■╚.ó¿ íJ╜╞ .ëFíc╜░ ëF=║u
  5353. .╟ZδΘ╜▓ ╟F╕2 ┤═ê&ó ┤ê&í Ç⌠wê&ú ╗⌠ïπâ├▒╙δ┤J═!╗┤H═!Ä└┤H═!s ║ ┤    ═!Θaú╚ ╛üèL 2φV╬╞ë6« ^ⁿπB¼< uΓ∙Në6¼ ë≥╕=═!r-ï╪3╥┤?╣■ ═!ï°s║ δ│Ç} uO.ë>─ ;╚║■ tá┤>═!╕$5═!╜╬ ë^îF║σ ╕$%═!║▄ ╕#%═!Φ,╜º Ç~t9╜á ÇN.ï╕ .86¬ t╞F.í┬ .ï╛ 9╪s .ú║ .ë╝ Θ    .ú╝ .ë║ .ï╕ .ê6¬ Φ│╜á ÷Ft┤═uΦ╞F÷FtΦ3╞F2Σ═
  5354. └tÇⁿtΦªΘ{ ╜┬ â~tΦ?ΦæΘi ÇⁿäuΦ`Θ^ ÇⁿvuΦsΘS Çⁿst>ÇⁿttÇⁿTwεå─,;rΦ╤αï╪. ù╘ Θ2 ╜ñ Ç~≈sÇFΦ╪║╕ .ê⌐ ╜á ╞FΘ ╜ñ Ç~t⌠Çnδ▄3└.ú┬ .ú└ .óñ ╜á ╞F.ú╕ .ó⌐ ├.è6¿ .ï6─ ╜ñ ╞FΦ2Φτ╜á ╞F├╜½ ╞F. 6┬ Φµ^.ï┬ .ë6┬ Θ╜½ ╞FΦ╠.ë6┬ VΦ╙ï╬^)±
  5355. φt╣.ë┤ π$┐⌠Q≤ñX.ï─ .)─ .ï6┬ ë≈╞)±π≤ñ.ï╕ .ï6┬ Φ│╜á ╞F├╜½ Ç~tΦW.í┤ .ï6⌠Θƒ╜┬ â~t.ï╕
  5356. ╥t NΦ╬.ê⌐ ╜╢ ╟F├ΦNΘ5.ï6┬ .;6─ tσÇ<t╜┬  Fδ╨ΦΘèΦ.ë6┬ .╞⌐ ╜╕ ╞F├.ï6┬ Φ.ë6┬ Φu.ê⌐ ├╜╢ ╟F.ï╕ .ï6┬
  5357. ÷t■╬Φ║.ë6┬ Φ┼.ë6┬ Φ/├.ï6└ ÷t÷Φç.ë6└ .ï6┬ Φz.ë6┬ ╜á ╞F.ï6┬ .ï╕ Θⁿ╜╢ ╟F.ï╕ .:6¿ .ï6┬ tΦ~r
  5358. .ë6┬ ■╞Φ╘├.;6─ t°ΦW.ë6┬ Φ_r».ë6┬ .ï6└ ΦP.ë6└ δ¢╜╠ ╟F.è¿ ÇΘ2φQ. ╠ YΓ≈├╜╠ ╟F⌐δΓ╜ª ÷VΘ.ï─ .ï6┬ ë≈9╬s¼Φaè$P╜─  N)±≤ñX<t╜á ÇN├Çⁿ
  5359. uΦ╩ Φ,.ï╕ .ê⌐ ├3└.÷º .8º u╜á ╞F╜║ ╟F  Θ.í┬ .ú║ .ú╝ .ú╛ ├╜º Ç~tJ.ï╝ .ï6║ )±.ë╩ π73 Q.Ä╚ ≤ñX.ï─ .)─ .ï>║ .ï6╝ )±π≤ñ.ï╕ .ï6║ ΦyΦ| ├.í╩ └t/.ï6┬ PVΦé_Yr!3÷.Ä╚ ≤ñë■.ë6┬ .ï╕ ΦE╜á ╞F├╜º Ç~t2.ï╝ .ï6║ )±π!┤3╥═÷─Çt÷─ u¼2Σ═╨╠rΓ⌡░2Σ═Φ ├3└.ç╢ ╛⌠ΘV.ï6┬ PVΦ_Y^r≤ñ.ï6┬ .ï╕ ╜á ╞FΦ╩├.ï╢
  5360.  u ╜╢  F.êç⌠├.è6¿ ■╞2╥╛t Φ^2Σ═  <ytΦ_├┤═2Σ═2÷2╥Φ#║┤    ═!╕L═!î╚Ä╪Ä└è6¿ ■╞2╥╛ë RΦZÇ┬ .ï6¼ Φ2Σ═.ï>«
  5361. └t╪<u ╜á ╞FΘ <t'<u.;>¼ ~╣╞E . « δ«ü ╣¿2Σ½╜«  Fδ¥.ï¼ ╕C═!s<t╛û ┐⌠Φ╞║⌠┤<╣ ═!s╕═Θp ┤>═δ≥3╥.ï─ ï∙ï╪┤@â∙ tA╞═!r▐;┴u┌┤>═!╛¢ ┐tΦ}║t┤A═!┐t.ï¼ ┤V═!.ï>¼ ║⌠┤V═!XXΘ≥■.è>ú Θ.è>í è╪.ï░ .Ä▓ ∞╨╚s√ï├½├2 ┤═├.í╞ ÷µ2÷╨╤αï°├Φε .ï╞ (╤π░ Φ╜ Γ∙├.è6¿ ■╞2╥Φ╬ ╛( ¼
  5362. └tΦá .Ç<0u¼Φû ¼
  5363. └u░ Φî δΓΦ δ∩.è6¿ ■╞▓KΦ½ ░O.Ç>ª t░IOOΦh ├.ï6└ 2÷ΘΦó.ï╕ RΦZ■╞.:6¿ v≥├Φï.ï╕ 2╥.êÑ ï╩ΦT .;6─ s(¼<t<    t$Φ2.:╞ rµÇ<tOO░Φ Θa¼<
  5364. tNï╤Θ/ ░ Φ .áÑ ┴¿u±δ╬.èÑ .:ñ s■├.êÑ ├.;6║ v.;6╝ wΦ┐■ΘΦ┴■■┴├.ï6┬ <t:╜ª Ç~uÇ<t
  5365. ë≈åΦT²ΘVP╕Φ1X_r¬╜á ÇN. 6╢ Φù·.Å╢ ├V╕Φ_r⌡╕
  5366. ½Φ Φ£·Θ#√.ï─ ï±ï∙╟r.ë>─ .+┬ ON²≤ñⁿ°├.è⌐ 2φë═.ñ Ç╒2╥.ë╕ π*QÇ<tΦ8·Y.á⌐ 2Σ;┴|.ï╕ 2÷9Ωtw
  5367. Γ▌ëΘ.ê⌐ ├Φτ∙δ≤.;6─ sÇ<uF.;6─ sÇ<
  5368. uF├. 6┬ Φ.ë6┬ Φ.Å┬ ├Q░ë≈ï╬πO²≥«ⁿGë■Y├.ï6┬ ÷tΦß Φ¡ ├QΦrΦú °Y├░.ï─ )±ë≈π    ≥«ë■πN°├∙├è╬2φ.ë6┬ 3╥ ÷t1Φ║ 3╥ ÷t(π&VQΦÜ YXÇ<u9╞t■╞Γ∞. 6┬ .ë6┬ Φæ .Å┬ .ë6└ .ë╕ Φ.ê⌐ ├.ï6┬ Φq .ï┬ )±.ï╕ 2╥.êÑ π7¼<t2<    u.èÑ Ç╦.êÑ .:ñ rÇ╩.èÑ ■├.êÑ .:ñ v■┬Γ╔.:╞ r.è╞ ■╩.ë╕ ├RΦτⁿZ¼
  5369. └t    ■┬RΦ░ⁿZδ≥Φ╬ⁿΘßⁿVï6¼ ¼<.t
  5370. └t¬δ⌠╣^≤ñ├╜á ╞F┤═2Σ═3╥Φƒⁿ║┤    ═!┤═!
  5371. └u═!Φ│ⁿ├╜á ╞F°╧£PSR╜á ╞F3╥ΦoⁿZ[X¥╗╬  'File too big$Read error$Not enough memory$1ABORT2UNDEL3PRINT4BEGBLK5DELBLK6RESBLK7SAVE8DEL EOL9DEL L10RES LAbort Changes (Y/N)?Save Name : .$$$.BAKp üü░  ─ê╦ⁿPO₧╗  }⌐t 2 ^ ôX~ç▒ LWRITE  V1.0   Scanlon Enterprises / Paul Scanlon
  5372.  
  5373.                          H E L P   S C R E E N
  5374.  
  5375. Up arrow     Moves cursor up one row          Funct Key 1  Exit without saving
  5376. Down arrow   Moves cursor down one row        Funct Key 2  Append last deleted characters
  5377. Left arrow   Moves cursor left one column     Funct Key 3  Prints text in Block
  5378. Right arrow  Moves cursor right one column    Funct Key 4  Toggle Start / End Block function
  5379. Page Up      Moves text window up one line    Funct Key 5  Delete marked text block to buffer
  5380. Page Down    Moves text window down one line  Funct Key 6  Appends last deleted text block
  5381. Home         Moves cursor to start of line    Funct Key 7  Save and exit
  5382. End          Moves cursor to end of line      Funct Key 8  Delete from cursor to end of line
  5383. INS          Toggles insert & overstrike mode Funct Key 9  Delete entire cursor line
  5384. DEL          Delete character at cursor       Funct Key 10 Insert last deleted line
  5385. ^ Page Down  Moves to Top of file             ^ Page Up    Moves to Bottom of file
  5386. ^ Cursor Right  Moves text window right 8 columns
  5387. ^ Cursor Left   Moves text window left 8 columns
  5388. Shift Function Key 1  this screen
  5389.  
  5390.  
  5391. ** NOTE ** "^" means control key, Funct is short for Function
  5392.  
  5393. $MATH.COM       812Φ3╕ L═!3.0.0MATH  (C) 1991  Scanlon Enterprises╕■L═!╜╨Ç>ÇwΘì╛é┐éèÇ2φ¼<ar<zw$▀¬Γ≥╛é┐╘¼<th< t≈<,t≤</u╜¼<-uÇNΘ_<+uÇNΘT<VuóÇ< tÇ<,uF¼<t"<0r<:r<@r¬÷FuÇNδΓ÷Ft▄Θp ÇN░¬Ç| tδô÷Ft4÷Ft.ΘR 3╔╗
  5394. ¼<t</t<0r<9w,0æ÷πr┬┴r╛æδßNêNΘY ┐╘╣@2└≥«O░=¬2└¬╜*╛ Φ2╜╨╛╘VQV_╣░=≥«╕+┴ï╨í Ä└ï$A3 ªtN2└≥«&Ç=α≥ë>"Y^ΘjQWVï╩I≤ªë√^_Yu█RQVë▐╗
  5395. 3╔ï╤¼<r,02Σæ≈πsΘá■┴r∙æδΦ&ëN^YZOW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δïïFèN2φ÷Fu ┴sÇN Θ+┴sÇN@3╥╗
  5396. P2└┐╘╣@≥«XtΘ/■╛O≈≤Ç┬0êN2╥=w±╣)±F≤ñ╛╘ë≈2└╣≥«ï┘╣)┘í&+┴ú&s╕L═!ï>"í Ä└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├ADDMID.COM        695Φ-╕ L═!3.0.0MID  (C) 1991  Scanlon EnterprisesÇ>Çw
  5397. ╕■L═!╕ⁿL═!╛éΦá=Çw≡<w■└┐Ö¬ΦÄ=Çw▐<w■└¬Ç<t═┐╣╣2└≤¬┐╣Φ≤Ç<t╕┐9ΦΦ╜ö╛¢Φg╛╣Φàs╕√L═!í¥ï°í¢Ä└ïƒ░=≥«╜ÖèN■╔2φ∙ï±┐9╣@░=≥«╜ÜèNí¢Ä╪≤ñ╛9Φ=ΦüΦ╪╕L═!3╔╗
  5398. 3└3╥¼<0r<9w,0ê┴è┬2Σ3╥÷πr┴rï╨δßÇ| uNï┬├VQV_╣░=≥«╕+┴ï╨í¢Ä└ïƒA3 ªtN2└≥«&Ç=α≥∙ë>¥Y^├QWVï╩I≤ª^_Yu▐O°δµí¢Ä└ïƒï>¥&â} w├2└≥«í¥Vë■ï°&Ç<w&╟ïƒ)∙ëí^├¼¬<w·Ç<w⌡¬■└¬^â∩ë>¥├ë≈2└╣≥«ï┘╣)┘íí+┴úís╕L═!ï>¥í¢Ä└≤ñ2└¬¬■└¬â∩ë>¥├RQSΦ(r%▒╙αëDë┴î└ë+ ï╟≥««u√ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├╜º¼<ar<zw$▀ç²╣≥«ç²t¬δΣ░=¬Ç| uN├, ~`$*^-/\";:.?MOUSECK.COM     69Φ0╕ L═!3.0.0MOUSECK (C) 1991  Scanlon Enterprises3└═3 └u╕L═!╕L═!MOVCUR.COM     368Φ/╕ L═!3.0.0MOVCUR (C) 1991  Scanlon EnterprisesÇ>Çr╩┤═<t    <r╕■L═!╜^êFê~êf3└Ä╪╛L¡╤Φè^2 3╥≈≤HêF┐éèÇ2φ░/≥«u4╞F¼$▀<Pu&¼<t$,0r<    wê┴èF2Σ│
  5399. ÷π= s    ┴rêFδ┌ΘA╛é¼$▀┐d╣≥«êN¼<t0< t,<,t(,0r<    w╥2Σê┴èF│
  5400. ÷π= w    ┴rêFδ╨╕ L═!┤è~═è^╨π2 ü├hèF '<w■└ê─⌠r
  5401. :fw╞Θ-δ╠<w■└(╞r⌠Θ<w■└ê─╘:fsΓ┬Θ
  5402. <w■└(┬r╙è~┤═╕L═!UDLR4H'PAGE.COM       640Φ-╕ L═!3.0.0PAGE (C) 1991  Scanlon Enterprises┤═<t    <r╕²L═!╜ZêFê~Ç>ÇrT╛é┐éèÇ2φ¼<ar<zw$▀¬Γ≥╛é¼<t2< t≈<,t≤</t╕■L═!¼<Xt<Pt <Vuεï╞ëFδ╓ï╞ëFδ╧╞Fδ╔â~wFâ~wèF┤L═!ïFï≡╞F¼<0r,0r╡<    w▒ê┴èF2Σ│
  5403. ÷π=wí┴êFδ▄èF┤═╕L═!ïFï≡Ç<0r
  5404. Ç<:rÇ<@w Ç<tFδΘ╛këvë≈¼<0r<:r<<@w8░=¬èF2Σ╗
  5405. W┐w²3╥≈≤Æ0¬■F
  5406. 2└Æ └uεⁿXVë■Fï°èN
  5407. 2φ≤ñ^2└¬Θ¬δ╕Ç~r    ╛¡Ä╪Θ
  5408. 3└Ä╪╛║¡Ä╪╛,¡-Ä╪╛¡╗3╥≈πú|ë┴î└úxÄ└3└ï°≥««α√ë~ïvVQV_╣░=≥«╕+┴ï╨íxÄ└ï|A3 ªtN2└≥«&Ç=α≥ë>zY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣≥«ï┘╣)┘í~+┴ú~s╕L═!ï>zíxÄ└≤ñ2└¬¬■└¬â∩ë>z╕L═!PGPATHCK.COM     120Φ/╕ L═!3.0.0PATHCK (C) 1991  Scanlon EnterprisesÇ>Çw╕L═!Φ╗üÇ╞║é╕C═!╕Lâ∙t■└═!╛é┐é¼<t<ar<zw$▀¬δε├PFF.COM        119Φ,╕ L═!3.0.0PFF (C) 1991  Scanlon Enterprises3╥Ç>Çr    èéÇΩ0r12Σ░ 3╥═░÷─Çt■╚÷─ u■╚÷─t■╚÷─u    ■╚÷─u2└┤L═!╕■L═!PRDY.COM       122Φ.╕ L═!3.0.0PRDY  (C) 1991  Scanlon Enterprises3╥Ç>ÇrèéÇΩ1r2Ç·    w-┤═░÷─Çt■╚÷─ u■╚÷─t■╚÷─u    ■╚÷─u2└┤L═!╕■L═!PRINTC.COM     244Φ0╕ L═!3.0.0PRINTC  (C) 1991  Scanlon EnterprisesÇ>Çw╕■L═!╜≥ΦQ╛é2╔2Σ¼<t@< t≈<,t≤,0r▌<    w┘│
  5409. å╚÷πr╤å┴╚r╦¼<t< t<,u▌èV2÷ê╚┤═ÇΣ)u=N2╔δ╗╕L═!┐éèÇ2φ░/≥«t├¼$▀<Pu2Σ2╔¼,0r<    w
  5410. êFâε╞├╕■L═!░÷─Çt■╚÷─ u■╚÷─t■╚÷─u    ■╚÷─u■╚┤L═!PRNSET.COM     126Φ0╕ L═!3.0.0PRNSET  (C) 1991  Scanlon Enterprises3╥Ç>ÇrèéÇΩ0r4Ç·    w/┤3╥═░÷─Çt■╚÷─ u■╚÷─t■╚÷─u    ■╚÷─u■╚┤L═!╕■L═!PWRD.COM       594Φ.╕ L═!3.0.0PWRD  (C) 1991  Scanlon Enterprises┐╣ ╜▀┤═!<w═!┤▓═!δεü r≥O┤è╨═!Aδ▐<t*<tΦ<!r▄¬▓█┤═!Γ╔■Nu╗Ç~Rt Ç~Ht╕L═!═⌠¬╛0┐ïN≤ªu┘Ç>Çw╕L═!╛é¼<tZ< t≈<,t≤</t╕■L═!¼$▀<St,<At<Ou∞¼$▀<Et<Ht<Ru▌êFδ╟¼,0t╙r╤<    w═êFδ╖┐0╣ ¼<!r¬Γ°δ╕░¬Nδí╗^▒╙δCS┤J═![â├┤H═!s╕²L═!ï╨╛,¡Ä└ï╪3└ï°╣╚≥«&Ç=w⌡G&Ç=uG&Ç=wGΘ┐'î╚ï╪ë~ë^ëV
  5411. Ä█ë·░┤=═!s╕ⁿL═!ëF ï╪╣┬ïF
  5412. 3╥Ä╪┤?═!rµëF=hw▐ïF
  5413. Ä└┐0ü∩╛0╣!╟F¼¬ F<α≈2└≤¬ï²ü∩èF&êEèF&êïN3╥ïF
  5414. Ä╪┤@═!rò┤>═!╕L═!EPWRD.COMSEBFURESP.COM      1038Φ7╕ L═!3.0.0RESP (C) 1991  Scanlon Enterprises╕■L═!╕√L═!Ç>Çr∩┤═<t<wΦ╜Σê~êf3└Ä╪╛L¡╤Φè^2 3╥≈≤êF┤è~═êvêVêv
  5415. êV ┐2└╣Φ≤¬╛é┐éèÇ2φ¼<ar<zw$▀¬Γ≥╛é┐¼<t></t< t≤<,t∩÷Fu)¬ÇNδΓ÷FtÇN¼W┐ⁿ╣≥«u ╤ßü┴ï┘ s└ΘB ÷Ft≈╞=U╜·╛≡Φi]╛VQV_╣░=≥«╕+┴ï╨í≡Ä└ï⌠A3 ªtN2└≥«&Ç=α≥ë>≥Y^Θ8QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└Θτ╛╓÷Fu⌠╛╓┐╓èvèVè~┤═┤═!<w═!ΘaΘφ<t∙<tg<tc< rVèN2φü┴╓9∙vI¬Ç~rÇ~1t░█Ç~2tèFè^┤    
  5416. █u┤
  5417. ╣è~═■F    ■┬:Vr■╞2╥êvêVδà<Kt+<Mt>▓┤═!Θt ê┴░²Ç∙u    ÷F uΦΘ■╚÷F@u▌┤L═!Ç~1t╙èF:F t╦■╚OêFΘ? Ç~1t╝Ç}r╢èF■└êFΘ( èvèVè~┤═èF┐╘¬W║╘┤
  5418. ═!┐╓Ç=t]èM 2φü┴╓ï∙2└¬┐╣@2└≥«╛╓O¼¬
  5419. └u·╛ë≈2└╣≥«ï┘╣)┘í÷+┴ú÷s╕L═!ï>≥í≡Ä└≤ñ2└¬¬■└¬╕L═!╕·L═!RQS3╥ï╩╗
  5420. ¼<t</t2Σ,0r<    wæ≈π┴r= w æδ▐N°ê╚[YZ├∙δ∙Φ╞ rêF°├Φ╝ r·<wF°├∙├Φ¼ rΩ<w⌡▒╥αδΩ¼<Et
  5421. <CuµÇN@°├ÇN °├ÇN°├¼<0t∙< r╦êF°├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├PLBFEIDVA\"2ROWS.COM       682Φ3╕ L═!3.0.0ROWS  (C) 1991  Scanlon Enterprises╕■L═!╜U┤═êfÇ>ÇrV╛éë≈èÇ2φ¼<ar<zw$▀¬Γ≥╛é¼<t5< t≈<,t≤</u╜¼<Vu╕┐ZÇNÇ< tÇ<,uFδ≤¼<0r╥<:r<@r╩¬δ≡3└Ä╪╛L¡╤Φè^2 3╥≈≤= w
  5422. ÷Fu┤L═!Θm P┐Z╣@2└≥«Xu∩Oü Zw╛W╣≤ñ╞=G3╔3╥╗
  5423. 2Σ≈≤÷≤
  5424. └t0¬ÇNêα÷Fu
  5425. └t0¬ÇNè┬÷Fu
  5426. └tÑ0¬U╜S╛IΦª]╛ZVQV_╣@░=≥«╕@+┴ï╨íIÄ└ïMA3 ªtN2└≥«&Ç=α≥ë>KY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣Z≥«ï┘╣Z)┘íO+┴úOs╕L═!ï>KíIÄ└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├ROWSAVEKEY.COM    147Φ1╕ L═!3.0.0SAVEKEY  (C) 1991  Scanlon EnterprisesÇ>Çw╕L═!╛éÇ>é/uFÇ>é/uΦΘ¼ê┴2φ┤═Ç<uσ╕L═!3╥╗
  5427. ¼<t< t<0r<9w
  5428. ,0Æ÷π╨Æδσ<uNè┬├SCRLMSG.COM    507Φ1╕ L═!3.0.0SCRLMSG  (C) 1991  Scanlon EnterprisesÇ>Çw╕²L═!■Ç┤═<r    <t╕■L═!╜/ê~êf3└Ä╪╛L¡╤Φè^2 3╥≈≤êFèÇ2φü┴éï∙Ç=tOΓ°üΘér½t⌐èF■╚2Σ+┴r₧╤Φ┐3 └tQë┴░ ≤¬Y╛é≤ñï╟-4:Fw èN*╚2φ░ ≤¬╛3┤è~═èN2φQ¼┤
  5429. è~╣═■┬┤═YΓδ2╥┤═┤ ═!
  5430. └u0┐3è╛4èNÇΘ2φ≤ñê╛33└Ä╪V╛lï9tⁿï9tⁿ^δ¿╕L═!SDATE.COM      294Φ/╕ L═!3.0.0SDATE  (C) 1991  Scanlon EnterprisesÇ>Çw╕■L═!┤*═!╜ëN╟FlüΘ╨r╟F╨┐éèÇ2φ░/≥«u Ç%▀Ç=Iu╩ÇN╛éÇ| t:Φp= w÷Fu÷Fu    ÇNêFδ▌=w÷FuÇNÇf√êFδ┼ëFδ└Ç~r0Ç~r*â~wïFëFâ~cwïFFïNèvèV┤+═!╕L═!ΘJ RQ3╥ï╩╗
  5431. ¼<0r<9w,02Σæ≈π ╥u┴æsτ╕■L═!ë╚YZ°├PRODUCTS.DOC  2432
  5432.                     SCANLON ENTERPRISES - PRODUCT OFFERINGS
  5433.  
  5434.  
  5435.        SEBFU 3.5  - Super Batch File Utilities, the NORTON UTILITIES of 
  5436.        Batch files says Jim Hood, author of PC-Learn.
  5437.                                                               $39.95
  5438.  
  5439.  
  5440.        SEED 1.0 - Our text editor                             $20.00
  5441.  
  5442.        SEBFI 1.0a - Our batch file intrepeter, comes with SEBFU 3.0, 
  5443.        runs batch files from Ram.
  5444.                                                               $20.00
  5445.  
  5446.        SEBFI + - Enhanced batch file intrepeter, has more commands than 
  5447.        even SEBFU --- translation utility included.
  5448.                                                               $59.95
  5449.  
  5450.        BATHOOK - Enhance COMMAND.COM by adding additional commands. This 
  5451.        version adds 5 commands to COMMAND.COM which any batch file or 
  5452.        command line prompt can use. Commands are LOCATE, BEEP, CURTOGL, 
  5453.        CR and YN
  5454.                                                               $12.95
  5455.  
  5456.        BATHOOK + - Enhanced version of BATHOOK adds 50 new functions to 
  5457.        COMMAND.COM (most from our SEBFU & SEBFI utilities)
  5458.                                                               $59.95
  5459.  
  5460.        GMENU simple menu system executes programs, auto-restarting 
  5461.        itself after running program, monitors graphics mode, and 
  5462.        restores text mode automatically.
  5463.                                                               $ 9.95
  5464.  
  5465.        GMENU + enhanced version of GMENU offers built in text viewer, 
  5466.        multiple page file listings plus features of reg. GMENU
  5467.                                                               $29.95
  5468.  
  5469.        AREA CODE small utility to display / print area codes for 
  5470.        selected states or all.
  5471.                                                               $ 3.00
  5472.  
  5473.        BCS - Our Business Contact System, dials phone numbers, takes 
  5474.        phone messages and more.
  5475.                                                               $ 9.95
  5476.  
  5477.        PPD - Pop Up phone dialer, has built in data base for storing 
  5478.        up to 25 numbers, will dial numbers from the screen.
  5479.                                                               $19.95
  5480.  
  5481.        Shareware catalog on disk (2 disk set)                 $ 5.00
  5482.  
  5483.        Shareware sampler (2 disk set)                         $ 5.00
  5484.  
  5485.  
  5486.  
  5487.  
  5488.  
  5489.  
  5490.  
  5491.  
  5492.  
  5493.  
  5494.  
  5495.  
  5496.  
  5497. SETDATE.COM    361Φ1╕ L═!3.0.0SETDATE  (C) 1991  Scanlon EnterprisesÇ>ÇuΘñÇ>é%uΘƒ3╥┐^╛é¼<-t<t▒╙Γ,0sΘ~<    vΘw2Σ┬δ▀3╔è╞$≡ǵ▒╥Φ▒
  5498. ÷ß≡2Σ▒d÷ßï╪è┬$≡▒╥Φ▒
  5499. ÷ßÇΓ╨2Σ╪Çⁿt½Θ¬■]Ç| t3╥δù╛^┐cÇ>]w╣ªwΓ√╛^¼è≡¼è╨¡ë┴┤+═!┤L═!╕L═!┐âèÇ░%≥«ï╧OüΘâêÇ╛,ïë■Ä└╞=╛â3└ï°╣Ç≥»ï╧ï°è≥« ╔t┴QWVèÇ2φO≤ª
  5500. ╔t^_YδσXXY3└W≥«ï╧_)∙ë■┐é≤ñ░O¬Θ∩■   ╕ SETERR.COM     147Φ0╕ L═!3.0.0SETERR  (C) 1991  Scanlon Enterprises2└╛é┐ÅÇ>Çw┤L═!¼<t,0è╪ï▒╙α2 ╪ëδΘï=Vr░ δ┌%è╪╡
  5501. ï▒╙Φ%÷σ├ï╙α╙α%÷σ÷σ╪δ╡SETIME.COM     267Ç>ÇuΘ~Ç>é%uΘy3╥┐╛é¼<:t<t▒╙Γ,0sΘX<    vΘQ2Σ┬δ▀3╔è┬$≡▒╥Φ▒
  5502. ÷ßÇΓ╨¬■Ç| tδ┐╛┐Ç>w╣ªwΓ√╛¼ê┼¼ê┴¼è≡2╥┤-═!┤L═!╕L═!┐âèÇ░%≥«ï╧OüΘâêÇ╛,ïë■Ä└╞=╛â3└ï°╣Ç≥»ï╧ï°è≥« ╔t┴QWVèÇ2φO≤ª
  5503. ╔t^_YδσXXY3└W≥«ï╧_)∙ë■┐é≤ñ░O¬Θ ;;SOUND.COM      220Φ3╕ L═!3.0.0SOUND (C) 1991  Scanlon Enterprises╕■L═!╜┘Ç>Çrc╛é¼<t[< t≈<,t≤</u▌¼$▀<TtE<Du╤3╥3╔2Σ╗
  5504. ╞F¼<t</t,0r<    wê┴Æ≈π┴= tÆ3└ë┴δ▄NêV
  5505. ╥t╜┘δÑ╕■L═!░╢µC░ µBèFµBΣaè╪ µaèFê┴2φ3└Ä╪┐lè:tⁿΓ°è├$ⁿµa╕L═!
  5506. STRING.COM     319Φ0╕ L═!3.0.0STRING  (C) 1991  Scanlon EnterprisesÇ>ÇuΘ≤$_<Su≈¼,0ó9Ç<uΘx┤═ê>93█╛é┐;¼■Ç<Pt<9w╧,0r╚├Ç< tÇ<t ▒°╙πr╡δ┌ΘçP╕d°÷τrºï╨╕
  5507. ê▀Çτ≡▒╥∩÷τ┬Çπ2 ╙ü· w~ê3╥3█GF■:X<t■ÇuÿÇ>:rá=<w▒╥αÇ>>w    
  5508. >ê─Θ┤è>9═ê&=è=è>9è;2φá<┤    ═╕L═!è;2φá<3╥PQ2Σ═ÇΣou    YXΓ±╕L═!╕L═!SV28.COM       482Φ.╕ L═!3.0.0SV28  (C) 1991  Scanlon Enterprises╛╓╣¼ä└¡tVQ ╨Y^Γ≥Φ╜▓Ç~t Ç~t╕■L═!╕│0═╕═╕2█═╕L═!╕═<uLï╦2φtè▌█╛╝≤¡┐┤½è┘2 █╛╝≤¡┐▓½┐╓2└¬â╟¬â╟¬┐▓Ç=t┐┤Ç=u
  5509. ╟┐▀╞├│┤═Ç√t#ê╚╨Φ╗╢╫ê─░Φ└Çⁿt    ┐▄╞Θ┐▀╞├║╘ΦFr░┤Φ£├║┤Φ6r3▓║∞$Çê─╣Ç∞$Ç:αß∙u
  5510. ░┤ΦyΘ∞è╨ÇΓp┤░üÇ·u░é┤Φ`├░εB∞ê─░fε╣Γ■∞å─εÇⁿft∙├┐┤â=r<┐▓â=}4┐┤â=},┤═$<t ┐│Ç=uΘ┐│Ç=t╛▓ï╛┤ç╛▓ë├╗▓Ç?r╗┤ë├t╩∙    SWIDTH.COM     662Φ3╕ L═!3.0.0ROWS  (C) 1991  Scanlon Enterprises╕■L═!╜A┤═êfÇ>ÇrV╛éë≈èÇ2φ¼<ar<zw$▀¬Γ≥╛é¼<t5< t≈<,t≤</u╜¼<Vu╕┐FÇNÇ< tÇ<,uFδ≤¼<0r╥<:r<@r╩¬δ≡èF< w
  5511. ÷Fu┤L═!δüP┐F╣@2└≥«Xu≡Oü Fw╛C╣≤ñ╞=G3╔3╥╗
  5512. 2Σ≈≤÷≤
  5513. └t0¬ÇNêα÷Fu
  5514. └t0¬ÇNè┬÷Fu
  5515. └tª0¬U╜?╛5Φª]╛FVQV_╣@░=≥«╕@+┴ï╨í5Ä└ï9A3 ªtN2└≥«&Ç=α≥ë>7Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣Z≥«ï┘╣Z)┘í;+┴ú;s╕L═!ï>7í5Ä└≤ñ2└¬¬■└¬╕L═!RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├COLSWPRN.COM       70Φ/╕ L═!3.0.0SWPRN  (C) 1991  Scanlon Enterprises3└Ä╪í
  5516. ç ç
  5517. ╕L═!TC.COM         188Φ,╕ L═!3.0.0TC  (C) 1991  Scanlon Enterprises┤═<r    <t╕L═!ê>╗Ç>Çr!áé<1t1<0t<ar<zw$▀<Xt<Ot<St-Φ7rsΦ0░rÇ═Ç╔0ΘΦ ░s
  5518. Çσ∩Çß╧┤═╕L═!Φ
  5519. ░r■└┤L═!┤═÷┼u
  5520. ÷┴0uÇ═°├∙├TD.COM         760Φ,╕ L═!3.0.0TD  (C) 1991  Scanlon Enterprises╜I┤═<r    <t╕■L═!ê~êf┤═êvêVêvêV3└Ä╪╛L¡3╥è^2 ╤Φ≈≤êFÇ>Çw ÇNΘl╕²L═!╛é¼<t≡< t≈</uδ¼<Dt<Tt,<Nu▐ÇNδαΦdr╙<r■╚êFΦVr┼<r■╚êFÇNδ╛ΦBr▒<r■╚êFΦ4rú<r■╚êFÇNδ£÷FuΘÿ┤*═!÷Fu?QRê┴■╔2φ2└┐RQ╣ ≥«YΓ≈ë■┐MΦ╞Zè╬R2└ê┼┐öQ╣ ≥«YΓ≈ë■┐MΦ¬ZYΘ RQè╞╖-Φ}YZè┬Q╖-÷Fu╖,ΦkX3╥3╔╗
  5521. ≈≤Ç┬0è╩3╥≈≤÷≤Ç┬00Ç─0èΩå═QΦZXΦV÷Ft7░ ΦgèF┐O:Fu┐MèF:FvêF┤,═!RQ╖:êΦΦXΦXêα╖ Φ╕L═!2Σ│
  5522. ÷≤0Ç─0Φè╟Φ├PΦXêαΦ├PQS¼<rΦδ÷[YX├SPè5èUè~┤═■EX╣┤
  5523. ═[├RQS3╥ï╩╗
  5524. ¼<t!</t< t<,t,0r<    wå╚÷πr┴r æδ┌N°ë╚[YZ├∙δ∙Sunday Monday Tuesday Wednesday Thursday Friday Saturday January February March April May June July August September October November December WAIT.COM       321Φ3╕ L═!3.0.0WAIT  (C) 1991  Scanlon Enterprises╕■L═!┤,═!┐>ê5êMêm╜;Ç>ÇrX┐é░ èÇ≤«O░,≤«Oë■¼</u╩¼$▀<St-E<Mt(EE<Tu ΦærêFEΦêrêFEΦr    êF╜;ΘLδû╞FΦkr⌡êF╜;┐>┤èF<<r■─,<êèE─┤F<<r■─,<êEèE─<r,╞FêE┤,═!Ç~r Dzw±╞Fδδ:mrµ:Mrß:5r▌╕L═!┤0¼Ç<0rê─¼FÇ∞0r,0rÇⁿ    w<    wåαèⁿ│
  5525. 2Σ÷π°°├∙├WDATE.COM      960Φ2╕ L═!3.0.0WDATE  (C) 1991  Scanlon EnterprisesΘô╜ Ç>Çr≤┐éë■èÇ2φ¼<ar<zw$▀¬Γ≥┐éèÇ░ ≤«O░,≤«t╚Oë■¼<t└</uM¼<Vt┐╣≥«u>░╥αFë≈δ╦░ ÇN@èÇ2φë≈≤«O░,≤«Oë■┐\¼<t</t║<0r╢<:r<@r«¬δΦ╕■L═!Ç~@tÇ~wÇN┤*═!÷F@u/÷F u)÷Fuè┬÷Fuè╞÷Fuë╚-l=cv-d┤L═!δ▓┐\PQ╣P░≥«u≡Oü \u╛ ╣≤ñY░=¬X÷F u÷Ft Φ)÷F t<░ ¬è┬÷F u÷Ft Φ╪÷F t"░-¬è╞÷F u÷Ft Φ╛÷F t░-¬ë╚Φ┐U╜Z╛PΦ]╛\VQV_╣P░=≥«╕P+┴ï╨íPÄ└ïTA3 ªtN2└≥«&Ç=α≥ë>RY^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣Z≥«ï┘╣Z)┘íV+┴úVs╕L═!ï>RíPÄ└≤ñ2└¬¬■└¬╕L═!2Σ│
  5526. ÷≤0¬åα0¬├3╥3╔╗
  5527. ≈≤è╩3╥≈≤èΩ3╥≈≤0¬è┬0¬êΦ0¬ê╚0¬├Qê┴2φW┐â∙r 2└Q╣
  5528. ≥«YΓ≈ë■_Y¼
  5529. └t¬δ°├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├CDATEAXYMDWSundayMondayTuesdayWednesdayThursdayFridaySaturdayWINDOW.COM     416Φ0╕ L═!3.0.0WINDOW  (C) 1991  Scanlon Enterprises┤═<t    <r╕■L═!╜ùêf3└Ä╪╛L¡╤Φè^2 3╥≈≤êFÇ>Çw╕²L═!╛éë≈èÇ2φ¼<ar<zw$▀¬Γ≥╛é╣┐£Φ¡r╘<r╨■╚¬Γ≥Ç<tg¼< t÷<,t≥</u╣¼<Dt8<LtG<Bt<Fu¿PΦ{róê┴X<Ftê╚▒╥αèNÇß
  5530. ╚êNδ╜èF$≡
  5531. ┴êFδ▒¼,0r<rΘp êFδ₧Φ=r±êFδö╛£¼ê┼¼ê┴¼è≡¼è╨:vw╪8⌡w╘:Vw╧8╤w╦èF:Fw├è~èf═╕L═!QRS3╔3╥╗
  5532. ¼2Σ<t/< t+<,t'</t#,0r3<    w/æÆ≈π ╥u'┴r#
  5533. Σu:FwÆæ3└δ╩ê─è┬Çⁿ tÇⁿ,tN°[ZY├∙δ∙WRITE.COM      601Φ/╕ L═!3.0.0WRITE  (C) 1991  Scanlon Enterprises┤═<t    <r╕■L═!╜7ê~êf3└Ä╪╛L¡╤Φè^2 3╥≈≤êF┤è~═êvêV┐Y╣╥2└≤¬Ç>ÇwΘH╕²L═!╛é┐Y¼</t<tΘ÷Fuµ¬ÇNδΩ¼$▀W┐A╣≥«_u╨╤ßü┴Iï┘ r─÷Ft╔ÇNδ├╛Y░ê÷Ftï╟-ZèN*╚╨ΘêNèvèVè~┤═÷FtΘU■┬:Vr■╞2╥êvêV¼<tYè~╣è^
  5534. █t,÷FÇt÷F@uP┤═è▄X÷FÇuÇπ≡ΘÇπ
  5535. ^┤    ═δ¢┤
  5536. ═δò┤    ╞$║Y═!÷Fu║>═!╕L═!÷Fu⌡èv:vsφ■╞2╥è~┤═δαΦtr:Fs ä└t■╚êF°├∙├Φ]r°:Fs⌠ä└t■╚êF°├ΦHrπ<wαä└t■╚êF°├Φ4r╧<w╠FÇN@°├Φ"r╜<w║▒╥αFÇNÇ°├ÇN├ÇN├ÇN├RQS3╥ï╩╗
  5537. ¼<t</t2Σ,0r<    wæ≈π┴r= w æδ▐N°ê╚[YZ├∙δ∙
  5538. $RCPFBXND√÷±█╔╡áëWRITEF.COM     687Φ0╕ L═!3.0.0WRITEF  (C) 1991  Scanlon Enterprises┤═<t    <r╕■L═!╜₧ê~êf3└Ä╪╛L¡╤Φè^2 3╥≈≤êFÇ>Çw╕²L═!╛é┐»╣2└≤¬┐»¼<to</t< t≤<,t∩÷Fu╘¬ÇNδΓ¼ ▀<DuÇNδ╒<St<Pt!<Lt+<Cu░Φwr½:FsªêFδ╢Φƒr£ëFδ¼Φ^rÆ<wÄêFδ₧ΦPrä:FsêFδÅΘw è~┤═êv êV ÷FtΩèF è^
  5539. █t
  5540. ╪:Fw┘êF┤=2└║»═!r╦ëF    2└┐█╣Σ>≤¬ï^    ╣Ç>║█┤?═!r └tv÷F u%Θ╕√L═!ïN╛█â∙r2└¼<t    <w≈ëNδ║Γ≡÷Fuq¼<t0<
  5541. t2<tQ┤
  5542. è~╣═èv èV ■┬:Vr■╞èV┤═êv êV δ╦Ç<
  5543. uFèv ■╞:vrΘèV┤è~═êv êV ü■[CróÇN ΘM ┤>ï^    ═!╕L═!┐.╣"âΘ
  5544. 2└≤¬┐.¼<t<wü■Ç>r╒ÇN Θ ¬δτ░$¬║█┤    ═!║¼═!èF ■└:Fs▓êF Ç<
  5545. u╢Fδ│RQS3╥ï╩╗
  5546. ¼<t</t2Σ,0r<    wæ≈π┴r= w æδ▐N°ê╚[YZ├∙δ∙RQS3╥ï╩╗
  5547. ¼<t</t2Σ,0r<    wæ≈π┴r┘ ╥u╒æδ▀N°ë╚δ╚
  5548. $WTIME.COM      777Φ2╕ L═!3.0.0WTIME  (C) 1991  Scanlon EnterprisesΘô╜ÄÇ>Çr≤┐éë■èÇ2φ¼<ar<zw$▀¬Γ≥┐éèÇ░ ≤«O░,≤«t╚Oë■¼<t└</uM¼<Vt┐ö╣≥«u>░╥αFë≈δ╦░ ÇN èÇ2φë≈≤«O░,≤«Oë■┐Ѽ<t</t║<0r╢<:r<@r«¬δΦ╕■L═!┤,═!÷F u$÷FuêΦÇ~t÷Fu
  5549. ê╚÷Fuè╞┤L═!δ═┐ÑQ╣P░≥«u±Oü Ñu╛Å╣≤ñY░=¬êΦ÷Fu ÷Ft÷Ft Φ╪÷Ft"░:¬ê╚÷Fu÷Ft Φ╛÷Ft░:¬è╞Φ░U╜ú╛ÖΦ╡]╛ÑVQV_╣P░=≥«╕P+┴ï╨íÖÄ└ï¥A3 ªtN2└≥«&Ç=α≥ë>¢Y^Θ5QWVï╩I≤ª^_Yu▌OW2└≥«ë√_Vë▐Θ¼¬<w·Ç<w⌡¬■└¬^â∩δ└ë≈2└╣Z≥«ï┘╣Z)┘íƒ+┴úƒs╕L═!ï>¢íÖÄ└≤ñ2└¬¬■└¬╕L═!2Σ│
  5550. ÷≤0¬åα0¬├RQSΦ*r'▒╙αëDë┴î└ë+ ï╟≥«Ç=w∙ëLïD+┴ëD[YZ├┤R═!╞F╞F&ïG■Ä└3█Θ    @&ïW╨Ä└&Ç?Mu■Nu∞&Ç═u ■Nt■Fδ█∙├&ïW@Pï┬°├CTIMEAXSMHXMSCK.COM       69Φ/╕ L═!3.0.0XMSCK  (C) 1991  Scanlon Enterprises╕C═/<Çt╕L═!╕L═!YN.COM         174Φ,╕ L═!3.0.0YN  (C) 1991  Scanlon Enterprises╜¼Ç>Çr(╛é¼<t </u≈¼$▀<Iu≡¼<EuÇNδσ<CußÇNδ█┤═!<w
  5551. ═!▓┤═!δεê─░ÇⁿYt,Çⁿyt'■└ÇⁿNt Çⁿnt└Çⁿu    ÷Fu╤Θ Çⁿu╔÷Fu├┤L═!DEMO.DOC       289  SEBFU   DEMO  --  SCANLON ENTERPRISES
  5552.  
  5553.  
  5554.     This demo should be run from a hard drive or Ram disk !!
  5555.  
  5556.     Usage : DEMO    {execute batch file}
  5557.  
  5558.     NOTE :  SEBFU  utilities should be in current directory or PATH
  5559.                    should include drive & directory to SEBFU
  5560.  
  5561.  
  5562. FLST.DOC       124FLST2.COM
  5563.  
  5564. Same as FLST.COM , BUT  HELP key does nothing.
  5565.  
  5566. Makes a smaller COM file for those hard pressed for space.
  5567. LWRITE.DOC    2688
  5568.                              L W R I T E     V1.0
  5569.  
  5570.  
  5571.  
  5572.                          (C) 1991  Scanlon Enterprises
  5573.  
  5574.  
  5575.  
  5576.  
  5577.        LWRITE  is a very simple text editor, which limits file  size  to 
  5578.        64K bytes (more than enough for most batch files). Although  this 
  5579.        editor  is  simple,  it  has several  advantages  over  the  word 
  5580.        processor  or  most  other editors. Advantage one  :  Almost  all 
  5581.        keystrokes  result in some type of text, extended characters  and 
  5582.        codes  such  as  ESCAPE, are all  displayable.  Advantage  two  : 
  5583.        simplicity of use (very easy to use).
  5584.  
  5585.        Syntax : LWRITE spec
  5586.  
  5587.        Where : 'spec' is any DOS file specification, including drive and 
  5588.        path.
  5589.  
  5590.        Once started, pressing Shift F1 (Shifted Function key 1) at any 
  5591.        time will bring up a screen which shows all possible control 
  5592.        keys. This screen will appear something like the following list.
  5593.  
  5594.  
  5595.                                  CONTROL KEYS
  5596.  
  5597.                 'Up arrow     Moves cursor up one row          '
  5598.                 'Funct Key 1  Exit without saving'
  5599.                 'Down arrow   Moves cursor down one row        '
  5600.                 'Funct Key 2  Append last deleted characters'
  5601.                 'Left arrow   Moves cursor left one column     '
  5602.                 'Funct Key 3  Prints text in Block'
  5603.                 'Right arrow  Moves cursor right one column    '
  5604.                 'Funct Key 4  Toggle Start / End Block function',
  5605.                 'Page Up      Moves text window up one line    '
  5606.                 'Funct Key 5  Delete marked text block to buffer'
  5607.                 'Page Down    Moves text window down one line  '
  5608.                 'Funct Key 6  Appends last deleted text block'
  5609.                 'Home         Moves cursor to start of line    '
  5610.                 'Funct Key 7  Save and exit'
  5611.                 'End          Moves cursor to end of line      '
  5612.                 'Funct Key 8  Delete from cursor to end of line'
  5613.                 'INS          Toggles insert & overstrike mode '
  5614.                 'Funct Key 9  Delete entire cursor line'
  5615.                 'DEL          Delete character at cursor       '
  5616.                 'Funct Key 10 Insert last deleted line'
  5617.                 '^ Page Down  Moves to Top of file             '
  5618.                 '^ Page Up    Moves to Bottom of file'
  5619.                 '^ Cursor Right  Moves text window right 8 columns'
  5620.                 '^ Cursor Left   Moves text window left 8 columns'
  5621.                 'Shift Function Key 1  this screen'
  5622.  
  5623.         '** NOTE ** "^" means control key, Funct is short for Function'
  5624.  
  5625.  
  5626.  
  5627.  
  5628.  
  5629.  
  5630.  
  5631.  
  5632.  
  5633. CHGC.COM       180Ç>Çw╕L═!┤═ê>¡╛é┐«Φqå╨Ç>¼w■╚¬■¼Ç·uΦÇ>¼t╕L═!è6«è»Φ'Φ9è▓▒╥π
  5634. │Φ■┬:▒vπ■╞:6░v╫╕L═!è>¡┤═├è>¡╣┤    ═├è>¡┤═├3╥│
  5635. ¼<0r<9w,0ë┴ï┬÷π2φ┴ï╨δτ├PASSYS.DOC     491PASSYS.BAT / DOC
  5636.  
  5637. THIS LITTLE BATCH FILE DISPLAYS A PROMPT SIMULAR TO THAT WHICH NOVEL
  5638. OFFERS, THEN WAITS FOR THE USER TO ENTER THEIR NAME.
  5639.  
  5640. This is accomplished with the 2 lines
  5641.  
  5642. WRITE /N,USER NAME :
  5643. and
  5644. RESP NAME
  5645.  
  5646. Next we prompt for the password, using something you might see while 
  5647. running NOVEL
  5648.  
  5649. WRITE /N,PASSWORD :
  5650.  
  5651. Finally we get the password (default is SEBFU)
  5652.  
  5653. PSWD
  5654.  
  5655. Then for final, we put the user name into a log file (default of LOG.DTA)
  5656.  
  5657. LOG %NAME% /I
  5658.  
  5659. MSG1           868
  5660.         The previous screens only represent a portion of what these
  5661.         utilities are capable of. There are commands availabe for
  5662.         enhanced loop control (thru use of ADD and SUB), sounding the
  5663.         PC speaker (BEEP & SOUND), changing directories, controlling
  5664.         the screen color (even without effecting the screen text),
  5665.         displaying text (in color), positioning the cursor, drawing
  5666.         boxes and lines, displaying directory listings (enhanced over
  5667.         the DOS DIR command), checking the disk drives and printer,
  5668.         checking various aspects of RAM (size, environment space, etc..),
  5669.         getting keyboard input (including function keys), checking and
  5670.         changing video modes, password protection, waiting to execute
  5671.         a program at a specified time and much more...
  5672.  
  5673.  
  5674.         PRESS ANY KEY TO CONTINUESAFEFMT.DOC   1280
  5675.                                  S A F E F M T
  5676.  
  5677.                          (C) 1991  Scanlon Enterprises
  5678.  
  5679.  
  5680.        This program will safely format (using your DOS FORMAT) a disk in 
  5681.        either drive A or B.
  5682.  
  5683.        Syntax: SAFEFMT drive
  5684.  
  5685.        Where : 'drive' is either A or B
  5686.  
  5687.        If  'drive' is NOT specified, then you are prompted for a  drive. 
  5688.        Once  we  have determined the drive, we create a  batch  file  to 
  5689.        format  the  correct disk, after first checking the  disk  status 
  5690.        with  our DSKRDY utility. If the disk is already  formatted,  you 
  5691.        will  be  prompted to verify reformatting the disk.   The  system 
  5692.        does  NOT  allow  drives  other than A  or  B,  thus  offering  a 
  5693.        safeguard  against  formatting hard disks. To see how  the  batch 
  5694.        file looks, we have included a sample batch file (FMTD.BAT) which 
  5695.        basically  does  the same thing. FMTD will not prompt you  for  a 
  5696.        drive, if it is NOT specified.
  5697.  
  5698.        NOTE: DSKRDY, CR FORMAT & YN must be in the DOS PATH.
  5699.  
  5700.  
  5701.  
  5702.  
  5703.  
  5704.  
  5705.  
  5706.  
  5707.  
  5708.  
  5709.  
  5710.  
  5711.  
  5712.  
  5713.  
  5714.  
  5715.  
  5716.  
  5717.  
  5718.  
  5719.  
  5720.  
  5721.  
  5722.  
  5723.  
  5724.  
  5725.  
  5726.  
  5727.  
  5728.  
  5729.  
  5730.  
  5731.  
  5732.  
  5733.  
  5734.  
  5735.  
  5736.  
  5737.  
  5738.  
  5739.  
  5740. DEMO.BAT      4608ECHO off
  5741. ENVSIZE /R
  5742. IF ERRORLEVEL 40 GOTO START
  5743. ECHO This Demo Requires at least 40 bytes of free Environment Space
  5744. ECHO We suggest you use the following line in your CONFIG.SYS file
  5745. ECHO  
  5746. ECHO SHELL=C:\COMMAND.COM /P /E:512
  5747. ECHO  
  5748. ECHO The '/P' is a must, the number after 'E:' may be any number from
  5749. ECHO 128 (DOS default is 160) thru 32,000 (no comma). You may also specify
  5750. ECHO a different drive (after the 'SHELL=') and shell, such as 4DOS.
  5751. ECHO  
  5752. GOTO XIT
  5753. :start
  5754. TC
  5755. window 1 1 25 80 /F7 /B1
  5756. locate 3 12
  5757. bigltr SCANLON
  5758. locate 14 1
  5759. bigltr ENTRPRISES
  5760. wait /S2
  5761. :uphalf1
  5762. for %%f in (1 1 1 1 1 1 1 1 1 1 1 1) do window 1 1 25 80 /F7 /B1 /L1
  5763. :present
  5764. locate 15 8
  5765. bigltr PRESENTS
  5766. wait /S2
  5767. :uphalf2
  5768. for %%f in (1 1 1 1 1 1 1 1 1 1 1 1) do window 1 1 25 80 /B4 /F15 /L1
  5769. :presnt2
  5770. locate 15 4
  5771. bigltr S E B F U
  5772. wait /S2
  5773. :downhlf1
  5774. for %%f in (1 1 1 1 1 1 1 1 1 1 1 1 1) do window 1 1 25 80 /f0 /b4 /L1 /D1
  5775. :pow1
  5776. locate 2 8
  5777. bigltr POWERFUL
  5778. wait /S2
  5779. WINDOW 9 1 25 80 /F0 /B7
  5780. locate 10 1
  5781. bigltr BATCH FILE
  5782. WINDOW 18 1 25 80 /F0 /B1
  5783. locate 18 4
  5784. bigltr UTILITIES
  5785. wait /S2
  5786. chgc 1 1 8 80 4 0
  5787. chgc 9 1 16 80 7 0
  5788. chgc 17 1 25 80 1 0
  5789. wait /S2
  5790. chgc 1 1 8 80 0 3
  5791. chgc 9 1 16 80 0 2
  5792. chgc 17 1 25 80 0 5
  5793. wait /S2
  5794. rem set add=
  5795. :part2
  5796. window 1 1 25 80 /b1 /f7
  5797. window 1 1 1 80 /b4 /f14
  5798. write /X/R1,Scanlon Enterprises     SEBFU    (C) 1989,1990,1991
  5799. window 4 6 23 75 /b4 /f15
  5800. box 4 6 23 75
  5801. set ind=am
  5802. wtime /H /VHR
  5803. for %%f in (1 2 3 4 5 6 7 8 9 10 11 12) do if %hr%==%%f goto smin
  5804. set ind=pm
  5805. :mkpm
  5806. math /Vhr /-12
  5807. :smin
  5808. wtime /M /VMIN
  5809. write /R5/C8,The System Time is :             %hr%:%min% %ind%
  5810. write /r6/c8,The System Date is :
  5811. SET IND=
  5812. SET MIN=
  5813. SET HR=
  5814. td /D6 40
  5815. set tst=doesn't support
  5816. KBTEST
  5817. if errorlevel 1 set tst=supports
  5818. write /r7/c8,System Bios %tst% the 101 type keyboard
  5819. set tst=is not
  5820. cdck
  5821. if errorlevel 1 set tst=is
  5822. write /r8/c8,The CD-ROM driver %tst% installed
  5823. set tst=is not
  5824. detansi
  5825. if errorlevel 1 set tst=is
  5826. write /r9/c8,The ANSI driver %tst% installed
  5827. set tst=
  5828. drvck c:
  5829. if errorlevel 1 goto noc
  5830. dfree C: SIZE /M
  5831. write /r10/C8,There are %size% Megabytes available on drive C:
  5832. goto dlst
  5833. :noc
  5834. write /r10/C8,Drive C: does not exist
  5835. :dlst
  5836. set size=
  5837. drvlst DRIVES
  5838. write /r11/C8,Drives "%drives%" are available
  5839. set drives=
  5840. envsize SIZE
  5841. write /r12/C8,The DOS environment has %SIZE% bytes
  5842. set size=
  5843. envsize SIZE /R
  5844. write /r13/C8,The DOS environment has %SIZE% bytes remaining
  5845. set size=
  5846. GMEM /V /A /T /D1
  5847. WRITE /R14/C8,Your system has %MEM%K ram, %EXT%K Extended & %EXP%K expanded Ram
  5848. SET MEM=
  5849. SET EXP=
  5850. SET EXT=
  5851. GMEM /V /A /D1
  5852. write /r15/C8,The amount of Ram available is %MEM%K, %EXT%K Extended & %EXP%K Expanded
  5853. SET MEM=
  5854. SET EXP=
  5855. SET EXT=
  5856. gdir
  5857. write /r16/C8,The current path is %dir%
  5858. set dir=
  5859. gdrive
  5860. if errorlevel 0 set drv=A
  5861. if errorlevel 1 set drv=B
  5862. if errorlevel 2 set drv=C
  5863. if errorlevel 3 set drv=D
  5864. if errorlevel 4 set drv=E
  5865. if errorlevel 5 set drv=F
  5866. write /r17/C8,The current drive is %drv%:
  5867. set drv=
  5868. getver V
  5869. write /r18/C8,The current DOS version is %VER%
  5870. set VER=
  5871. gsmode
  5872. if errorlevel 8 goto graph
  5873. if errorlevel 7 goto mono
  5874. if errorlevel 4 goto graph
  5875. if errorlevel 3 goto cgac
  5876. if errorlevel 2 goto cgam
  5877. if errorlevel 1 goto cga4c
  5878. write /r19/C8,Your system is in 40x25 black & white
  5879. goto lim
  5880. :graph
  5881. write /r19/C8,Your system is in graphics mode
  5882. goto lim
  5883. :mono
  5884. write /r19/C8,Your system is in monochrome mode
  5885. goto lim
  5886. :cgac
  5887. write /r19/C8,Your system is in 25x80 CGA color mode
  5888. goto lim
  5889. :cgam
  5890. write /r19/C8,Your system is in 25x80 CGA black & white mode
  5891. goto lim
  5892. :cga4c
  5893. write /r19/C8,Your system is in 25x40 color mode
  5894. :lim
  5895. limck
  5896. if errorlevel 0 set lim=is not
  5897. if errorlevel 1 set lim=is
  5898. write /r20/c8,The expanded memory driver %lim% installed
  5899. mouseck
  5900. if errorlevel 0 set lim=is not
  5901. if errorlevel 1 set lim=is
  5902. write /r21/c8,The mouse driver %lim% installed
  5903. set lim=
  5904. page /v
  5905. write /r19/c50, video page %pg%
  5906. set pg=
  5907. xmsck
  5908. if errorlevel 0 set ck=is not
  5909. if errorlevel 1 set ck=is
  5910. write /r21/c8,The extended memory manager %ck% installed
  5911. set ck=
  5912. write /r22/c8/n Press [ENTER] to continue
  5913. BEEP
  5914. TC
  5915. CR
  5916. :part3a
  5917. WINDOW 1 1 25 80 /F1 /B7
  5918. locate 1 1
  5919. writef msg1
  5920. :keyw1
  5921. KSTAT
  5922. if errorlevel 1 goto part3
  5923. wait /S2
  5924. invert
  5925. KSTAT
  5926. if errorlevel 1 goto part3
  5927. wait /S2
  5928. chgc 1 1 25 80 /F0 /B2
  5929. KSTAT
  5930. if errorlevel 1 goto part3
  5931. wait /S2
  5932. invert
  5933. KSTAT
  5934. if errorlevel 1 goto part3
  5935. wait /S2
  5936. chgc 1 1 25 80 /F1 /B7
  5937. goto keyw1
  5938. :part3
  5939. clrkey
  5940. :xit
  5941. CURSOR
  5942. CLS
  5943. T.BAT           85echo off
  5944. cls
  5945. set tpath=%path%
  5946. set path=
  5947. call demo
  5948. set path=%tpath%
  5949. set tpath=
  5950. SYNTAX.DTA   21376
  5951.  
  5952.                            S E B F U    3 . 0 . 0
  5953.  
  5954.  
  5955.             Scanlon Enterprises Batch File Utilities  Ver. 3.0.0
  5956.  
  5957.  
  5958.                                   (C) 1991
  5959.  
  5960.  
  5961.  
  5962.                           S Y N T A X    G U I D E
  5963.                                (Usage Guide)
  5964.  
  5965.  
  5966. This Document will give the user a brief description of each command, 
  5967. followed by the correct syntax (usage) and what each switch will do.
  5968.  
  5969.  
  5970.  
  5971.  
  5972.  
  5973.  
  5974. BEEP
  5975.  
  5976. This simply makes an announcement (noise) thru the IBM speaker.
  5977.  
  5978. Syntax: BEEP /+n /D /K[XC]
  5979.  
  5980. Where : '/+n' Number of beeps (1 thru 9999)
  5981.         '/D'  Delays 1 second between beeps
  5982.         '/K'  Beep till any key stroke, or count expires
  5983.         '/KC' Beep till any key stroke, clear key on exit
  5984.         '/KX' Beep till any key stroke, unlimited wait
  5985.         '/KXC' Beep till any key stroke, unlimited wait, clear on exit
  5986.  
  5987.  
  5988.  
  5989.  
  5990.  
  5991.  
  5992.  
  5993.  
  5994.  
  5995.  
  5996. BIGLTR
  5997.  
  5998. This will display large characters (9 rows by 8 columns) on your screen
  5999.  
  6000. Syntax: BIGLTR m /Fn /Bn /Pn /An
  6001.  
  6002. Where : 'm'   is your message
  6003.         '/Fn' the foreground color 'n'
  6004.         '/Bn' the background color 'n'
  6005.         '/Pn' the video page 'n'
  6006.         '/An' change switch character to 'n'
  6007.  
  6008.  
  6009.  
  6010.  
  6011.  
  6012.  
  6013.  
  6014.  
  6015.  
  6016.  
  6017.  
  6018. BOX
  6019.  
  6020. Draws a box using one of several, text, box drawing characters.
  6021.  
  6022. Syntax: BOX sr sc er ec /Fn /Bn /Pn /S /Gn /Ac /D
  6023.  
  6024. Where : 'sr'   is the starting row
  6025.         'sc'      the starting column
  6026.         'er'      the ending row
  6027.         'ec'      the ending column
  6028.         '/Fn' the foreground color 'n'
  6029.         '/Bn'     background color 'n'
  6030.         '/Pn'     video page 'n'
  6031.         '/Gn'  selected graphics character 'n' (value)
  6032.         '/Ac'  selected graphics character 'c' (actual)
  6033.         '/S'   single line graphics box (default is double line)
  6034.         '/D'   Use DOS for display (default is Bios)
  6035.  
  6036.  
  6037.  
  6038.  
  6039.  
  6040. CALCYR
  6041.  
  6042. Calculates difference between two dates (or system and date)
  6043.  
  6044. Syntax: CALCYR yr y2 /W
  6045.  
  6046. Where : 'yr'   is any year (century optional)
  6047.         'y2'   is the optional 2nd year
  6048.         '/W'   Which is larger
  6049.  
  6050.  
  6051. CHKSUM
  6052.  
  6053. Gets or checks the checksum of a file
  6054.  
  6055. Syntax: CHKSUM fname val /R
  6056.  
  6057. Where : 'fname' is any file name
  6058.         'val'   is a checksum to verify against
  6059.         '/R'    sets redirection ON
  6060.  
  6061.  
  6062. CR
  6063.  
  6064. Waits for CR key
  6065.  
  6066. Syntax: CR
  6067.  
  6068.  
  6069. CLRKEY
  6070.  
  6071. Clear the typeahead buffer
  6072.  
  6073. Syntax: CLRKEY
  6074.  
  6075.  
  6076.  
  6077.  
  6078.  
  6079.  
  6080.  
  6081.  
  6082.  
  6083.  
  6084. CURSOR
  6085.  
  6086. Sets cursor attributes such as size, blink speed and hiding.
  6087.  
  6088. Syntax: CURSOR s e /Bn /Sn /Hn
  6089.  
  6090. Where : 's'    Start scan line
  6091.         'e'    Ending scan line
  6092.         '/Bn'  Steady or blink ('n'=1 or 0)
  6093.         '/Sn'  Fast or slow (SPEED) 'n'=1 for fast, 0 for slow
  6094.         '/Hn'  Hide, UnHide or Toggle state 'n'=1,2 or 3
  6095.  
  6096.  
  6097.  
  6098.  
  6099.  
  6100.  
  6101.  
  6102.  
  6103.  
  6104.  
  6105.  
  6106. DFREE
  6107.  
  6108. Reports bytes available for specified drive.
  6109.  
  6110. Syntax: DFREE d: vname /M /K /B
  6111.  
  6112. Where : 'd:'     is any legal DOS drive letter
  6113.         'vname'  is any legal DOS environment variable name
  6114.         '/M'     set results in Megabytes (divedes by 1 million)
  6115.         '/K'     set results in Kbytes (divides by 1000)
  6116.         '/B'     set results in Bytes
  6117.  
  6118.  
  6119.  
  6120.  
  6121.  
  6122.  
  6123.  
  6124.  
  6125.  
  6126.  
  6127.  
  6128. DLST
  6129.  
  6130. DOS Directory command replacement.
  6131.  
  6132. Syntax: DLST ftype /Ln /Rn /Bn /Tn /E list /I list /X /D /Z /H /C f b
  6133.  
  6134. Where : 'ftype'   Any DOS files specification including directory & drive
  6135.         '/Ln'     Sets starting column of listing to 'n'(left margin)
  6136.         '/Rn'     Sets right margin to 'n'
  6137.         '/Bn'     Sets the last usable line to 'n'
  6138.         '/Tn'     Sets the start line to 'n'
  6139.         '/E list' List of Exclude (don't include) files or file name
  6140.                      where list might be (precede name with '@').
  6141.         '/I list' List of Include files for list, or file name, where
  6142.                      a list might be (precede name with a '@')
  6143.         '/X'      Command to exclude file extensions from listing
  6144.         '/D'      Include directories in listing (default is no show)
  6145.         '/Z'      Exit when line specified with 'B' (above) or last
  6146.                      screen line, if 'B' is NOT specified.
  6147.         '/H'      Include hidden files in listing (default is NO)
  6148.         'C f b'   Use specified foreground 'f' and background 'b' colors
  6149.  
  6150. DRVCK
  6151.  
  6152. Checks for a vaild drive
  6153.  
  6154. Syntax: DRVCK d
  6155.  
  6156. Where : 'd' is any valid drive such as A:, B:, etc
  6157.  
  6158.  
  6159. DRVLST
  6160.  
  6161. Gets a list of logical drives for the system
  6162.  
  6163. Syntax: DRVLST var
  6164.  
  6165. Where : 'var' is any valid DOS variable
  6166.  
  6167.  
  6168.  
  6169.  
  6170.  
  6171. ENVSIZE
  6172.  
  6173. Gets size of DOS Environment space, or remaining space.
  6174.  
  6175. Syntax: ENVSIZE var /Dn /R
  6176.  
  6177. Where : 'var'   is any legal DOS environment name.
  6178.         '/Dn'   total is divided by 'n'
  6179.         '/R'    get remaining (default is total)
  6180.  
  6181.  
  6182.  
  6183.  
  6184.  
  6185.  
  6186.  
  6187.  
  6188.  
  6189.  
  6190.  
  6191.  
  6192.  
  6193.  
  6194. FCHR
  6195.  
  6196. Fills a specified area of the screen with a specified character, text is 
  6197. left completely undisturbed (not affected).
  6198.  
  6199. Syntax: FCHR sr sc er ec bc fc p n
  6200.  
  6201. Where : 'sr'  is the start row for the operation
  6202.         'sc'     the start column for the operation
  6203.         'er'  is the last row to change
  6204.         'ec'  is the last column for the operation
  6205.         'bc'  is the background color
  6206.         'fc'     the foreground color
  6207.         'p'   is the video page to perform function to
  6208.         'n'   is the character to put onto the video section specified
  6209.  
  6210.  
  6211.  
  6212.  
  6213.  
  6214.  
  6215.  
  6216. FLST
  6217.  
  6218. File viewing system, view text or binary files.
  6219.  
  6220. Syntax: FLST fname
  6221.  
  6222. Where : 'fname' is any legal DOS file specification including drive and path
  6223.  
  6224.  
  6225.  
  6226.  
  6227.  
  6228.  
  6229.  
  6230.  
  6231.  
  6232.  
  6233.  
  6234.  
  6235.  
  6236.  
  6237.  
  6238. FSIZE
  6239.  
  6240. Gets file size information.
  6241.  
  6242. Syntax: FSIZE fname /V vn /Dn /F /H /N /A /S /X /Mx[d:] /E list /I list
  6243.  
  6244. Where : 'fname' is any legal DOS file name including drive & path.
  6245.         '/V vn' Specification of up to 4 variables to hold results
  6246.         '/Dn'   Set divisor for operation
  6247.         '/F'    Request size required to fit files on a floppy
  6248.         '/H'    Request size required to fit files on a hard drive.
  6249.         '/N'    File count only
  6250.         '/A'    Use all default variables
  6251.         '/S'    Screen display (no variables)
  6252.         '/X'    Use parent environment space
  6253.         '/Mx [d:] Compare size to value 'x' or drive 'd:'
  6254.         '/E list' List of files to exclude from operation, or name of
  6255.                   file (name preceded by an '@'), with the list.
  6256.         '/I list' List of files to include in operation, or name of
  6257.                   file (name preceded by an '@'), with the list.
  6258.  
  6259.  
  6260. FUNKEY
  6261.  
  6262. Wait for one of 10 function keys to be pressed.
  6263.  
  6264. Syntax: FUNKEY
  6265.  
  6266. ** Note ** Also exits if ESCAPE key is pressed
  6267.  
  6268.  
  6269.  
  6270. GALF
  6271.  
  6272. Waits for any of the standard typewrite alfa character (A-Z).
  6273.  
  6274. Syntax: GALF
  6275.  
  6276. ** Note ** exits if ESCAPE key is pressed
  6277.  
  6278.  
  6279.  
  6280.  
  6281.  
  6282. GCURS
  6283.  
  6284. Finds the current location of the cursor.
  6285.  
  6286. Syntax: GCURS RVX
  6287.  
  6288. Where : 'R'  Specifies result is cursor ROW (default is column)
  6289.         'V'  Use variables (ROW & COL)
  6290.         'X'  Use parent environment
  6291.  
  6292.  
  6293.  
  6294.  
  6295.  
  6296.  
  6297.  
  6298.  
  6299.  
  6300.  
  6301.  
  6302.  
  6303.  
  6304. GDIR
  6305.  
  6306. Saves the current directory in a DOS environment variable
  6307.  
  6308. Syntax: GDIR var /X
  6309.  
  6310. Where : 'var' is any legal DOS environment variable name (default DIR)
  6311.         '/X'  use parent environment space
  6312.  
  6313.  
  6314. GDRIVE
  6315.  
  6316. Gets the current active drive
  6317.  
  6318. Syntax: GDRIVE var
  6319.  
  6320. Where : 'var' is an optional variable (master environment)
  6321.  
  6322.  
  6323.  
  6324.  
  6325.  
  6326. GETCOLR
  6327.  
  6328. Retrieves the current screen color at the cursor location.
  6329.  
  6330. Syntax: GETCOLR /B /VX
  6331.  
  6332. Where : '/B'    gets the background color (default is foreground)
  6333.         '/VX'   sets the 2 environment variables 'FCOL', for foreground,
  6334.                 'BCOL' for background and optionally, with the 'X' sets
  6335.                 the parent environment (default is master)
  6336.  
  6337.  
  6338.  
  6339. GETNUM
  6340.  
  6341. Waits for any decimal keystroke (0-9).
  6342.  
  6343. Syntax: GETNUM
  6344.  
  6345.  
  6346.  
  6347.  
  6348. GETVER
  6349.  
  6350. Recovers the DOS version number
  6351.  
  6352. Syntax: GETVER M[V]
  6353.  
  6354. Where : 'M'  Get minor portion of version (default is major)
  6355.         'V'  Set variable 'VER' to version number
  6356.  
  6357.  
  6358. GEXT
  6359.  
  6360. Waits for extended key press, function keys or cursor control, etc..
  6361.  
  6362. Syntax: GEXT var /F
  6363.  
  6364. Where : 'var' Sets use of variable specified as 'var' (default is error)
  6365.         '/F'  Use special assignments, where function keys 1-10 exit with
  6366.               errorlevels of 1-10, shifted functions keys are 11-20,
  6367.               alt function keys are 21-30 and control function keys 31-40
  6368.               Other extended keys report scan codes.
  6369.  
  6370. GMEM
  6371.  
  6372. Gets standard, extended or expanded memory size(s)
  6373.  
  6374. Syntax: GMEM /Dn /V /Cn /T /E /X /Z /A /S
  6375.  
  6376. Where : '/Dn'   reports size after dividing by 'n'
  6377.         '/V'    use variabe 'MEM' (standard), 'EXP' (expanded) or
  6378.                 'EXT' (extended).
  6379.         '/Cn'   Compare size to 'n'
  6380.         '/T'    Want total size, default is remaining
  6381.         '/E'    Want expanded ram, default is standard
  6382.         '/X'    Use parent environment, default is master
  6383.         '/Z'    Want extended ram
  6384.         '/A'    Results of all ram
  6385.         '/S'    Standard ram
  6386.  
  6387.  
  6388.  
  6389.  
  6390.  
  6391.  
  6392. GSMODE
  6393.  
  6394. Get or set video mode.
  6395.  
  6396. Syntax: GSMODE /Sn /V
  6397.  
  6398. Where : '/Sn'  Sets video mode to 'n', default is get mode
  6399.         '/V'   Puts get mode result into variable 'MODE'
  6400.  
  6401.  
  6402. HDTYPE
  6403.  
  6404. Displays a list of drive types supported by a drive.
  6405.  
  6406. Syntax: HDTYPE c
  6407.  
  6408. Where : 'c' sets character flag to 'c'
  6409.  
  6410. ** NOTE ** use the DOS redirector '>' to print results
  6411.  
  6412.  
  6413.  
  6414. INSTR
  6415.  
  6416. Finds the position of an ascii character in a DOS environment variable
  6417.  
  6418. Syntax: INSTR var out /Bn /Cc /Dn /Sc /X
  6419.  
  6420. Where : 'var'   is the variable to search for a specified character
  6421.         'out'   Puts results of operation into variable specified
  6422.         '/Bn'   Start search at 'n'
  6423.         '/Cc'   Search for character(s) 'c' (must be specified)
  6424.         '/Dn'   Search character specified as decimal value 'n'
  6425.         '/Sc'   Set delimiter for search string
  6426.         '/X'    Use parent environment space, default is master
  6427.  
  6428.  
  6429.  
  6430.  
  6431.  
  6432.  
  6433.  
  6434.  
  6435.  
  6436. INVERT
  6437.  
  6438. Switches background and foreground colors, text unchanged.
  6439.  
  6440. Syntax: INVERT sr sc er ec /N /Pp
  6441.  
  6442. Where : 'sr'   is the start line for change
  6443.         'sc'      the start column for change
  6444.         'er'   is the last row to change
  6445.         'ec'      the last column to change
  6446.         '/N'   Makes sure foreground color won't cause blinking
  6447.         '/Pp'  Use video page 'p'
  6448.  
  6449.  
  6450. KBTEST
  6451.  
  6452. Determines if ROM supports a 101 keyboard.
  6453.  
  6454. Syntax: KBTEST /M
  6455.  
  6456. Where : '/M'  displays the resultant message, default is errorlevel
  6457.  
  6458. KEYSTAT
  6459.  
  6460. Checks status of keyboard control keys such as CAPS LOCK, SHIFT KEY pressed
  6461.  
  6462. Syntax: KEYSTAT /C /N /S /I /U /A /K /V /X
  6463.  
  6464. Where : '/C' Test for caps lock
  6465.         '/N' Test for num lock
  6466.         '/S' Test for scroll lock
  6467.         '/I' Test for insert mode
  6468.         '/U' Test for shift key
  6469.         '/A' Test for alt key
  6470.         '/K' Test for control key
  6471.         '/V' Sets 6 variables to above states
  6472.         '/X' Use parent environment, default is master
  6473.  
  6474.  
  6475.  
  6476.  
  6477.  
  6478.  
  6479.  
  6480. KILL0
  6481.  
  6482. Deletes all zero length files in current directory
  6483.  
  6484. Syntax: KILL0
  6485.  
  6486.  
  6487. KSTAT
  6488.  
  6489. Checks if there has been a key press (any key)
  6490.  
  6491. Syntax: KSTAT
  6492.  
  6493.  
  6494.  
  6495.  
  6496.  
  6497.  
  6498.  
  6499.  
  6500.  
  6501.  
  6502. LEN
  6503.  
  6504. Gets length of a selected variable.
  6505.  
  6506. Syntax: LEN var /Vvar /X
  6507.  
  6508. Where : 'var'    is the variable to get the length of
  6509.         '/Vvar'  put results into selected variable 'var'
  6510.         '/X'     use parent environment area, default is master
  6511.  
  6512.  
  6513. LMCHK
  6514.  
  6515. Checks for presense of the expanded memory driver
  6516.  
  6517. Syntax: LMCHK V
  6518.  
  6519. Where : 'V'  returns the version number, default is if driver is there
  6520.  
  6521.  
  6522.  
  6523.  
  6524. LINE
  6525.  
  6526. Draws a line, useing text graphics
  6527.  
  6528. Syntax: LINE /Rn /Cn /Ln /Bn /Fn /Pn /Gn /Ac /Nn /S /D
  6529.  
  6530. Where : '/Rn'   Start row 'n' for line
  6531.         '/Cn'   Start column 'n' for line
  6532.         '/Ln'   Set length of line to 'n'
  6533.         '/Bn'   Background color of line is 'n'
  6534.         '/Fn'   Foreground color of line is 'n'
  6535.         '/Pn'   Line to video page 'n'
  6536.         '/Gn'   Use special character, value 'n'
  6537.         '/Ac'   Use graphics character 'a'
  6538.         '/Nn'   Use value 'n' to for ascii characte selection
  6539.         '/S'    Use single line graphics, default is double line
  6540.         '/D'    Use DOS to display, default is Bios
  6541.  
  6542.  
  6543.  
  6544.  
  6545.  
  6546. LNCNT
  6547.  
  6548. Counts lines in a CR/LF delimited file (Text/Ascii)
  6549.  
  6550. Syntax: LNCNT fname
  6551.  
  6552. Where : 'fname' is any valid file specification including drive and path
  6553.  
  6554.  
  6555. LOCATE
  6556.  
  6557. Postions the cursor
  6558.  
  6559. Syntax: LOCATE r c p
  6560.  
  6561. Where : 'r' is the line number (row)
  6562.         'c'    the column number
  6563.         'p'    the video page
  6564.  
  6565.  
  6566.  
  6567.  
  6568. LOG
  6569.  
  6570. System logging
  6571.  
  6572. Syntax: LOG uname fname msg /OI
  6573.  
  6574. Where : 'uname'  is the log in / out name of the user
  6575.         'fname'  is an optional file to put logging information into
  6576.                     default is 'LOG.DTA'
  6577.         'msg'    is an additional message to put into the log file
  6578.         '/OI'    Use either 'O' for log out or 'I' for log in
  6579.                   plus appends time and date
  6580.  
  6581.  
  6582.  
  6583.  
  6584.  
  6585.  
  6586.  
  6587.  
  6588.  
  6589.  
  6590. LWRITE
  6591.  
  6592. Text file editor
  6593.  
  6594. Syntax: LWRITE fname
  6595.  
  6596. Where : 'fname' is any valid file name including drive and path
  6597.  
  6598.  
  6599.  
  6600.  
  6601.  
  6602.  
  6603.  
  6604.  
  6605.  
  6606.  
  6607.  
  6608.  
  6609.  
  6610.  
  6611.  
  6612. MATH
  6613.  
  6614. Add or Subtracts a value from a variable
  6615.  
  6616. Syntax: MATH /-n /+n /Vvar /X
  6617.  
  6618. Where : '/-n'   inclusive switch to subtract value 'n' from a variable
  6619.         '/+n'   inclusive switch to add value 'n' to a variable
  6620.         '/Vvar' optional variable to add or subtract value from above
  6621.                    defaults variable is ADD
  6622.         '/X'    use parent environment, default is master
  6623.  
  6624.  
  6625.  
  6626.  
  6627.  
  6628.  
  6629.  
  6630.  
  6631.  
  6632.  
  6633.  
  6634. MID
  6635.  
  6636. Retrieves part of one variable into another
  6637.  
  6638. Syntax: MID s l v1 v2 /X
  6639.  
  6640. Where : 's'    is the start position to recover from
  6641.         'l'    is the number of characters to recover
  6642.         'v1'   is the variable to get from
  6643.         'v2'   is the variable to put results into
  6644.         '/X'   use parent environment, default is master
  6645.  
  6646.  
  6647.  
  6648.  
  6649.  
  6650.  
  6651.  
  6652.  
  6653.  
  6654.  
  6655.  
  6656. MOUSECK
  6657.  
  6658. Checks for the presense of a MOUSE device driver
  6659.  
  6660. Syntax: MOUSECK
  6661.  
  6662.  
  6663.  
  6664. MOVCUR
  6665.  
  6666. Moves the cursor up, down, left or right
  6667.  
  6668. Syntax: MOVCUR UDLRn /Pn
  6669.  
  6670. Where : 'UDLRn'  selects 'U' up, 'D' down, 'L' left or 'R' right by 'n'
  6671.         '/Pn'    move cursor on video page 'n'
  6672.  
  6673.  
  6674.  
  6675.  
  6676.  
  6677.  
  6678. PAGE
  6679.  
  6680. Get or Set video page
  6681.  
  6682. Syntax: PAGE /Pn /Vvar /X
  6683.  
  6684. Where : '/Pn'     sets video page to 'n', default is get page
  6685.         '/Var'    puts result of get page into variable 'var'
  6686.                    or default of 'PAGE'
  6687.         '/X'      use parent environment, master is default
  6688.  
  6689.  
  6690. PATHCK
  6691.  
  6692. Checks if specified path exists
  6693.  
  6694. Syntax: PATHCK path
  6695.  
  6696. Where : 'path' is any valid DOS path specification
  6697.  
  6698.  
  6699.  
  6700. PFF
  6701.  
  6702. Sends a formfeed to the printer port
  6703.  
  6704. Syntax: PFF p
  6705.  
  6706. Where : 'p' is any valid DOS printer port
  6707.  
  6708.  
  6709.  
  6710. PRDY
  6711.  
  6712. Reports the status of a printer port
  6713.  
  6714. Syntax: PRDY p
  6715.  
  6716. Where : 'p' is any valid DOS printer port
  6717.  
  6718.  
  6719.  
  6720.  
  6721.  
  6722. PRINTC
  6723.  
  6724. Displays special characters which can not be displayed any other way
  6725.  
  6726. Syntax: PRINTC n1 .... nx /Pn
  6727.  
  6728. Where : 'n1' thru 'nx' are any decimal values
  6729.         '/Pn'          use video page 'n'
  6730.  
  6731.  
  6732. PRNSET
  6733.  
  6734. Resets a printer (hardware)
  6735.  
  6736. Syntax: PRNSET p
  6737.  
  6738. Where : 'p' is any valid DOS printer port
  6739.  
  6740.  
  6741.  
  6742.  
  6743.  
  6744. PSETUP
  6745.  
  6746. Printer setup system
  6747.  
  6748. Syntax: SEE PSETUP.DOC
  6749.  
  6750.  
  6751. PWRD
  6752.  
  6753. Password system
  6754.  
  6755. Syntax: PWRD /Sn /An /Oa
  6756.  
  6757. Where : '/Sn'  sets a new password to 'n'
  6758.         '/An'  Sets attempt counter to value 'n'
  6759.         '/Oa'  Failure action 'a', must be 'E', 'R' or 'H'
  6760.  
  6761.  
  6762.  
  6763.  
  6764.  
  6765.  
  6766. RESP
  6767.  
  6768. Keyboard input (one line)
  6769.  
  6770. Syntax: RESP var /Ln /Bn /Fn /En /Ic /X /D
  6771.  
  6772. Where : 'var'    is the variable to put results into
  6773.         '/Ln'    max number of characters to input
  6774.         '/Bn'    Background color to use when echoing
  6775.         '/Fn'    Foreground color to use when echoing
  6776.         '/En'    Echo on, off or hide
  6777.         '/Ic'    Ignore escape or ^C, normally we honor
  6778.         '/X'     Use parent environment, normally master
  6779.         '/D'     Use DOS instead of Bios
  6780.  
  6781.  
  6782.  
  6783.  
  6784.  
  6785.  
  6786.  
  6787.  
  6788. ROWS
  6789.  
  6790. Find max rows allowed on screen
  6791.  
  6792. Syntax: ROWS /Vvar /X
  6793.  
  6794. Where : '/Vvar'  puts results into optional 'var' or default 'ROW'
  6795.         '/X'     use parent instead of master environment
  6796.  
  6797.  
  6798. SAVEKEY
  6799.  
  6800. Put string into typeahead buffer
  6801.  
  6802. Syntax: SAVEKEY s
  6803.  
  6804. Where : 's' is a string of characters to place into buffer
  6805.              if preceded by a '/' string is assumed to be decimal values
  6806.  
  6807.  
  6808.  
  6809.  
  6810. SCRLMSG
  6811.  
  6812. Displays a scrolling message from left to right
  6813.  
  6814. Syntax: SCRLMSG msg
  6815.  
  6816. Where : 'msg' is any valid string
  6817.  
  6818.  
  6819. SDATE
  6820.  
  6821. Sets DOS date to value supplied
  6822.  
  6823. Syntax: SDATE mm-dd-yy /I
  6824.  
  6825. Where : 'mm'  is the month
  6826.         'dd'     the day of month
  6827.         'yy'     the year
  6828.         '/I'     allows date entered in 'dd-mm-yy' format
  6829.  
  6830.  
  6831.  
  6832. SETDATE 
  6833.  
  6834. Sets the DOS date
  6835.  
  6836. Syntax: SETDATE dd-mm-yyyy
  6837.  
  6838. Where : 'dd-mm-yyyy' is the new date to set
  6839.  
  6840.  
  6841. SETIME
  6842.  
  6843. Sets the DOS time
  6844.  
  6845. Syntax: SETIME hh:mm:ss
  6846.  
  6847. Where : 'hh:mm:ss' is the new time
  6848.  
  6849.  
  6850.  
  6851.  
  6852.  
  6853.  
  6854. SOUND
  6855.  
  6856. Sounds the speaker at a specified duration and frequency
  6857.  
  6858. Syntax: SOUND /Dn /Tn
  6859.  
  6860. Where : '/Dn'   is the duration, default is 1 second
  6861.         '/Tn'   is the tone (frequency), default is 10
  6862.  
  6863.  
  6864.  
  6865.  
  6866.  
  6867.  
  6868.  
  6869.  
  6870.  
  6871.  
  6872.  
  6873.  
  6874.  
  6875.  
  6876. STRING
  6877.  
  6878. Displays a string of characters
  6879.  
  6880. Syntax: STRING v c b f P Sn
  6881.  
  6882. Where : 'v' is a decimal value of the character string
  6883.         'c' number of character 'v' to display (in decimal)
  6884.         'b' is the background color
  6885.         'f'    the foreground color
  6886.         'P' Print characters instead of display
  6887.         'Sn' use video page 'n'
  6888.  
  6889.  
  6890.  
  6891.  
  6892.  
  6893.  
  6894.  
  6895.  
  6896.  
  6897.  
  6898. SWIDTH
  6899.  
  6900. Finds number of screen columns
  6901.  
  6902. Syntax: SWIDTH /Vvar /X
  6903.  
  6904. Where : 'Vvar'  selects an option varialbe 'var' or default 'COL'
  6905.         '/X'    use parent environment instead of master
  6906.  
  6907.  
  6908.  
  6909.  
  6910.  
  6911.  
  6912.  
  6913.  
  6914.  
  6915.  
  6916.  
  6917.  
  6918.  
  6919.  
  6920. SWPRN
  6921.  
  6922. Swaps LPT1 & LPT2
  6923.  
  6924. Syntax: SWPRN
  6925.  
  6926.  
  6927. TC
  6928.  
  6929. Toggle or set cursor
  6930.  
  6931. Syntax: TC XOS[10]
  6932.  
  6933. Where : 'X' or '0' hides cursor (default is to toggle)
  6934.         'O' or '1' unhides cursor
  6935.         'S'        returns status
  6936.  
  6937.  
  6938.  
  6939.  
  6940.  
  6941.  
  6942. TD
  6943.  
  6944. Displays the time & date
  6945.  
  6946. Syntax: TD /Dr c /Tr c /N
  6947.  
  6948. Where : '/Dr c'  Displays the date on row 'r' column 'c'
  6949.         '/Tr c'  Displays the time on row 'r' column 'c'
  6950.         '/N'     Display date without day of week
  6951.  
  6952.  
  6953. VMATH
  6954.  
  6955. Enter a Math function (add, subtract, divide or multiply), display result
  6956.  
  6957. Syntax: VMATH v1 o v2
  6958.  
  6959. Where : 'v1' is the 1st value
  6960.         'o'  is the operation to perform
  6961.         'v2' is the 2nd value
  6962.  
  6963.  
  6964. WAIT
  6965.  
  6966. Pauses batch file execution for sepcified time
  6967.  
  6968. Syntax: WAIT /Sn /Mn /Tt
  6969.  
  6970. Where : '/Sn'  Pauses for 'n' seconds
  6971.         '/Mn'  Pauses for 'n' minutes
  6972.         '/Tt'  Pauses till selected time 't' in hh:mm:ss
  6973.  
  6974.  
  6975.  
  6976.  
  6977.  
  6978.  
  6979.  
  6980.  
  6981.  
  6982.  
  6983.  
  6984.  
  6985.  
  6986. WDATE
  6987.  
  6988. Get current date
  6989.  
  6990. Syntax: WDATE /D /M /Y /W /Vvar /X /A
  6991.  
  6992. Where : '/D'     returns the day of month
  6993.         '/M'     returns the month
  6994.         '/Y'     returns the year
  6995.         '/W'     returns the day of week
  6996.         '/Vvar'  output into selected variable 'var' or default 'CDATE'
  6997.         '/X'     use parent environment instead of master
  6998.         '/A'     Gets all of date into variable
  6999.  
  7000.  
  7001.  
  7002.  
  7003.  
  7004.  
  7005.  
  7006.  
  7007.  
  7008. WINDOW
  7009.  
  7010. Creat a window (clear an area) or scroll a window
  7011.  
  7012. Syntax: WINDOW sr sc er ec /Fn /Bn /Dn /Ln
  7013.  
  7014. Where : 'sr'    is the start row of the window
  7015.         'sc'                 column
  7016.         'er'    is the ending row of the window
  7017.         'ec'                  column
  7018.         '/Fn'   use foreground color 'n'
  7019.         '/Bn'       background
  7020.         '/Dn'   Scroll in direction 'n', 0=up & 1=down
  7021.         '/Ln'   Scroll 'n' lines
  7022.  
  7023.  
  7024.  
  7025.  
  7026.  
  7027.  
  7028.  
  7029.  
  7030. WRITE
  7031.  
  7032. Displays a line of text with enhanced features
  7033.  
  7034. Syntax: WRITE /Rr /Cc /Pp /Fc /Bc /X /N /D msg
  7035.  
  7036. Where : '/Rr'  use row 'r' for display
  7037.         '/Cc'  use colun 'c' for display
  7038.         '/Pp'  display on video page 'p'
  7039.         '/Fc'  foreground color 'c'
  7040.         '/Bc'  background
  7041.         '/X'   center string on line
  7042.         '/N'   Don't update line after write
  7043.         '/D'   Display via DOS
  7044.         'msg'  The message to display
  7045.  
  7046.  
  7047.  
  7048.  
  7049.  
  7050.  
  7051.  
  7052. WRITEF
  7053.  
  7054. Display all or part of a file
  7055.  
  7056. Syntax: WRITEF fname /Cc /Pp /Sl /Ln /D
  7057.  
  7058. Where : 'fname' is any valid DOS file name with drive and path
  7059.         '/Cc'   set left margin 'c' for operation
  7060.         '/Pp'   use video page 'p'
  7061.         '/Sl'   Start at line 'l' in file
  7062.         '/Ln'   Use only to line 'n' on video
  7063.         '/D'    Use Dos to display
  7064.  
  7065.  
  7066.  
  7067.  
  7068.  
  7069.  
  7070.  
  7071.  
  7072.  
  7073.  
  7074. WTIME
  7075.  
  7076. Get current time
  7077.  
  7078. Syntax: WTIME /H /M /S /Vvar /X /A
  7079.  
  7080. Where : '/S'     returns the seconds
  7081.         '/M'     returns the minutes
  7082.         '/H'     returns the hour
  7083.         '/Vvar'  output into selected variable 'var' or default 'CTIME'
  7084.         '/X'     use parent environment instead of master
  7085.         '/A'     Gets all of time into variable
  7086.  
  7087.  
  7088.  
  7089.  
  7090.  
  7091.  
  7092.  
  7093.  
  7094.  
  7095.  
  7096. XMSCK
  7097.  
  7098. Checks if extended memory manger is loaded
  7099.  
  7100. Syntax: XMSCK
  7101.  
  7102.  
  7103. YN
  7104.  
  7105. Recovers specifically a yes/no response
  7106.  
  7107. Syntax: YN /Ic
  7108.  
  7109. Where : '/Ic'  will ignor ESCAPE 'c'=E or ^C if 'c'=C
  7110.                default is exit if either is detected
  7111.  
  7112.  
  7113.  
  7114.  
  7115.  
  7116.  
  7117.  
  7118.  
  7119.  
  7120.  
  7121.  
  7122.  
  7123.  
  7124.  
  7125.  
  7126.  
  7127.  
  7128.  
  7129.  
  7130.  
  7131.  
  7132.  
  7133.  
  7134.  
  7135.  
  7136.  
  7137.  
  7138.  
  7139. SAFEFMT.EXE   5866MZΩ Ä@f  T    5&=$3=JXbku~êò⌐│╗╓αφ%.7@IR[d╕╙▌τⁿ )2;HNW`ir{äìÜá⌐▓╗─═┌ΣΩ≤ⁿ )2;DMV_hqzâîò₧¿▒║┐=L=U=ü=å=$2F:FDFdF$M/MJM'W1`9` d"drdzd!Å`ÆhÆÖ+¥ü¥.ÑBÑ⌐⌐I¼[¼┴[┴D═U═╥╥V╥m╥┘!ogoεoo+┌)▌<▌ ,$,(,do╗oßlßφAφ±9±⌡blSAFEFMT ┬   ÇÜWP╕PÜF╕P╕ PÜ`uΘg╕PÜ ÑP╕PÜF╕PÜ▌P╕PÜF╕PÜ ±P╕PÜF╕$P╕PÜÖ#└uΘ╕P╕*PÜdP╕PÜFΘ1Ü▓ú
  7140. í
  7141. ú ╟╟PÜßP╕PÜF╕0P╕PÜÖú └Θ╟╕P 6P 6╕PÜR╕:PÜ ╥╕ PÜ ╥╕fPÜ ╥╕ PÜ ╥╕éPÜ ╥╕₧PÜ ╥╕║PÜ ╥╕ PÜ ╥╕αPÜ4╥╟â>tΘ6íú └}Θ&â>0|Θ    ╟Θâ>2Θ    ╟Θδ┴Éâ╨╕ PÜ ╥â>uΘ°╕$P 6╕ PÜ    ¼P╕*PÜdP╕PÜF╕P╕P╕P╕  PÜ ═╕PÜ┘╕PÜ ╥╕PÜ┘╕&PÜ ╥╕PÜ┘╕.PÜ ╥╕PÜ┘╕6P╕PÜdPÜ ╥╕PÜ┘╕BPÜ ╥╕PÜ┘╕bPÜ ╥╕PÜ┘╕ÇPÜ ╥╕PÜ┘╕èP╕PÜdPÜ ╥╕PÜ┘╕ûPÜ ╥╕PÜ┘╕óPÜ ╥╕PÜ┘╕¼P╕PÜdP╕─PÜdPÜ ╥╕PÜ┘╕∞PÜ ╥╕PÜ┘╕≥PÜ ╥╕PÜ┘╕PÜ ╥╕PÜ┘╕PÜ ╥╕PÜ┘╕(PÜ ╥╕PÜ┘╕dPÜ ╥╕PÜ┘╕åPÜ ╥╕PÜ┘╕îPÜ ╥╕PÜ┘╕¼PÜ ╥╕PÜ┘╕ PÜ ╥╕PPÜM╕┤PÜo╕PÜ ¥ÜÄ=╕≈Ä╪î╪·Ä╨╝╨ë√┤0═!ú┌<u.┤4═!î|╣  3 ╕═(≥«t3└δ&:%u≤&ü}°Ç>uδ&ïE·úzî└╗ö    +╪┤J═!╗$Ä├&ïÄ├&ï"ï∞â┴+ßë&▐î╓┐░â3└ⁿ≤½Ü
  7142. ÜÜoS╣0Q╦ Σá╘┤L═!╦ÉÉUï∞VWï~ë>~ïvï π<╗░â;≤râ├L;≤wÜδ vÜ    Φδ/WAAÜ φXâ∙v!½ïvït)ZXII 6~Ü    Φëë≤ñ_^]╩Uï∞3╥ïNπ9â┼ï┘C╤π.ëEâ┼ï^Ü
  7143. ╛┤>═!sÜlδï^K╤πëù⌠ëùΓ╪]╩Ü┌]╩Uï∞VïvF╤µ.ë6QèB
  7144. └t èBè╪Ç&Φp$▒╥αÇπ├Φâ■tNNèB
  7145. └tèÇ&ΦÅ$▒╥αΦ^]╩VWÄ╪&èÇ2φ╛ü&è< t<    uFΓ≥Ü
  7146. ⌐πî╪Ä└≤ñï├_^╦â>▄tPⁿPSQRVWU║áXï6▄NNï■3φ;≥s$ï÷├t╤δCC≤δZ)XδπïAA≤ñ)oδ╪╟▄]_^ZY[X╦Uï∞VWⁿïvïïtï~ïï}ï╩;┬wï╚≤ªtδ+┬£ vÜÅ vÜÅ¥_^]╩ÉUï∞VWÜ
  7147. æïvïï~ïï╚╩πMAAÜ φWïvïtï~ï}ë>Ç_â∙r/ë)ZXIIGGëëQ;┴vï┴ï╚≤ñY+╚;╤vï╤ï╩ï6Ç≤ñï├ vÜÅ vÜÅ_^]╩Ç>∞uú∞â>L u╦ï▄ïúÆïGúöâ├ëûë.ÿï.É .Lì&ú`╦ï▌â├6ïÄ├&ï├3╔Ü
  7148. ⌐ô├VWⁿ╟ä╞ä,Φ╒ â?u╟&í -ëGïw≈uâ¡=  u╟ä■ 3╔Ü
  7149. ⌐ï├Θë¼< t√
  7150. └uâ'²δ:äuëwδ█N<"uóäFï■¼:ät
  7151. └u⌡â'²ëwÇ>ä,tï╬II╞ä,¼:ät
  7152. └u⌡â'²ëwï±δNÇ<uNÇ<,uNÇ< t·ç≈+■uÇ<"tGt¥ï╧QÜ
  7153. ⌐Xπ≤ñï├ïäë∞ ╥tÜl_^├Uï∞VWⁿ3└ú∞úl┐ä╣╩≤¬░ ┐äë>rG╣ ≤¬┐+äë>vG╣ ≤¬í╪Ä└&í,Ä└┐╛d&Ç=u╟∞eÜlΘò╣≤ªt    ╣■ 2└≥«δ┘╛Pä&èGêF
  7154. └u⌡ë6nï■ïvâ<u╟δ7ï ┤ è┴½╕/C½░ ¬ït≤ñ╞ vÜo╕)┐äï6nâ╞═!╕)┐+ä═!U.î .ë&╕K║Pä╗l═!·.Ä .ï&√]sú∞ⁿ_^]╩Uï∞PS╗░â9^râ├L9^w vÜ    Φ[X]╩íD╗░â╪<Pr3└úD╦Uï∞VWⁿïF
  7155. ï~ïï}ï▀ïvïïtJy;┴v(3└Hx9°+╚v3¼≥«u.;╩r* ╥t VWQï╩≤ªY_^uΦ+√ï╟ vÜÅ vÜÅ_^]╩3└δµUï∞╕P v vÜÆ]╩S╕95═!ëéîä╕9%║6═![╦╕9%ïéÄä═!╦YAQ╧╦Uï∞â∞|VW┤ìVä═!ïFï╪ïQìV░ï≥Ü⌡ë∞Yπ±N²¼<\t<:tΓ⌡δFFⁿë6ç╞å ┤N▒'═!s Ç>å ╕tδ╞åìvóï>ç╣≤ñ┤A═!┤Os╒Ül_^ïσ]╩Uï∞VWïvï πït3╥¼
  7156. └t, tδBΓ≥Ü
  7157. ⌐ïvït≥≤ñï├ vÜÅ_^]╩PÜ
  7158. æπ"AAÜ φâ∙s+╔X╦ï├½)ZXIIëëX╦│=│Uï∞VWïv
  7159. ïïtïNπ;╚v3╔δIï╤+┴ïN;╚vï╚
  7160. █tëè≥ë6î╕èδÜ
  7161. ⌐ïv
  7162. Vït≥≤ñï├ÜÅ_^]╩UíJ └tΘ╡╟F╕3└Ä└&ác<┤u"ü.F╣Ç║║∞$Çèα∞$Ç:─uΓ≈δ╕Θü╕═<u(2 ■╦ï├&ècÇ√u
  7163. Ç·┤tc╕ δ^Ç√u    Ç·┤uT■╚δP┤│═Ç√tÇßÇ∙t
  7164. ╕
  7165.  t6Hδ3╕
  7166.  t,&ác<┤╕t!╕═
  7167. └╕╟H┌t╟HÇ√ ╕t@úJ]╦6╟∞ █tü√ u│╦â√wK╤π6ïƒ⌠ █t╦╗  6╞∞╦Uï∞â∞PïF ï╘Ü⌡ë∞ëÜ╕ï^
  7168. █t,â√w'╕7K╤πâ┐⌠uïF<tA< tF<t<tS<t:╕Ülδf┤<╣ ═!r≡ëç⌠Sï╪╟ç0[â>Üt7íÜëçδ?╕=═!s█δ╔╕=═!s╥â>∞u╗=t╜δ┤ïF=  u╕ÇúÜδ█Ç~u ï╪3╔ï╤╕B═!ïσ]╩Uï∞ï^ ï_èÇπ_╕Ç√It&■└Ç√Ot░Ç√Rt░Ç√At░ Ç√Bt
  7169. ╕Ülδ v v
  7170.  vPÜ
  7171. ┴]╩Uï∞ vÜ4╥╕RPÜ4╥ïP╟ç0╟P]╩Uï∞ï^ïïWïPâ√t3└ú∞┤@═!sÜlδç0;┴s╞∞= vÜÅ]╩Uï∞ï^Ü
  7172. ╛ëP]╩V3╥ë∞╛ïî⌠πëö⌠ëöï┘┤>═!sÜl^╦NNy▀^╦Uï∞VWïvï π²ït±N¼
  7173. └t, tδΓ≤Ü
  7174. ⌐ïvït≤ñï├ⁿ vÜÅ_^]╩Uï∞ïFÖRPÜß]╩Uï∞VWï^ïF╞»â └y 3╥≈█╨ï┬■»â╛»â╣
  7175. 3 NG3╥≈±ïΦï├≈±ï╪ï┼Ç┬0ê └uτ █uπÇ>»â uNG╞-ï╧Ü
  7176. ⌐≤ñï├_^]╩Éï▄ï_ï └t Vïwâ>▄t;6▄wë6▄∙╤╨ëD■╟^╩Sïçëï\ç]ë\ └tëw■â=tï]ë■[╦ⁿ;Zv.Ü
  7177. Z;Zv#â∙ £ïZ¥t;\vë\ïZ╞∞Ül┐á>X╦Uï∞VWïvï Ü
  7178. ⌐πïvït¼<ar<zw$_¬Γ≥ï├ vÜÅ_^]╩VWⁿï·ï≡ï ït≤ñêPÜÅ_^╦$(AB.:412468U'>SAFEFMT  (C) 1991   Scanlon Enterprises╘j          FORMAT OPTIONSå       1) FORMAT DRIVE Aó       2) FORMAT DRIVE B!╛       0) ABORT (EXIT, no format)c#Σ          Your Choice (1,2 or 0) ?  O¿FMT.BAT▒ECHO OFF*CLS╨2:TST:DSKRDY τFIF ERRORLEVEL 2 GOTO DRVPRB÷fIF ERRORLEVEL 1 GOTO FMTQä:FMTD:ÄFORMAT GÜGOTO XITª:FMTQf░ECHO Disk in drive s$╚ already formatted, reformat ? (Y/N)≡YN÷IF ERRORLEVEL 2 GOTO XIT    GOTO FMTDΣ :DRVPRB⌡8,ECHO disk error ! Press ENTER to retry (correction made)hECHO  or press ESCAPE to abortèCRÉIF NOT ERRORLEVEL 1 GOTO TST░:XIT╕FMT  
  7179. F65LCK4    V
  7180. ÇCOMSPEC=≈≈≈SYNTAX.EXE   23850MZ*/ëÇL  ^S╞XH3ltΦ√$1R\tǬ╦╒▐╤∙    8Oluàó½Φ±
  7181. #/LVwƃ¼╣╞╨┌⌡#AR[tzä╦Θ≈ !/9GTcmzëò¬╒τ±)Ifo|Öó»╠╒Γ 2;Hençìí░┬╠╓Φ≥ⁿ,5BOY_ivàƽ▒╗┼╦╒Γ          #    -    :    I    V    ê    Ä    ÿ    ó    ╣    ┐    ╔    ╙    ∩    ∙    
  7182. 
  7183. =
  7184. Z
  7185. c
  7186. y
  7187. û
  7188. ƒ
  7189. π
  7190.   - 6 <  ê ¼ ╡ ╗ Φ ·  - 3 E v ┴ ╬ ╪ ⌡ ,9?IOYvâæ¢Ñ«├═┌Θ÷#/Gcù│φ≈+Gzá▓╠⌠%.KXbqzÇàìû¢á⌐«╖╝┼δ⌠ #(16?DM┼σGWgwçñ▒╛╚σ≥)3=FS_ioyåòí½╚╤┌Σ
  7191. :Ch飼▒╩Θ∙ '09BKT]btXLXUXüXåXHDaKaVa&g.g8gXg
  7192. n*o5oPot5à=àë&ëvë~ë3¢<¢J¢ A aX¢½¢!¢{¢¥¢#V^!6¢R¢l¢w¢é¢É¢B.22K_K8XIX]kppTpkp▌¢¢O¢¢╥¢╫¢▀¢%¢¼¢─¢φ¢°¢%w;¢z,z'}:}üéléîÉ9Éö1ö ùblSYNTAX  )f#p#  ÇÜ5ú*í*ú,╟.╟0=tΘ╟0╕P 6.P 60╕PÜ
  7193. z3└PÜù╗Jĵ*&è0 ï├ú╞╗Lĵ*&è0 ï├ú╚╗Mĵ*&è0 ╤π╤π╤π╤π╤π╤π╤π╤πï├╚╣í╚Ö≈∙ú╚ï╞üß ï┴ú╩í╚Ö≈>╩% ú╠╕  PÜt╟╬╕p#P╕╨PÜg╕╨PÜ
  7194. bú╘í╘#└tΘ═╕~#PÜ¢P╕╓PÜg╕╓P╕å#PÜàtΘ    ╟╬Θ╟ª ª╕╓PÜfP╕¿PÜg╕¿Píª╤α╤αü└┌PëF⌠Üg v⌠╕å#PÜàu├ ªâ>ªtΘ    ╟╬Θ╕íª╤α╤αü└┌PÜ
  7195. bú¼í¼≈╨#└u╠íª╤α╤αü└┌P╕╨PÜëP╕╨PÜg╕è#PÜ ╟≥!╕£#P╕P╕╨P╕  PÜX╟⌠!É╕PÜ ≈╨#└uΘ╠╕PÜ╞¢╕å#Pí≥!╤α╤αü└«P3└P╕PÜ$¢â>⌠!|Θ6╕ó#P╕÷!PÜg╟·!╟ⁿ!╕÷!P╕·!P╕ⁿ!PÜ]╕÷!PÜ    ëΘ3╕░#P╕■!PÜg╟"╟"╕■!P╕"P╕"PÜ]╕■!PÜ    ëâ>⌠!<Θ    ╟⌠!Θ ⌠! ≥!ü>≥!╞Θ    ╟╬ΘwΘ# É╕PPÜ
  7196. o╕dPÜ
  7197. ¢╕ΘÉ╤α╤αü└"P3└PÜ╩¢íf"@úf"=~Γ╕╝#P╕h"PÜg╣╕h"PÜ!+╩≈╪Ö≈>⌠#úl"╟n"O 6╩ÜüP╕p"PÜg╟t"╟v"╕p"P╕t"P╕v"P╕n"PÜk╟x"╕h"P╕x"P╕l"P╕n"PÜk╕÷#P╕z"PÜg╕$P╕~"PÜg╕>$P╕é"PÜg╕z"P╕~"PÜëP╕é"PÜëP╕å"PÜg╟è"╕å"P╕╠P╕è"P╕n"PÜk╟î"╕Θ+ÉPÜéP╕Ä"PÜg╕Ä"P╕╠P╕î"PÜ]âî"íÆ"@úÆ"=    ~╬╕R$P╕ö"PÜg╕ö"P╕╠P╕î"PÜ]╕ö"PÜ    ë╟ÿ"╟Ü"╕X$P╕PÜnPÜëP╕£"PÜgΘT Φ─ íÜ"+ÿ"HúÆ"íÿ"úá"íÆ"úó"3└Θ-úñ"╟ª"íá"╤α╤αü└«P╕ñ"P╕ª"PÜ] á"íf"@úf";ó"~╩╕å#P╕¿"PÜgÉ╕¿"P╕å#PÜàtΘÜP╕¿"PÜgδ▌É╕PÜnP╕¿"PÜàuΘå╕PÜnP╕¿"PÜàuΘn╕¿"PÜ!=tΘÜmδå╕¿"P╕PÜzP╕¿"PÜg╕£"P╕¿"PÜ
  7198. ú¼" └tΘÜmΘP ï¼"ÜH│²;┬ ï¼"â├ⁿÜH«m╜ΦÜ ╕Θ@ú«"╟░"╕▓"P╕«"P╕░"PÜ]íf"@úf"=~┘ÉÜP╕å#PÜàtΘδΩΘî■Φ╚ íÜ"ú╢"íÿ"Θ#Ü.╕d$PÜ2píf"╤α╤αü└«PÜ
  7199. píf"@úf";╢"~╘Θú■Φ ╕l$P╕╕"PÜg╟╝"╟╛"╕╕"P╕╝"P╕╛"PÜ]╕╕"PÜ    ë╕~$P╕└"PÜg╟─"╟╞"╕└"P╕─"P╕╞"PÜ]╕└"PÜ    ë╕è$P╕╚"PÜg╟╠"╟╬"╕╚"P╕╠"P╕╬"PÜ]╕╚"PÜ    ë╕û$P╕╨"PÜg╟╘"╟╓"╕╨"P╕╘"P╕╓"PÜ]╕╨"PÜ    ë╕╢$P╕╪"PÜg╟▄"╟▐"╕╪"P╕▄"P╕▐"PÜ]╕╪"PÜ    ë╕╥$P╕α"PÜg╟Σ"
  7200. ╟µ"╕α"P╕Σ"P╕µ"PÜ]╕α"PÜ    ë╟¼"â>¼"|Θ╕≥$PÜPÜ
  7201. Hú¼"δßÉ╕å#P╕Φ"PÜg╟∞"ï¼"ÜH╗ß╒    ë╕PÜnP╕·$PÜëP╕Φ"PÜg╟∞"Θ#╕PÜnP╕%PÜëP╕Φ"PÜg╟∞"  ╕%P╕ε"PÜg╟≥" ╟⌠"╕ε"P╕≥"P╕⌠"PÜ]╕ε"PÜ    ë╕å#P╕¿"PÜg╕¿"P╕å#PÜàtΘ@ÜPÜöP╕¿"PÜg╕(%P╕¿"PÜ
  7202. ú¼" └tΘÜm╕å#P╕¿"PÜgδ«â>¼"tΘ7╕Φ"P╕PÜnPÜëP╕.%PÜëP╕PÜnPÜëP╕Φ"PÜg╕4%P╕p"PÜg╟÷"╟°"╕p"P╕÷"P╕°"PÜ]╕å#P╕¿"PÜg╕¿"P╕å#PÜàtΘ:ÜP╕¿"PÜg╕n%P╕¿"PÜ
  7203. ú¼" └tΘÜm╕å#P╕¿"PÜgδ┤â>¼"tΘ    ╟·"  Θ╟·"â>¼"tΘ'╕Φ"P╕PÜnPÜëP╕t%PÜëP╕Φ"PÜgâ>¼"tΘ'╕Φ"P╕PÜnPÜëP╕R$PÜëP╕Φ"PÜgΦ≡╟ⁿ"  ╟á"╕Φ"P╕å#PÜàuΘÜ.╕Φ"PÜ2p╕PÜnPÜ
  7204. p╟■"╟#Φ∩╟#íⁿ"#└tΘ<╕z%P╕#PÜg╟#╟
  7205. #╕#P╕#P╕
  7206. #PÜ]╕#PÜ    ë╟ⁿ"Θ9╕å%P╕ #PÜg╟#╟#╕ #P╕#P╕#PÜ]╕ #PÜ    ë╟ⁿ"  í∞"#└uΘÜ.╕
  7207. PÜüPÜ2pÜ║¢ΘÜ.╕d$PÜ2pÜ║¢Ü.íá"╤α╤αü└«PÜ
  7208. p # á"╕■PÜnPíá"╤α╤αü└«PÜàtΘ
  7209.  í≥!;á"tΘÜ.╕ PÜnPÜ
  7210. pΘH∙ #â>#╕uHï·"≈╤#╚#╔tΘDâ>#╕uH#·"#└tΘ.í#ΘÉÜ.╕å#PÜ
  7211. píf"@úf"=~µ╟# á"Θà■╟#Ü.╕ PÜnPÜ
  7212. pΦQδ╘Φï╟#╟á" á"í≥!;á"uΘh╕■PÜnPíá"╤α╤αü└«PÜàu╙âá"íá"╤α╤αü└«PëF⌠Ü!ú#-≈╪úl" # v⌠PÜüPÜëPí#╤α╤αü└2PÜgδê╟#╟#í#ú#╕Θ4É╤α╤αü└2P╕#P╕#PÜ]â#
  7213. â>#PΘ
  7214. ╟# #íf"@úf";#~─╟#╟#╟#╟ #q╕Æ%P╕p"PÜg╕p"P╕╕%PÜëP╕p"PÜg╟"#╟$#╕p"P╕"#P╕$#PÜ]╕α%P╕p"PÜg╟&#╟(#╕p"P╕&#P╕(#PÜ]╕ⁿ%P╕*#PÜg╕&P╕PÜnPÜëP╕PÜnPÜëP╕.#PÜgí#╤α╤αü└2P╕#P╕#P╕ #PÜk╕å#P╕¿"PÜgÉ╕¿"P╕å#PÜàtΘÉÜP╕¿"PÜg╕¿"PÜ!=uΘC╕¿"P╕PÜzP╕¿"PÜg╕*#P╕¿"PÜ
  7215. ú¼" └tΘÜm╕å#P╕¿"PÜgΘ*╕.#P╕¿"PÜ
  7216. ú¼"=|ΘÜm╕å#P╕¿"PÜgΘ^ ï¼"ÜH:ê╪ëâ>#tΘÜmΘ, í#╤α╤αü└2P╕#P╕#PÜ] #â>#Θâ#÷Θα■╟#J #Θ╙■í#;#tΘÜmΘ▄■í#╤α╤αü└2P╕#P╕#PÜ] #â>#FΘ╟# #Θï■â#
  7217. Θâ■╟á"í#╤α╤αü└2PÜ}P╕Ä"PÜg á"í≥!;á"tΘ    ╟╬Θu╕■PÜnPíá"╤α╤αü└«PÜàu╩âá"íá"╤α╤αü└«P╕Ä"PÜàuΘí≥!;á"ó╟╬Θ≤íá"Húÿ"úÜ"Θpâ>ÿ"tΘÜmΘ
  7218. ⌡íÿ"■ úÜ"úÿ" ÿ"â>ÿ"uΘ!╕■PÜnPíÿ"╤α╤αü└«PÜàu╒ ÿ"Θ╠⌠í≥!;Ü"tΘÜmΘ╕⌠íÜ"úÿ"úÜ" Ü"í≥!;Ü"uΘ!╕■PÜnPíÜ"╤α╤αü└«PÜàu╙ Ü"Θx⌠â>∞"tΘ├╕ΘÜ.╕å#PÜ
  7219. píf"@úf"=~µ ■"╕&P╕p"PÜg╕p"P╕2&PÜëP╕p"PÜgí∞"#└uΘÜ.╕PÜüPÜ2pÜ║¢ΘÜ.╕d$PÜ2pÜ║¢Ü.╕p"PÜ
  7220. pÜ.╕å#PÜ
  7221. pÜ.╕å#PÜ
  7222. pí∞"#└uΘ    ╟2#`Θ╟2#P╕J&P╕p"PÜg╕p"PÜ!ú#╣+2#≈╪Ö≈∙úl"Ü. 6l"ÜüPÜ2p╕p"PÜ
  7223. pÜ.╕å#PÜ
  7224. pÜ.╕å#PÜ
  7225. pÜ.╕å#PÜ
  7226. p├╟í.%╤α╤α╤αï0âß╤ß╤ß╤ß╤ß╚í.%┴ú4#╤α╤α╤α╤α╤α╤α╤α╤αú╟
  7227. í╠╤α╤α╤α╤α╤α╤α╤α╤α╩ ²ú ╟6#╕6#P╕PÜ╥¢├╟╟ ╟8#╕8#P╕PÜ╥¢í% ú:#╣Ö≈∙ú:#%#└tΘ9í:#%#└tΘ<í:#≈╨%#└tΘ=í:#% #└tΘ@í:#≈╨%Ç#└tΘA├╕d&P╕p"PÜgΘ=╕è&P╕p"PÜgΘ-╕¼&P╕p"PÜgΘ╕╥&P╕p"PÜgΘ╕ε&P╕p"PÜg╟<#╟>#╕p"P╕<#P╕>#PÜ]╕■&P╕p"PÜg╕p"P╕:'PÜëP╕p"PÜg╟@#╟B#╕p"P╕@#P╕B#PÜ]╕L'P╕p"PÜg╟D#╟F#╕p"P╕D#P╕F#PÜ]╕å#P╕¿"PÜg╕¿"P╕å#PÜàtΘjÜP╕¿"PÜg╕¿"PÜ!=ΘÜmΘ?╕PÜnP╕PÜnPÜëP╕*#PÜg╕*#P╕¿"PÜ
  7228. ú¼" └tΘÜmδàÉ╕FPÜüP╕H#PÜg╟L#╟N#╕H#P╕L#P╕N#PÜ]╕H#PÜ    ë╕KPÜüP╕P#PÜg╟T#╟V#╕P#P╕T#P╕V#PÜ]╕P#PÜ    ë╕KPÜüP╕X#PÜg╟\#╟^#╕X#P╕\#P╕^#PÜ]╕X#PÜ    ëâ>¼"uΘy²XΘ6≡â>╬tΘ╕É'P╕p"PÜgΘAâ>╬tΘ╕╥'P╕p"PÜgΘ'â>╬tΘ╕(P╕p"PÜgΘ╕H(P╕p"PÜgÜæ╟╟`#╕`#P╕PÜ╥¢íúb#% ú╟d#╕d#P╕PÜ╥¢╕PPPP╕PÜ"â>╬uΘ$╕p"PÜ2p╕å#PÜ
  7229. p╕|(PÜ
  7230. p╕|(PÜ
  7231. p╕é(PÜ
  7232. p╕å#PÜ
  7233. p╕å#PÜ
  7234. p╕─(PÜ
  7235. p╕å#PÜ
  7236. p╕å#PÜ
  7237. pÜÄXÉÉÉÉÉÉÉÉÉÉÉÉÉÜÄX╕ÜÄ╪îΦ*·Ä╨╝@░√┤0═!úΩ*<u.┤4═!îî+╣  3 ╕═(≥«t3└δ&:%u≤&ü}°Ç>uδ&ïE·úè+î└╗₧+╪┤J═!╗HÄ├&ïÄ├&ï"ï∞â┴+ßë&ε*îµ*┐╠½3└ⁿ≤½ÜÜ¢S╣0Q╦ ⌠*áΣ*┤L═!╦ÉUï∞VW─vî├ïN ─~ïFπ, └t+┴sïN3└Ä█≤ñï╚░≤¬δSVQÜ PWÜgδ    VWPÜ ._^]╩ ÉÉUï∞VWï~ë>Ä+ïvï π<╗╠½;≤râ├L;≤wÜÄ vÜ    ëδ/WAAÜÉXâ∙v!½ïvït)z+x+II 6Ä+Ü    ëëë≤ñ_^]╩U╕═]╦Uï∞W╣Ü
  7238. 2πïF¬ï├_]╩Uï∞3╥ïNπ9â┼ï┘C╤π.ëKâ┼ï^ÜE┤>═!sÜ ÿδï^K╤πëù+ëù$+Γ╪]╩Üw]╩Uï∞UÜ3t3╔è6É+■╬èæ+■╩╕è>°*═3╥è■┤═]]╩PSU┤═ê&æ+╞É+3└Ä└&ü>c┤t┤│═Ç√t    &áä■└óÉ+][X╦Uï∞VïvF╤µ.ë6[èB
  7239. └t èBè╪Ç&°*p$▒╥αÇπ├°*â■tNNèB
  7240. └tèÇ&°*Å$▒╥α°*^]╩â>∞*tPⁿPSQRVWU║╢+x+ï6∞*NNï■3φ;≥s$ï÷├t╤δCC≤δz+)x+δπïAA≤ñ)oδ╪╟∞*]_^ZY[X╦Uï∞VWⁿïvïïtï~ïï}ï╩;┬wï╚≤ªtδ+┬£ vÜ vÜ¥_^]╩ÉUï∞VWÜ ïvïï~ïï╚╩πMAAÜÉWïvïtï~ï}ë>Æ+_â∙r/ë)z+x+IIGGëëQ;┴vï┴ï╚≤ñY+╚;╤vï╤ï╩ï6Æ+≤ñï├ vÜ vÜ_^]╩Φ3Ç&ö+ΦF╦Φ'Çö+ Φ:╦Uï∞Sï^ïêö+ï^ïêò+Φ []╩PSQRU┤═┤═ê.ö+êò+]ZY[X├PQU┤═è.ö+èò+┤═]YX├îµ*╦XZŵ*RP╦Ç>■*uú■*â>f+ u╦ï▄ïúñ+ïGúª+â├ë¿+ë.¬+ï.ó+ .f+ìΣúå+╦Uï∞VW╟■*ïvï ïtΦ\s    3╔Ü
  7241. 2δ Ü
  7242. 2≤ñï├ vÜ_^]╩╣² Ü
  7243. 2╕πIëê+ë¼ë>¼ë>(¼ï≈Nï╫∙ë> ¼╞-¼╞,¼╟*¼ü∙r╣ë$¼ïp+┤?═!r └u
  7244. ╕>Ü ÿ∙├ú&¼(¼δ÷â>&¼tÇ>,¼ u╞,¼NÇ|uPδFFè &¼°├Ç>-¼ tï¼ï≤êCë(¼ï ¼ï(¼;╩wδ▌+╩;$¼vï$¼P┤?ïp+═!r └u ╕>Ü ÿX∙δ╢ú&¼(¼ └Xuà∙δº;6¼uÇ>,¼ t╞,¼ δNè &¼├ï>¼ï╬+╧t)(¼ï&¼A≤ñï6¼╞-¼ ├3└çê+PÜ├ë6*¼├W╣  ï&¼≈┌tïp+╕B═!sÜ ÿïê+ï*¼ï>¼+╧u Ç="tÇ=uIAΦ⌠ï├_├ï▌â├6ïÄ├&ï├Uï∞VWï^è.ê·ïvïï\ïLïTïlï| ït
  7245. ═Uï∞VÄ^ïvëë\ëLëTÅD
  7246. ÅDë| £ÅD__^]╩Uï∞VWÇ>p+u vÜ2p ~+P≈FuÇ>p+u    ╗Ç+SÜ
  7247. pXâ~tP3└P v  v
  7248.  vÜaδ    P v
  7249. Üg╟~+èÜ║¢_^]╩
  7250. ╣Ü
  7251. 2âΘêï╫┤
  7252. ═!2φèMï≈â╞Qⁿ≤ñYΦï├├ç+â?uAAz+)x+├Uï∞ì4úå+ìτú~+ï^ÜEëp+]╩VW╟■*Φ`²rΦ┴²sΦu■3╔Ü
  7253. 2ï├_^├ΦG■Φ(■Φº²sΦh■δ<u≥Φ■Φ\■Φô²Φɲ<
  7254. tΦ■ΦQ■δ╤VWⁿ╟■*Φ²rΦs²sΦ'■3╔Ü
  7255. 2ï├_^├< tΦ2Σ<"u÷╘ΦS²rαê&.¼ΦΣ²δ
  7256. ΦE²sΦ■δL
  7257. Σt<"uεδ<,t<t<
  7258. t Ç>8¼u┘< u╒Φÿ²Φ▌²Φ²r < t≈
  7259. Σt2Σδ∩<,t<uΦ√ⁿr<
  7260. tΦp²Φ║²_^├PSÄΦ*≈é+tâ>≡*t
  7261. í≡*=  tÄ└≈é+t&í └u╟■*fÜ ÿ3█∙δ@Ä└î└P╗,&;u!íΩ*åα=s╗ Çⁿr╗i <
  7262. r╗╙ t╗ &ïXKÄ├&9u▓C°Ä├ë0¼╟6¼[X├SÄ0¼ï>6¼ë>2¼3█2φ&èGπCδ≈ █u∙[├ç>6¼ë4¼ï╦°δ±PSWⁿï┘ï╞Φ9 r Φ┬ rï╦ï≡≤ªu≤&Ç==uφGï≈+>2¼ï4¼+╧_[X├╟p+íä+úå+3╔çê+πQÜÜ¢╦3╔Ü
  7263. 2ô├VWⁿ╟;¼╞:¼,Φ═ⁿâ?u╟&í -ëGïw≈uâ¡=  u╟;¼■ 3╔Ü
  7264. 2ï├Θë¼< t√
  7265. └uâ'²δ::¼uëwδ█N<"uó:¼Fï■¼::¼t
  7266. └u⌡â'²ëwÇ>:¼,tï╬II╞:¼,¼::¼t
  7267. └u⌡â'²ëwï±δNÇ<uNÇ<,uNÇ< t·ç≈+■uÇ<"tGt¥ï╧QÜ
  7268. 2Xπ≤ñï├ï;¼ë■* ╥tÜ ÿ_^├Uï∞╞8¼ å+â~tP3└P v
  7269.  v vÜaδ    P vÜg]╩Uï∞Φ╛√╟]╦Uï∞V╟■*Φ½√&ï6 NNïN¡=  t ;┴s¼
  7270. └u√δ∩╟■*  Ü ÿδ
  7271. ÉNN╟ëw^]╩Uï∞ï^ÜE║·*┤?╣═!r║   └tÇ>·*tï╩╕B═!3╥δÜ ÿ║  ï┬]╩Uï∞VWⁿï^èO2φπ ╕┐≈!â╟Γ∙≈g ï╚èG    ¿Çu!¿@uïOπvÄ┴┤I═!3└êGëGδf─?2└≤¬δ^╤Θ╤Θï?SWÜ    ëâ╟Γ⌡[÷G    @uEêOïOAAï≈+±║╢+x+z+z+ïΘ²;≥v!¡ï╪½/o
  7272. ïO╤Θ╤Θ¡ï╪½¡½ └to■Γ±δ█ⁿ_^]╩Uï∞VWïNÜ
  7273. 2┼v≤ñï├_^]╩Uï∞PS╗╠½9^râ├L9^w vÜ    ë[X]╩íV+╗╠½╪<Pr3└úV+╦3└úX+┤═t X+┤═úû+
  7274. └u X+√╕X+╦Uï∞VWⁿïF
  7275. ï~ïï}ï▀ïvïïtJy;┴v(3└Hx9°+╚v3¼≥«u.;╩r* ╥t VWQï╩≤ªY_^uΦ+√ï╟ vÜ vÜ_^]╩3└δµUï∞╕P v vÜ]╩S╕95═!ëÿ+îÜ+╕9%║,═![╦╕9%ïÿ+ÄÜ+═!╦YAQ╧╦Uï∞Sï^ï vÜ[]╩Uï∞VïvF╤µ.ë6┬â■wΘá┤═┤═ë₧+ë£+║≥â:tNNï;≥vv■╚ó¥+NN;≥vkâ:tNNï;≥v^■╚ó£+NN;≥vSâ:tNNï;≥vFÇ&ƒ+▀<tǃ+ NN;≥v*â:tNNï;≥vÇ&ƒ+ ƒ+uNN;≥v â:tNNïó₧+┤ï₧+═┤ï£+═^]╩╟p+╦Uï∞VWⁿïv ─~ïN ╔uïï}ïït;╚w≤ñδ æ+┴≤ñï╚░ ≤¬ v Ü_^]╩PÜ π"AAÜÉâ∙s+╔X╦ï├½)z+x+IIëëX╦Uí`+ └tΘ╡╟\+╕3└Ä└&ác<┤u"ü.\+╣Ç║║∞$Çèα∞$Ç:─uΓ≈δ╕Θü╕═<u(2 ■╦ï├&ècÇ√u
  7276. Ç·┤tc╕ δ^Ç√u    Ç·┤uT■╚δP┤│═Ç√tÇßÇ∙t
  7277. ╕
  7278.  t6Hδ3╕
  7279.  t,&ác<┤╕t!╕═
  7280. └╕╟^+┌t╟^+Ç√ ╕t@ú`+]╦3└9d+u,Ä└╟d+░úb+&Ç>c┤tüd+┤│U═]Ç√u╟b+┌╦6╟■* █tü√ u│╦â√wK╤π6ïƒ+ █t╦╗  6╞■*╦╕2Σï╙╤Γ[î╚½&è2φ╤ßQC╦ë╞½Y ╥t;╤w
  7281. Σt 6╞½┌&ï_■ë╞½ .╞½Uï∞â∞PïF ï╘Ü
  7282. ùë■*ë¼+╕ï^
  7283. █t,â√w'╕7K╤πâ┐+uïF<tA< tF<t<tS<t:╕Ü ÿδf┤<╣ ═!r≡ëç+Sï╪╟çB+[â>¼+t7í¼+ëç$+δ?╕=═!s█δ╔╕=═!s╥â>■*u╗=t╜δ┤ïF=  u╕Çú¼+δ█Ç~u ï╪3╔ï╤╕B═!ïσ]╩Uï∞ï^ ï_èÇπ_╕Ç√It&■└Ç√Ot░Ç√Rt░Ç√At░ Ç√Bt
  7284. ╕Ü ÿδ v v
  7285.  vPÜK]╩Uï∞VWÜ AÄd+ï^ïHïn+≈ßï^ïJ╤Γ┬ï°è&°*ïv
  7286. ï π"ïtⁿïb+
  7287. ╥t∞¿u√·∞¿t√¼½√Γ≡δ¼½Γⁿ_^]╩Uï∞â∞|ìVä┤═!ïFìV░ⁿï·ï≡ï ït≤ñêë■*ï┘▒'┤N═!rKï├ïσ]╩Uï∞Vïvï ïtⁿ3█π*6j++j+x π¼I j+< t⌠<    t≡NAë6░+¼:l+tCΓ÷ë«+j+╕«+^]╩Uï∞VWÜ AÄd+ï^
  7288. ïHïn+≈ßï^ïJ╤Γ┬ï°ï^è'ïv ï π"ïtⁿïb+
  7289. ╥t∞¿u√·∞¿t√¼½√Γ≡δ¼½Γⁿ_^]╩Uï∞ vÜ2p╕r+PÜ2pïp+╟çB+╟p+]╩Uï∞ï^ïïWïp+â√t3└ú■*┤@═!sÜ ÿδçB+;┴s╞■*= vÜ]╩V3╥ë■*╛ïî+πëö+ëö$+ï┘┤>═!sÜ ÿ^╦NNy▀^╦Uï∞VWïvïïN;╚vï╚+┴Ü
  7290. 2ïvït≡≤ñï├ vÜ_^]╩Uï∞VWïvï π²ït±N¼
  7291. └t, tδΓ≤Ü
  7292. 2ïvït≤ñï├ⁿ vÜ_^]╩Uï∞ v░ PÜî]╩Uï∞ïFÖRPÜé]╩Uï∞VWï^ïF╞┼½ └y 3╥≈█╨ï┬■┼½╛┼½╣
  7293. 3 NG3╥≈±ïΦï├≈±ï╪ï┼Ç┬0ê └uτ █uπÇ>┼½ uNG╞-ï╧Ü
  7294. 2≤ñï├_^]╩Éï▄ï_ï └t Vïwâ>∞*t;6∞*wë6∞*∙╤╨ëD■╟^╩Uï∞WïNÜ
  7295. 2ïF≤¬ï├_]╩Sïçëï\ç]ë\ └tëw■â=tï]ë■[╦ⁿ;z+v.Ü;z+v#â∙ £ïz+¥t;|+vë|+ïz+╞■*Ü ÿ┐╢+>x+╦Uï∞VWïvï Ü
  7296. 2πïvït¼<ar<zw$_¬Γ≥ï├ vÜ_^]╩VWⁿï·ï≡ï ït≤ñêPÜ_^╦
  7297. t#SYNTAX.DTAé#PATHè#┌Ü└┌3á#I╞    ª#         ⌠┤#Loading 4└#S Y N T A X   V 1.0   (C) 1991   Scanlon Enterprises ·# HELP    SCREEN  PRN ALL SEARCH  $                                B$         EXIT   V$0⌠\$;<=>DIQºh$   p$FONT SELECTIONé$1) Pica⌠Ä$2) EliteÜ$3) Current printer settings⌠║$0) Abort Print Operation╓$   Your Choice (1,2 or 0) ? ÷$ 120■$P╤%M
  7298. %Do you want NLQ mode ? (Y/N) ⌠,%YN2%m58%Use standard 6 lines/inch OR 8 lines/inch ? (6 or 8) ┤r%68x%2~%        è%Printing"û%Use cursor keys to highligh choice$╝%, then press enter to find selectionΣ%Press ESCAPE to Abort !⌠&HP&  & &S E B F U   3.0    (C) 1989,1990,1991 6&Scanlon EnterprisesN&U S A G E   G U I D E"h&Port Timed out, printer may be offÄ&Printer communications problem!░&Printer is off line or unselected╓&Printer is out of paper ≥&Printer Busy8'Problem can be cleared in many cases by turn printer off>' then back onw?P'Correct problem, press ENTER for OK (retry), or ESCAPE to abortε>ö'Couldn't find SYNTAX.DTA, must be in current directory or path/╓'Incorrect file found, (SYNTAX.DTA), or bad copy=
  7299. (Couldn't find selection during search, bad copy of SYNTAX.DTA/L(Unknow Error, Bad copy of SYNTAX.EXE, Maybe ...Ç( =å(  S E B F U    V3.0  (C) 1989,1990,1991   Scanlon EnterprisesÇC╚(  Thank you for using SYNTAX.EXE to browse or print the Usage Guided ""e "Function Key 1 = This screen"f "Function Key 2 = Print current screen"g "Function Key 3 = Print all of Usage Documentation"h "                 Formatted output available"i "Function Key 4 = Search mode (find specific function)"j "Function Key 10 or ESCAPE = Exit program"k "Page Up Key = Previous Video Page"l "Page Down Key = Next Video Page"m ""n "Any key returns to view mode"o "","","","","","","",""p "","","","","",""  
  7300. a65LCK4û+    ;áv+
  7301. Çè┌┌VMATH.EXE     5228MZl {@K      ï`\■3=Jgq~ÿ─╧▐° %.4>GMWdyôí╝▌τ.4>P^yÜñ┴╦δ±√"Ar¥█1c}º▒║╒÷",HR_is|àÄ¥ª╡║\L\U\ü\å\■2e:eDede'ly&yvy~y₧%ƒTú\ú⌐«+«▒,▓@▓ ╢╢G╣Y╣ç╞ó╞╚╞    ╙╙J╙a╙ÄeÄ∞ÄÄ ┘4┘/▄B▄αrαφ7φblVMATH   ▓PP  ÇÜlP╕PÜe╕PP╕
  7302. PÜe╟╟╕
  7303. PíP╕PÜ╣P╕PÜe╕P╕PÜ⌐Öúë 6 63└ÖRPÜu~ΘAíïâ╥úë 6 6╕ÖRPÜu|É╕XPÜ╙╟╕PÜ
  7304. ₧╕Pïïâ┴ â╙ ï┴PÜ«P╕PÜe╕PPÜ▒Ö+PÜ┘P╕ PÜe╕PÜ ▄PÜ
  7305. ▓P╕PÜe╕ PÜ ▄PÜ
  7306. ▓P╕ PÜe╕P╕ÇPÜ⌐Öú$ë&╕ P╕ÇPÜ⌐Öú(ë* 6& 6$3└ÖRPÜuuΘª╕PÜ▒Öú,ë. 6& 6$╕ÖRPÜutΘ)╕Pï,ï.+$&ï┴PÜ┘P╕PÜeΘT╕Pï$ï&â┴ â╙ ï┴PÜ«P╕0PÜe╕0P╕Pï,ï.+$&ï┴PÜ┘PÜyP╕PÜe 6* 6(3└ÖRPÜuuΘª╕ PÜ▒Öú,ë. 6* 6(╕ÖRPÜutΘ)╕ Pï,ï.+(*ï┴PÜ┘P╕ PÜeΘT╕ Pï(ï*â┴ â╙ ï┴PÜ«P╕0PÜe╕0P╕ Pï,ï.+(*ï┴PÜ┘PÜyP╕ PÜe╕PÜ╞ú4ë6í4ï6ú8ë:╕ PÜ╞ú<ë>í<ï>ú@ëBíï╪Ü┬L╡Sí@ïB8:úDëF 6* 6(3└ÖRPÜu╕uHÖ#$#& ┬tΘ 6* 6( 6& 6$ÜuΘí(ï*ú$ë&Θτí8ï:+@BúDëF 6* 6(3└ÖRPÜu╕uHÖ#$#& ┬tΘ⌐ 6* 6( 6& 6$ÜuΘí(ï*ú$ë&Θ~ 6B 6@ 6: 68Ü┐úDëFí(ï*$&ú$ë&ΘI 6B 6@3└ÖRPÜuuΘ5 6B 6@ 6: 68ÜüúDëFí$ï&+(*ú$ë& 6F 6DÜαP╕HPÜe╕HPÜ▒Öú,ë. 6& 6$╕ÖRPÜu}ΘÖí,ï.â╥RP 6& 6$ÜuΘ╕ÇP╕HPÜyP╕HPÜeΘ^╕HPí$PÜ┘P╕0PÜe╕HPï,ï.+$&ï┴PÜ«P╕HPÜe╕HP╕ÇPÜyP╕0PÜyP╕HPÜe╕PÜ(╙╕åPÜ(╙╕HPÜ╙╟L╕LPÜ
  7307. ₧╕îPÜ╙╟N╕NPÜ
  7308. ₧ÜÄ\╕≥Ä╪î╚·Ä╨╝≡à√┤0═!ú╩<u.┤4═!îN╣  3 ╕═(≥«t3└δ&:%u≤&ü}°Ç>uδ&ïE·úLî└╗Q    +╪┤J═!╗■Ä├&ïÄ├&ï"ï∞â┴+ßë&╬î╞┐îü3└ⁿ≤½Ü¬ÜÄS╣0Q╦ ╘á─┤L═!╦ÉÉUï∞VWï~ë>Pïvï π<╗îü;≤râ├L;≤wÜΩ vÜτδ/WAAÜφXâ∙v!½ïvït)B@II 6PÜτëë≤ñ_^]╩VWÄ╚&èÇ2φ╛ü&è< t<    uFΓ≥Ü╢πî╪Ä└≤ñï├_^╦â>╠tPⁿPSQRVWU║v@ï6╠NNï■3φ;≥s$ï÷├t╤δCC≤δB)@δπïAA≤ñ)oδ╪╟╠]_^ZY[X╦Uï∞PSQRïF ï^ └y █x ;├δ" █y;├δ;├u
  7309. ïN
  7310. ïV;╩t ┤░w:αδ:─ZY[X]╩ÉUï∞VWÜíïvïï~ïï╚╩πMAAÜφWïvïtï~ï}ë>R_â∙r/ë)B@IIGGëëQ;┴vï┴ï╚≤ñY+╚;╤vï╤ï╩ï6R≤ñï├ vÜ
  7311. ƒ vÜ
  7312. ƒ_^]╩Uï∞WV3 ïF └}GïV≈╪≈┌ëFëVïF └}GïV
  7313. ≈╪≈┌ëF ëV
  7314. └uïN
  7315. ïF3╥≈±ï╪ïF≈±ï╙δ9ï╪ïN
  7316. ïVïF╤δ╤┘╤Ω╤╪ █u⌠≈±ï≡≈f ï╚ïF
  7317. ≈µ╤r ;Vwr;FvN3╥ûOu≈┌≈╪â┌^_]╩Ç>┌uú┌â>4 u╦ï▄ïú`ïGúbâ├ëdë.fï.^ .4ì$úH╦ï▌â├6ïÄ├&ï├3╔Ü╢ô├VWⁿ╟▀ü╞▐ü,Φ╒ â?u╟&í -ëGïw≈uâ¡=  u╟▀ü■ 3╔Ü╢ï├Θë¼< t√
  7318. └uâ'²δ:▐üuëwδ█N<"uó▐üFï■¼:▐üt
  7319. └u⌡â'²ëwÇ>▐ü,tï╬II╞▐ü,¼:▐üt
  7320. └u⌡â'²ëwï±δNÇ<uNÇ<,uNÇ< t·ç≈+■uÇ<"tGt¥ï╧QÜ╢Xπ≤ñï├ï▀üë┌ ╥tÜï_^├ï▄ï_èó─ÜÄ\Uï∞PS╗îü9^râ├L9^w vÜτ[X]╩í2╗îü╪<Pr3└ú2╦Uï∞VWⁿïF
  7321. ï~ïï}ï▀ïvïïtJy;┴v(3└Hx9°+╚v3¼≥«u.;╩r* ╥t VWQï╩≤ªY_^uΦ+√ï╟ vÜ
  7322. ƒ vÜ
  7323. ƒ_^]╩3└δµUï∞╕P v vÜú]╩S╕95═!ëTîV╕9%║:═![╦╕9%ïTÄV═!╦YAQ╧╦Uï∞VWïvïïtïN;╚vï╚Ü╢ïvït≤ñï├ vÜ
  7324. ƒ_^]╩Uï∞Sï^ï vÜ
  7325. ƒ[]╩Uï∞VWïvï πït3╥¼
  7326. └t, tδBΓ≥Ü╢ïvït≥≤ñï├ vÜ
  7327. ƒ_^]╩PÜíπ"AAÜφâ∙s+╔X╦ï├½)B@IIëëX╦│=│Uï∞VWïv
  7328. ïïtïNπ;╚v3╔δIï╤+┴ïN;╚vï╚
  7329. █tëX≥ë6Z╕XδÜ╢ïv
  7330. Vït≥≤ñï├Ü
  7331. ƒ_^]╩Uï∞WVïF
  7332. ï^ïNïV ï≥ï√ ■u≈ßδï°≈πû≈ß≡ï╟≈ß╓^_]╩╕2Σï╙╤Γ[îêü&è2φ╤ßQC╦ëåüY ╥t;╤w
  7333. Σt 6åü┌&ï_■ëåü .åüUï∞VWⁿ3└ï╨ï°úhújún╟l╟p
  7334. ïvï ït ╔uΘܼ< ß√AN<&u ╞pFFIIδ <-u
  7335. OFIu*└δnÉV¼<0r<9wBΓ⌠^ï╩3└²πX±N¼,0<    v$,QÿÖRP 6n 6lÜ┐hjípÖRP 6n 6lÜ┐úlënYΓ╛ïjíhGu    ≈╨≈╥╫ⁿ vÜ
  7336. ƒ_^]╩Uï∞ vÜ(╙╕:PÜ(╙ï8╟ç╟8]╩Uï∞ï^ïïWï8â√t3└ú┌┤@═!sÜïδç;┴s╞┌= vÜ
  7337. ƒ]╩Uï∞VWïvïïN;╚vï╚+┴Ü╢ïvït≡≤ñï├ vÜ
  7338. ƒ_^]╩Uï∞VWïvï π²ït±N¼
  7339. └t, tδΓ≤Ü╢ïvït≤ñï├ⁿ vÜ
  7340. ƒ_^]╩Uï∞ïFÖRPÜα]╩Uï∞VWï^ïF╞àü └y 3╥≈█╨ï┬■àü╛àü╣
  7341. 3 NG3╥≈±ïΦï├≈±ï╪ï┼Ç┬0ê └uτ █uπÇ>àü uNG╞-ï╧Ü╢≤ñï├_^]╩Éï▄ï_ï └t Vïwâ>╠t;6╠wë6╠∙╤╨ëD■╟^╩Sïçëï\ç]ë\ └tëw■â=tï]ë■[╦ⁿ;Bv.Ü
  7342. o;Bv#â∙ £ïB¥t;DvëDïB╞┌Üï┐v>@╦T+-*/#\UNKNOW OPERAND OR OPERAND NOT FOUND⌠ä.▓è=⌠ÉATTEMPTED TO DIVIDE BY ZERO⌠  
  7343. e65LCK4    >
  7344. Ç