home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL29.ARJ / VOL2903 < prev    next >
Text File  |  1992-01-07  |  5KB  |  110 lines

  1.  
  2. CP/MS gg NL volume 2903
  3.  
  4. gelijk aan PC/SIG no. 141/80/84 (delen); PCC no. 3
  5.  
  6. Titel:SIMTERM Communicatie (EXE) & Utilities
  7.  
  8.  
  9. Number Name            Size    Date    Comments
  10.  
  11. 903.01 123PREP  DOC     8704   3-25-84 Doc on below
  12. 903.02 123PREP  EXE    30208   3-25-84 Converts text file to 1-2-3 number file
  13. 903.03 ASK      COM      256   7-31-83 Allows Y/N input to DOS 2.0 batch file
  14. 903.04 ASK      DOC     1536   4-21-84 Doc on above
  15. 903.05 BOARDS   SAM      318   7-22-84 Bulletin board file for SIMTERM
  16. 903.06 BRNCHREF ASM    21120   1-26-85 Source of below
  17. 903.07 BRNCHREF COM     1744   5-17-84 BASIC GOTO/GOSUB branches crossref (PCC
  18.                                        & Z100)
  19. 903.08 BRNCHREF DOC      512   1-26-85 Doc on above 
  20.        CATALOG  903     1554   3-03-85 Disk catalog
  21. 903.09 CHMOD    C       8869  10-08-83 Source of below, written in C-86
  22. 903.10 CHMOD    EXE    15104   9-30-83 Exercises with DOS CHMOD call
  23. 903.11 FKREST   ASM     4224   4-21-84 Source of below
  24. 903.12 FKREST   COM      327   7-20-83 Companion FKSET: resets keys to
  25.                                        original
  26. 903.13 FKSET    ASM     7168   4-21-84 Source of below
  27. 903.14 FKSET    COM      693   7-20-83 Function key definition routine (DOS
  28.                                        2.0)
  29. 903.15 HELP     TXT     3114   7-24-84 Helpfile of SIMTERM
  30. 903.16 MENUS            1714   7-24-84 Support file of SIMTERM
  31. 903.17 SIMDOC   PRN    36096   3-01-85 Documentation of SIMTERM (ASCII
  32.                                        version)
  33. 903.18 SIMTERM  EXE   115324  11-28-84 Terminal Simulator for PCC
  34. 903.19 VOL2903  ABS     4480   3-03-85 Disk abstract
  35. 903.20 XDIR     COM     1920   7-20-83 Extended (sorted) directory
  36. 903.21 XDIR     DOC     1792   4-21-84 Doc on above
  37. 903.22 ZBREF    ASM    35712   1-26-85 Source of below
  38. 903.23 ZBREF    COM     3925   5-17-84 BASIC variable crossref (PCC and Zenith
  39.                                        100)
  40. 903.24 ZBREF    DOC     1536   1-26-85 Doc on above
  41.        25 File(s)      3072 bytes free on volume VOL2903    
  42.  
  43. SIMTERM (The Simulator) - communications program
  44.  
  45. This program is made available to users of IBM-PCs (and compatibles since I
  46. really like the COMPAQ/PLUS). No guarantees are made  or implied. A recent
  47. acquisition of an interrupt driven communication driver from the University of
  48. British Columbia Computer  Centre has enabled me to remove the requirement
  49. that you have the  IBM Async Communications Support package which includes a
  50. driver  I used to use. This version of SIMTERM is therefore self-contained and
  51. requires no other software to run. Have fun using it  and **HAPPY COMPUTING**.
  52.  
  53. This  volume contains the .EXE version for the terminal simulator  for the IBM 
  54. PC.  The main function of this program is to provide  a reasonable terminal
  55. simulation on the IBM PC of an HP-like  terminal to a UNIX(TM) system. The
  56. file `simterm.exe' is the load  module and when invoked, assumes a default of
  57. 1200 baud, 1 stop  bit, no parity, and flow control (XON/XOFF).     If you
  58. have a VENTEL or a Hayes modem, the file BOARDS can be  used as a starter for
  59. a list of BBSs. (Note: this disk contains  the complete documentation (in
  60. ASCII) and runtime version of  SIMTERM. The sources in MS-Pascal will be
  61. supplied on another  volume later on. Zorro.)
  62.  
  63.     ASK subcommand
  64.  
  65.  
  66.     Purpose:    This command allows the user to set the BATCH
  67.                 environment ERRORLEVELS interactively.
  68.  
  69.     Format:     ASK [prompt line]
  70.  
  71.     Example:    ASK Do you want to go to PAS2 ?
  72.  
  73.                 This command accepts a single character from
  74.                 the user and sets ERRORLEVEL based on whether
  75.                 Y or N was entered. Y or y will set ERRORLEVEL
  76.                 0, N or n will set ERRORLEVEL 1
  77.  
  78.  
  79.                 123Prep File Formatting Program
  80.      
  81.      WHAT IT DOES:  123PREP is a compiled basic program designed to
  82.      convert a simple text (ASCII) file of FIXED LENGTH records into
  83.      columns usable by the LOTUS 1-2-3 FILE IMPORT NUMBERS command. 
  84.  
  85. BRNCHREF  -- This  utility  lists all of  the  branch  statements  (GOTO,
  86. GOSUB, etc.) in a program along with the line numbers they  reference.  
  87.  
  88.                 XDIR.EXE (C)Copyright 1983, T A Davis
  89.  
  90. XDIR gives you an extended directory listing for the default directory
  91. of the drive specified; as in 'XDIR A:'.  If you do not specify a drive
  92. letter, it will assume the default drive.
  93.  
  94.  
  95. The display differs form the DIR output in four ways:
  96.  
  97. 1) HIDDEN, SYSTEM, and READONLY files are listed.
  98. 2) These file attributes are listed in the last field.
  99.         R - READONLY file; file can be read, but not written to.
  100.         S - SYSTEM file; such as IBMBIO.COM and IBMDOS.COM.
  101.         H - HIDDEN file; does not appear in normal file searches.
  102.         A - not ARCHIVED; modified since last BACKUP.
  103. 3) Sub-directories are not listed.
  104. 4) You CANNOT specify a PATH -- ie: XDIR \TOP\PASCAL 
  105.  
  106. ZBREF  -- This is a variable cross reference utility  for   ZBASIC, GWBASIC 
  107. or  MBasic (transferred from the 8-bitter).     It lists  all of  the 
  108. variables  in  a  program  in  alphabetical order  followed  by  the  line
  109. numbers  on  which  the variable   can  be found. Output can be sent to
  110. printer or screen.