home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / T-Pascal.70 / FILELIST.DOC < prev    next >
Text File  |  1992-10-30  |  10KB  |  283 lines

  1. FILES ON DISKS
  2. --------------
  3.  
  4. DISK 1
  5. ------
  6. INSTALL   EXE - Install utility
  7. UNZIP     EXE - De-archiving program
  8. README    COM - Program to view README file
  9. FILELIST  DOC - This file
  10. HELP      ZIP - 
  11.    TURBO     TPH - Online help data file
  12.    TVISION   TPH - Online help data file
  13.  
  14. TFLOPPY   ZIP - 
  15.    TURBO     EXE - Turbo Pascal Integrated Development Environment for floppy
  16.                    disks
  17.  
  18. TPC       ZIP - 
  19.    TPC       EXE - Command-line compiler
  20.  
  21. TPL       ZIP - 
  22.    TURBO     TPL - Runtime library units
  23.  
  24. TURBO3    ZIP - 
  25.    GRAPH3    TPU - Turbo Pascal 3.0 Graphics compatibility unit
  26.    TURBO3    TPU - Turbo Pascal 3.0 compatibility unit
  27.  
  28. UNITS     ZIP - 
  29.    APP       TPU - Application unit
  30.    COLORSEL  TPU - Color installation unit
  31.    DIALOGS   TPU - Dialogs unit
  32.    DRIVERS   TPU - Drivers unit
  33.    EDITORS   TPU - Editors unit
  34.    HISTLIST  TPU - History list unit
  35.    MEMORY    TPU - Memory management unit
  36.    MENUS     TPU - Menus unit
  37.    MSGBOX    TPU - Messagebox unit
  38.    OBJECTS   TPU - Objects unit
  39.    OUTLINE   TPU - Outline unit
  40.    STDDLG    TPU - Standard dialogs unit
  41.    STRINGS   TPU - PChar support unit
  42.    TEXTVIEW  TPU - Simple text window unit
  43.    VALIDATE  TPU - Validate objects unit
  44.    VIEWS     TPU - Views unit
  45.    WINDOS    TPU - PChar based I/O unit
  46.  
  47. README        - Product information file
  48.  
  49. DISK 2
  50. ------
  51. BGI       ZIP - 
  52.    GRAPH     TPU - Borland Graphics Interface (BGI) Graph unit
  53.  
  54. BGIBIN    ZIP - 
  55.    ATT       BGI - AT&T 6300 driver
  56.    BOLD      CHR - Additional installable BGI font
  57.    CGA       BGI - CGA and MCGA driver
  58.    EGAVGA    BGI - EGA and VGA driver
  59.    EURO      CHR - Additional installable BGI font
  60.    GOTH      CHR - Gothic font
  61.    HERC      BGI - Hercules mono driver
  62.    IBM8514   BGI - IBM 8514 driver
  63.    VESA16    BGI - VESA 16 color BGI driver
  64.    LCOM      CHR - Additional installable BGI font
  65.    LITT      CHR - Small font
  66.    PC3270    BGI - 3270 PC driver
  67.    SANS      CHR - Sans serif font
  68.    SCRI      CHR - Additional installable BGI font
  69.    SIMP      CHR - Additional installable BGI font
  70.    TRIP      CHR - Triplex font
  71.    TSCR      CHR - Additional installable BGI font
  72.  
  73. BGIDEMOS  ZIP - 
  74.    ARTY      PAS - Borland Graphics Interface demo
  75.    BGIDEMO   PAS - Borland Graphics Interface demo
  76.    BGIDRIV   PAS - Borland Graphics Interface demo
  77.    BGIFONT   PAS - Borland Graphics Interface demo
  78.    BGILINK   MAK - Borland Graphics Interface demo
  79.    BGILINK   PAS - Borland Graphics Interface demo
  80.  
  81. BREAKOUT  ZIP - 
  82.    BOUNDS    PAS - Breakout game source code
  83.    BREAKOUT  PAS - Breakout game source code
  84.    BRICKS    PAS - Breakout game source code
  85.    COUNT     PAS - Breakout game source code
  86.    SCREEN    PAS - Breakout game source code
  87.    WALLS     PAS - Breakout game source code
  88.  
  89. DEMOS     ZIP - 
  90.    CRTDEMO   PAS - Demo showing use of CRT unit
  91.    DIRDEMO   PAS - Directory list demo
  92.    EXECDEMO  PAS - Demo showing how to EXEC other programs
  93.    FIB8087   PAS - Demo showing use of 8087
  94.    LISTER    PAS - Source code printing demo
  95.    OVRDEMO   PAS - Overlay demo
  96.    OVRDEMO1  PAS - Overlay demo
  97.    OVRDEMO2  PAS - Overlay demo
  98.    PROCVAR   PAS - Procedure variable types demo
  99.    QSORT     PAS - Quick sort demo
  100.    TEST286   PAS - Shows how to test for 286 (or later) chip
  101.  
  102. DOCDEMO   ZIP - 
  103.    COLLECT1  PAS - Documentation demo
  104.    COLLECT2  PAS - Documentation demo
  105.    COLLECT3  PAS - Documentation demo
  106.    COLLECT4  PAS - Documentation demo
  107.    COUNT     PAS - Documentation demo
  108.    DRAGS     PAS - Documentation demo
  109.    ENDCMD    PAS - Documentation demo
  110.    HINTER    PAS - Documentation demo
  111.    IMPORT    PAS IMPORT - Documentation demo
  112.    INSWIN    PAS INSWIN - Documentation demo
  113.    ITEMS     DAT ITEMS - Documentation demo
  114.    ITEMS     TXT ITEMS - Documentation demo
  115.    MAKEDAT   BAT - Documentation demo
  116.    MINIMAL   PAS MINIMAL - Documentation demo
  117.    NEWBACK   PAS NEWBACK - Documentation demo
  118.    NORECVER  PAS - Documentation demo
  119.    ORDERS    DAT ORDERS - Documentation demo
  120.    ORDERS    PAS ORDERS - Documentation demo
  121.    ORDERS    TXT ORDERS - Documentation demo
  122.    OUTDIR    PAS OUTDIR - Documentation demo
  123.    PICKLIST  PAS - Documentation demo
  124.    RECOVER   PAS - Documentation demo
  125.    RESOURC1  PAS - Documentation demo
  126.    RESOURC2  PAS - Documentation demo
  127.    STOCKS    PAS STOCKS - Documentation demo
  128.    STREAM1   PAS STREAM1 - Documentation demo
  129.    STREAM2   PAS STREAM2 - Documentation demo
  130.    STRMERR   PAS STRMERR - Documentation demo
  131.    SUPPLIER  DAT - Documentation demo
  132.    SUPPLIER  PAS - Documentation demo
  133.    SUPPLIER  TXT - Documentation demo
  134.    TERMTEST  PAS - Documentation demo
  135.    TUTCONST  PAS - Documentation demo
  136.    TUTOR     PAS TUTOR - Documentation demo
  137.    TUTOR01   PAS TUTOR01 - Documentation demo
  138.    TUTOR02A  PAS - Documentation demo
  139.    TUTOR02B  PAS - Documentation demo
  140.    TUTOR02C  PAS - Documentation demo
  141.    TUTOR03A  PAS - Documentation demo
  142.    TUTOR03B  PAS - Documentation demo
  143.    TUTOR03C  PAS - Documentation demo
  144.    TUTOR04A  PAS - Documentation demo
  145.    TUTOR04B  PAS - Documentation demo
  146.    TUTOR04C  PAS - Documentation demo
  147.    TUTOR05   PAS TUTOR05 - Documentation demo
  148.    TUTOR06A  PAS - Documentation demo
  149.    TUTOR06B  PAS - Documentation demo
  150.    TUTOR07   PAS TUTOR07 - Documentation demo
  151.    TUTOR08A  PAS - Documentation demo
  152.    TUTOR08B  PAS - Documentation demo
  153.    TUTOR08C  PAS - Documentation demo
  154.    TUTOR09   PAS TUTOR09 - Documentation demo
  155.    TUTOR10   PAS TUTOR10 - Documentation demo
  156.    TUTOR11A  PAS - Documentation demo
  157.    TUTOR11B  PAS - Documentation demo
  158.    TUTOR11C  PAS - Documentation demo
  159.    TUTOR12   PAS TUTOR12 - Documentation demo
  160.    TUTORIAL  TVR - Documentation demo
  161.    TUTRES    PAS TUTRES - Documentation demo
  162.    TUTTYPES  PAS - Documentation demo
  163.    TWOSTAT   PAS - Documentation demo
  164.    WORKERS   PAS - Documentation demo
  165.    WORKLIST  PAS - Documentation demo
  166.  
  167. DPMISYS   ZIP - 
  168.    DPMI16BI  OVL - DPMI Server
  169.    DPMIINST  EXE - DPMI configuration program
  170.    DPMILOAD  EXE - DPMILOAD compatible with RTM
  171.    RTM       EXE - DPMI Runtime manager
  172.  
  173. INTRFACE  ZIP - 
  174.    CRT       INT - Interface section of this unit
  175.    DIALOGS   INT - Interface section of this unit
  176.    DOS       INT - Interface section of this unit
  177.    DRIVERS   INT - Interface section of this unit
  178.    GRAPH     INT - Interface section of this unit
  179.    HISTLIST  INT - Interface section of this unit
  180.    MEMORY    INT - Interface section of this unit
  181.    MENUS     INT - Interface section of this unit
  182.    OBJECTS   INT - Interface section of this unit
  183.    OVERLAY   INT - Interface section of this unit
  184.    PRINTER   INT - Interface section of this unit
  185.    SYSTEM    INT - Interface section of this unit
  186.    TEXTVIEW  INT - Interface section of this unit
  187.    VIEWS     INT - Interface section of this unit
  188.  
  189. ONLINE    ZIP - 
  190.    TEMC      DOC - Online document for TEMC utility
  191.    UTILS     DOC - Online document for command line utilities
  192.    MANUAL     TV - Corrections to printed TV documentation
  193.  
  194. SOURCE    ZIP - 
  195.    APP       PAS - Application unit source
  196.    COLORSEL  PAS - Color installation unit source
  197.    EDITORS   PAS - Editors unit source
  198.    MSGBOX    PAS - Message box unit source
  199.    OUTLINE   PAS - Outline unit source
  200.    STDDLG    PAS - Standard dialogs unit source
  201.    STRINGS   PAS - PChar support file
  202.    VALIDATE  PAS - Validate objects source
  203.    WINDOS    PAS - PChar based I/O routines
  204.  
  205. TURBO     ZIP - 
  206.    TPX       EXE - High capacity Integrated Development Environment
  207.    TPX       ICO - Icon for TPW.EXE
  208.    TPX       PIF - PIF file for running TPX under Windows
  209.    TPX        TP - Configuration file for TPX.EXE
  210.    TURBO     EXE - Turbo Pascal Integrated Development Environment
  211.    TURBO     ICO - Turbo Pascal icon
  212.    TURBO      TP - Configuration file for TURBO.EXE
  213.  
  214. TVDEBUG   ZIP - 
  215.    CMDNAMER  PAS - TV Debugging example
  216.    KEYNAMER  PAS - TV Debugging example
  217.    SHOWEVNT  PAS - TV Debugging example
  218.    TVDEBUG   PAS - TV Debugging example
  219.  
  220. TVDEMOS   ZIP - 
  221.    ASCIITAB  PAS - Turbo Vision demo file
  222.    CALC      PAS - Turbo Vision demo file
  223.    CALENDAR  PAS - Turbo Vision demo file
  224.    DEMOCMDS  PAS - Turbo Vision demo file
  225.    DEMOHELP  HLP - Turbo Vision demo file
  226.    DEMOHELP  PAS - Turbo Vision demo file
  227.    DEMOHELP  TXT - Turbo Vision demo file
  228.    DEMOSTRS  PAS - Turbo Vision demo file
  229.    GADGETS   PAS - Turbo Vision demo file
  230.    GENRDEMO  PAS - Turbo Vision demo file
  231.    HELPFILE  PAS - Turbo Vision demo file
  232.    MKRDEMO   BAT - Turbo Vision demo file
  233.    MOUSEDLG  PAS - Turbo Vision demo file
  234.    PUZZLE    PAS - Turbo Vision demo file
  235.    TVDEMO    PAS - Turbo Vision demo file
  236.    TVEDIT    PAS - Turbo Vision demo file
  237.    TVHC      PAS - Turbo Vision demo file
  238.    TVRDEMO   PAS - Turbo Vision demo file
  239.  
  240. TVFM      ZIP - 
  241.    ASSOC     PAS - TVFM demo file
  242.    COLORS    PAS - TVFM demo file
  243.    CYAN      PAL - TVFM demo file
  244.    DEFAULT   PAL - TVFM demo file
  245.    DIRVIEW   PAS - TVFM demo file
  246.    DRAGDROP  PAS - TVFM demo file
  247.    EDITPAL   PAS - TVFM demo file
  248.    EQU       PAS - TVFM demo file
  249.    FILECOPY  PAS - TVFM demo file
  250.    FILEFIND  PAS - TVFM demo file
  251.    FILEVIEW  PAS - TVFM demo file
  252.    GAUGES    PAS - TVFM demo file
  253.    GLOBALS   PAS - TVFM demo file
  254.    INFOVIEW  PAS - TVFM demo file
  255.    MAKERES   PAS - TVFM demo file
  256.    MAKETVFM  BAT - TVFM demo file
  257.    ROSE      PAL - TVFM demo file
  258.    TOOLS     PAS - TVFM demo file
  259.    TRASH     PAS - TVFM demo file
  260.    TREEWIN   PAS - TVFM demo file
  261.    TVFM      PAS - TVFM demo file
  262.    TVFM      TVR - TVFM demo file
  263.    VIEWHEX   PAS - TVFM demo file
  264.    VIEWTEXT  PAS - TVFM demo file
  265.  
  266. UTILS     ZIP - 
  267.    BINOBJ    EXE - Convert binary data to an OBJ file
  268.    BRIEF     TEM - Example TEMC script
  269.    DEFAULTS  TEM - Example TEMC script
  270.    DOSEDIT   TEM - Example TEMC script
  271.    EPSILON   TEM - Example TEMC script
  272.    GREP      COM - Borland Grep
  273.    GREP2MSG  EXE - GREP filter program
  274.    GREP2MSG  PAS - GREP filter program source code
  275.    MAKE      EXE - Borland Make utility
  276.    PRNFLTR   EXE - Printer filter program
  277.    PRNFLTR   PAS - Printer filter source code
  278.    RTMRES    EXE - Load RTM resident
  279.    TEMC      EXE - Turbo editor macro compiler
  280.    THELP     COM - TSR to view .TPH files
  281.    TPUMOVER  EXE - Unit mover utility
  282.  
  283.