home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL23.ARJ / VOL2366 < prev    next >
Text File  |  1992-01-07  |  6KB  |  121 lines

  1.  
  2.  Volume 2366 - Released september 1986  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 2366 !360 K disk!
  5.  
  6. gelijk aan PC/SIG no. 366, PCgg 256
  7.  
  8. Titel:Turbo Pascal #6: UTIL. LU etc.
  9.  
  10. Number Name            Size    Date    Comments
  11. 366.01 2DIR     PAS     4593   2-23-85 Sorted directory
  12. 366.02 ARGLIST2 PAS     3456   2-23-85 Get command line parameters (argument
  13.                                        list)
  14. 366.03 BLANK    INC      896   2-23-85 Create string of blanks, center,
  15.                                        incomplete!
  16.        CATALOG  366     2560   5-23-85 This list
  17. 366.04 CLIMB    PAS    21918   8-10-86 Climb around the directory tree
  18. 366.05 COLORDEM PAS    12544   2-23-85 Demonstrates TURBO color modes
  19. 366.06 COMMCALL PAS     6400   2-23-85 Serial communications routines
  20. 366.07 DIALER   PAS     2477   2-23-85 Dials HAYES SmartModem
  21. 366.08 DIR      PAS     1024   2-23-85 Get directory -- incomplete!
  22. 366.09 DIRSRCH  PAS     4736   2-23-85 Directory search
  23. 366.10 DRAWBOX  INC      926   2-23-85 Draw a box (one style) and use window
  24. 366.11 FILEIO   INC     1407   2-23-85 File IO routines, w/o explanation
  25. 366.12 FREESPAC INC      678   2-23-85 Routine to get amount of free space on
  26.                                        disk
  27. 366.13 INDEX    PAS    29256   2-23-85 Index, view, delete, or print files on
  28.                                        disk
  29. 366.14 INKEY    INC      314   2-23-85 Get char from keyboard -- like BASIC
  30.                                        INKEY$
  31. 366.15 INKEYGET PAS     1664   2-23-85 Program to receive ANY keypress from
  32.                                        keyboard
  33. 366.16 INUSE    PAS     1280   2-23-85 Password demonstration
  34. 366.17 JFYDIR   PAS     2688   2-23-85 Writes directory of default drive
  35. 366.18 LU       DOC     7296   2-23-85 ^Documentation
  36. 366.19 LU       PAS    17164   2-23-85 Library Utility -- needs TURBO modifi-
  37.                                        cation
  38. 366.20 LU-1     PAS     3292   2-23-85 ^$Included file
  39. 366.21 LU-2     PAS    10232   2-23-85 ^$Included file
  40. 366.22 OPENFILE INC     2944   2-23-85 Opens a file, with protection agains
  41.                                        errors
  42. 366.23 PASCAL   LIB    12672   2-23-85 Various routines
  43. 366.24 PRINTUSG INC     2944   2-23-85 Print according to "mask", like "PRINT
  44.                                        USING"
  45. 366.25 PRINTUSG PAS      640   2-23-85 ^Demonstration
  46. 366.26 READDATE INC     6408   2-23-85 Accepts and returns a valid data
  47.                                        (oo/oo/oo)
  48. 366.27 SCREEN   INC    21120   2-23-85 Routines to accept valid data of
  49.                                        various types
  50. 366.28 SENDASCI INC     1664   2-23-85 Routine to send ASCII chars ???
  51. 366.29 STRIPTAB PAS     1664   2-23-85 Strips TABs and replaces with one space
  52. 366.30 TOOLKIT  INC     4709   2-23-85 Routines for interactive programs, NOT
  53.                                        TURBO
  54. 366.31 TXREF    COM    18580   3-09-85 Compiled version
  55. 366.32 TXREF    PAS    14976   2-23-85 TURBO cross-reference & lister TOOLBOX
  56.                                        NEEDED
  57. 366.33 TYPES    INC      512   2-23-85 Type declarations used by other files
  58. 366.34 UTIL     INC    57728   2-23-85 Fifty-Two utility routines (!!!)
  59. 366.35 VOL2366  ABS     2432   8-10-86 Disk abstract
  60. 366.36 XLIST    PAS    16768   2-23-85 TURBO cross-reference & lister
  61. 366.37 XREFT    PAS    21376   2-23-85 TURBO as above -- $Include files, too
  62.               40 File(s)     20480 bytes free on volume VOL2366
  63.  
  64. Deze schijf bevat nogal wisselend materiaal, maar veel is zeer
  65. bruikbaar. BLANK, DIR, DRAWBOX, FREESPAC, SCREEN en TYPES zijn
  66. niet compleet.
  67.  
  68.  
  69.                             ARGLIST2 
  70. This provides capabilities similar to argc/argv in C. You can
  71. now read the argument list from your TURBO Pascal program. `argc'
  72. is actually a function that returns the number of parameters on
  73. the command line. Spaces are the separators between parameters.
  74. If the parameter is enclosed in quotes ('), then any characters
  75. can appear. If you want a quote, put two in the command line
  76. parameter.
  77.  
  78.                              DIALER
  79.  
  80. It accepts user input to dial the Hayes SmartModem 1200.  MS-DOS
  81. interrupts are used for RS232 communications, so even though this
  82. was written on a Tandy 2k, it should work in the IBM and the host
  83. of compatibles. If you have trouble communicating with the serial
  84. port, check and change as needed the value assigned to DL in
  85. talk. It selects the COM port which runs the modem.
  86.  
  87.                         LU - Version 1.21
  88.  
  89. Creates and maintains a Novosielski library file to allow
  90. combining multiple files into one larger file. Needs adaptation
  91. for MSDOS.
  92.  
  93.                            PASCAL.LIB
  94.  
  95. Maximum en minimum routines, DRAWBOX, GETLINE, datum routines,
  96. GETFIELD ( creeert een beschermd veld en wacht op input in dat
  97. veld).
  98.  
  99.                              TOOLKIT
  100.  
  101. Pascal  functions and procedures for interactive programs
  102.  
  103.       RDREAL: reads a real number in decimal notation
  104.       RDINT: reads an integer between low and high limits
  105.       RDCHAR: reads a char in a declared set
  106.       YES: reads a y/n response
  107.       NOMORE: prompts "More?" and reads a response
  108.       PAUSE: waits until any key is pressed to continue
  109.  
  110. The functions are used to speed up interactive input and to
  111. prevent "Data error in file USER" crashes.
  112.  
  113.                               UTIL
  114.  
  115. Diverse routines, waaronder coordinaten van actieve windows
  116. bijhouden, reversed video, JaNee input, waarschuwingssignaal en
  117. boodschap, uitlijnen en centreren van tekst, frames, menu's (niet
  118. echt mooi), encrypt, wait funktie, een scherm bewaren en
  119. terughalen, seriele poort handling en nog veel meer dat niet
  120. allemaal even belangrijk is. Een aantal routines bevatten IBM PC
  121. specifieke code en behoeven eventueel aanpassing.