home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / WHEELS.ZIP / FILES.TXT < prev    next >
Encoding:
File List  |  1985-04-29  |  4.7 KB  |  101 lines

  1. TURBO WHEELS (handy tools for Turbo PASCAL programs)
  2.  
  3. +---------------------------------------------------------------+
  4. |  This public domain media material is made available to club  |
  5. |  membership, for its use and distribution, by the following:  |
  6. |                 "TURBO WHEELS" (version 1.00)                 |
  7. |                       Neil J. Rubenking                       |
  8. |            (300 Page St., San Francisco, CA 94102)            |
  9. |  If, after trial, one finds the software application useful,  |
  10. |  SFpcUG encourages your becoming a registered user (donation  |
  11. |  of $10 is sought by the author of this user-supported task)  |
  12. +---------------------------------------------------------------+
  13.  
  14. This is a DOUBLE-SIDED diskette (DOS 2.00) ... (re: Turbo PASCAL)
  15.  
  16. Name           Description
  17.  
  18. READTHIS NOW  Documentation (9pp) and detailing of disk files
  19. ALLFILES LIB  Get files matching template + display, then select
  20. ALLFILES PAS  ^
  21. CIRCLE   LIB  Circle-drawing procedure for graphics mode
  22. CIRCLE   PAS  ^
  23. CURSOR   LIB  Change or hide cursor
  24. CURSOR   PAS  ^
  25. GETSECTR LIB  Read a sector from disk to buffer  (see DISKMOD.PAS)
  26. LABEL    PAS  ^Uses GETSECTR to read and write diskette label
  27. DISKMOD  PAS  ^Disk sector viewing + modification using GETSECTR
  28. DISKTYP  LIB  Get disk type (single/double/fixed, 8/9 sectors)
  29. DISKTYP  PAS  ^Returns disk size in K (160, 180, 320, 360)
  30. EQUIPMNT LIB  Returns information about equipment attached to PC
  31. EQUIPMNT PAS  ^
  32. ERRMESSG LIB  Error messages for DOS 2.0 function calls
  33. EXISTFIL LIB  Test for file's existence before opening
  34. EXISTFIL PAS  ^(avoids crash for lack of program)
  35. EXTENDIO LIB  EXTENDed I/O based on DOS 2.0 full-path commands
  36. EXTENDIO PAS  ^
  37. EXTENDIO DAT  ^Specifications for the new I/O functions
  38. FILEATTR LIB  Read and write the attribute byte for any file
  39. FILEATTR PAS  ^(Read-Only, Hidden, System, Archive)
  40. FILENAME TYP  Filename type definition -- shared by several others
  41. GETFILE  LIB  Procedures to GET FILEs matching a template
  42. GETFILE  PAS  ^(see also ALLFILES)
  43. GETFREE  LIB  Get amount of free space on disk
  44. GETFREE  PAS  ^(avoids "out of space" crashes)
  45. GETINTGR LIB  Takes an integer in a given range
  46. GETINTGR PAS  ^(protected against invalid keystrokes)
  47. HEXFUNCT LIB  Convert integers in range (-32,768 to 32,767)
  48. HEXFUNCT PAS  (Hexadecimal strings from $0000 to $FFFF)
  49. GETKEYS  LIB  Simple procedure to catch any keystroke
  50. GETKEYS  PAS  ^(used by many programs on this disk)
  51. KEYCHART DAT  ^Chart of key codes for GETKEYS.LIB
  52. GETSETDD LIB  Get or set the default drive
  53. GETSETDD PAS  ^
  54. GRFXTABL LIB  Get the dot patterns from the ROM graphics table
  55. GRFXTABL PAS  ^(see also TITLES)
  56. TITLES   LIB  Uses ROM character patterns to create titles
  57. TITLES   PAS  ^(see also GRFXTABL)
  58. GTSETDIR LIB  Get or Set the current directory path
  59. GTSETDIR PAS  ^
  60. KAVAIL   LIB  Returns available memory in K
  61. KAVAIL   PAS  ^
  62. KEYBOARD LIB  Another approach to catching any keystroke
  63. KEYBOARD PAS  ^
  64. SCANCODE DAT  ^Chart of keyboard Scan Codes (use with KEYBOARD.LIB)
  65. FANCYKEY PAS  ^Character/phrase for key pressed (re: KEYBOARD.LIB)
  66. REBOOT   LIB  "Warm" system reboot (without clearing RAM)
  67. LESSRAM  PAS  ^Reset "official" amount of memory lower for programs
  68. LESSRAM  COM  ^  *Runs COMPILED only (uses REBOOT.LIB)
  69. NUMDISKS PAS  ^Change official count of disk drives (re: RAMdisks)
  70. NUMDISKS COM  ^  *Runs COMPILED only (uses REBOOT.LIB)
  71. MKRMDIR  LIB  Make or remove subdirectories
  72. MKRMDIR  PAS  ^
  73. MONITOR  LIB  Simple procedure to check for color or mono
  74. MOVEFILE LIB  DOS 2.0 file RENAME with parameter for MOVE
  75. MOVEFILE PAS  ^(also MOVES to another directory by naming new path)
  76. NEWINT9  LIB  Change the keyboard interrupt to get key release codes
  77. NEWINT9  PAS  ^(can disable typematic -- for games, music, etc.)
  78. NOSOUND  PAS  Quick rescue in case you accidentally leave sound on
  79. PARAMETR LIB  Pass parameters to programs from DOS command line
  80. PARAMETR PAS  ^Gets parameter string up to 80 characters
  81. PARAMETR COM  ^  *Runs COMPILED only
  82. POPSCREN LIB  Pop full screens into view by addressing screen memory
  83. POPSCREN PAS  ^
  84. POPSCREN DAT  ^Sample screen demo (uses SCREENS.TYP)
  85. SCREENS  TYP  ^Type declarations for full-screen manipulation
  86. QUEUE    LIB  A generic line-up
  87. QUEUE    PAS  ^(shows use of dynamic variables for those new to them)
  88. RECTANGL LIB  Rectangle-drawing procedure for graphics modes
  89. RECTANGL PAS  ^
  90. REGPACK  TYP  Contains type definition for REGPACK (Where ...? [ED.])
  91. SAFEWRIT LIB  Write to screen w/o control characters wrecking display
  92. SAFEWRIT PAS  ^
  93. SCREEN   LIB  Direct video screen input/output
  94. SCREEN   PAS  ^
  95. WINDOWS  LIB  Eases use of windows and window-frames
  96. WINDOWS  PAS  ^
  97. SUCCESS  DOC  Documention (about another Turbo PASCAL resource)
  98.  
  99.  
  100.  
  101.