home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / pdos_112 / contents.txt < prev    next >
Text File  |  1993-08-02  |  4KB  |  78 lines

  1. Contents of this archive:
  2.  
  3. Programs          Comments
  4. ------------      ------------------------------------------------------------
  5. POWERDOS.PRG      Goes into the AUTO folder before any other TSR's, but after
  6.                   debuggers or managers like Desk Manager.
  7.  
  8. PIPE.DEV          Pipe device. If you need pipes, this goes into the POWERDOS
  9.                   folder on the boot drive. Read the PIPE_USE.TXT file for
  10.                   help in setting up and using pipes.
  11.  
  12. MAKEPIPE.TTP      Used to actually create pipe devices. See the sample
  13.                   CONFIGUR file for an example of its usage.
  14.  
  15. ALIASDRV.TTP      Used to set up an alias to a complex path name assigned to
  16.                   a single drive letter. Run this program from the desktop,
  17.                   with a parameter of '?' for help. Ususally installed from
  18.                   the CONFIGUR file.
  19.  
  20. MEM_RPT.TTP       Used to dump a snapshot of the current memory useage to
  21.                   a disk file. Iffy usage; sometimes will not respond to
  22.                   its control keys. Started by pressing ALT + Right Shift.
  23.                   Must be run from the CONFIGUR file, as it is required to
  24.                   run as a superuser daemon.
  25.  
  26. TRACE.TTP         Will dump all of the trap #1 function calls to a disk file.
  27.                   On its command line, give it the name of the program to
  28.                   trace, a comma, then the name of the file to dump the trace
  29.                   into. Example: WWRITER2.APP,d:\ww2trace.txt
  30.  
  31. AUTO_RUN.TTP      This takes a txt file as input (a sample file is provided).
  32.                   It is similar to the Unix utility Cron. It schedules
  33.                   programs to run on a timed basis (sorry, not AES programs).
  34.                   As an example, we use it to run a program at 12:00am on
  35.                   every machine on our network (7 machines) that synchronizes
  36.                   all of the clocks, so all of our machines will be off by
  37.                   the same amount.
  38.  
  39. PMONITOR.ACC      Useable from within MultiDesk, this accessory shows 
  40.                   snapshots of all running processes. Fun to play with, but
  41.                   that's about it.
  42.  
  43. 1426_FIX.PRG      Allows you to use a TT monitor (the PTC1426) with a Falcon.
  44.                   Patches ST low, 640x480x16 and 640x480x256. Not really a
  45.                   part of PowerDOS; however, it won't run without it, as it
  46.                   uses a cool PowerDOS call to directly tie into the proper
  47.                   function vector of the XBIOS. We've included this and its
  48.                   source as an example of the more elegant way to patch the
  49.                   BIOS/XBIOS.
  50.  
  51. Text files        Comments
  52. ------------      ------------------------------------------------------------
  53. CONFIGUR          A sample configuration file. This file is placed into the
  54.                   POWERDOS folder (which is in the root of you boot device).
  55.                   From this file, certain PowerDOS variables may be set, and
  56.                   programs (with command lines) may be run.
  57.  
  58. COMMAND.FIL       A sample command file for the AUTO_RUN program.
  59.  
  60. POWERDOS.TXT      A text file that describes the calling parameters of the
  61.                   new functions that PowerDOS provides. Not a complete
  62.                   document, but should give you the basics neede to allow
  63.                   you to launch background tasks, and do multithreading.
  64.  
  65. PIPE_USE.TXT      Shows how to install pipes from the CONFIGUR file, and
  66.                   how to use them.
  67.  
  68. DOSMACRO.S        A macro file usable with Hisoft assemblers. Contains all
  69.                   GemDOS/PowerDOS function calls, plus BIOS and XBIOS macros.
  70.  
  71. DOS_DEFS.S        The 'guts' of PowerDOS. Shows all of the structures used,
  72.                   like the process descriptor, path descriptor and PowerDOS
  73.                   kernal variables. Not for the faint of heart.
  74.  
  75. 1426_FIX.S        Source (for Hisoft assemblers) for the 1426_FIX.PRG listed
  76.                   above. Shows the better way to patch the BIOS/XBIOS.
  77.  
  78.