home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / ddosaid.arc / DDOS_AID.DOC next >
Text File  |  1985-12-18  |  2KB  |  53 lines

  1.  
  2.          DDOS_AID - by Chris M. Magyar - 12/19/85 Update
  3.        ---------------------------------------------------
  4.  
  5.     Here are a few utilities I wrote that may be of use to those of you who 
  6.   use DoubleDOS.  SWITCH.ASM is a simplified version of the program supplied 
  7.   with your DoubleDOS distribution disk.  
  8.  
  9.     The following files should be included with this ARChive:
  10.  
  11.  
  12. 1    DDOS_AID.DOC  -  This File
  13.  
  14. 2    DOUBLEDO.EQU  -  DoubleDOS interrupts in Equate form for easy ASM
  15.                         programming.  With descriptions.
  16.  
  17. 3    SWITCH  .COM  -  Performs unconditional task switch.
  18. 4    SWITCH  .ASM
  19.  
  20. 5    SUSPEND .COM  -  Suspends the Invisible partition.
  21. 6    SUSPEND .ASM
  22.  
  23. 7    RESUME  .COM  -  Resumes the Invisible partition.
  24. 8    RESUME  .ASM
  25.  
  26. 9    HERESTAT.COM  -  Display Status, Task Number, and return the Status
  27. 10   HERESTAT.ASM       in the form of an ERRORLEVEL
  28.  
  29. 11   FLIPSTAT.COM  -  Display Status of Invisible (FlipSide) partition.
  30. 12   FLIPSTAT.ASM       return status in ERRORLEVEL
  31.  
  32. 13   SEND    .COM  -  Send a charachter string (followed by a CR) to
  33. 14   SEND    .ASM       the other partition.  Handles various error
  34.                         conditions such as keyboard buffer overflow,
  35.                         nul input, and suspended partitions. See SEND.ASM
  36.                         for additional info.
  37.                         
  38.  
  39.     These utilities help to round out the DoubleDOS multi-tasking program by 
  40.   adding BATCH level control over the partitions.  SEND is probably the most 
  41.   useful program, allowing distributed processing.  The various supplemental 
  42.   utilities further enhance control.  
  43.  
  44.     I ask for no contributions, but if you decide to improve/add to these 
  45.   routines, please upload a copy to my BBS (Fido).  
  46.  
  47.                   Chris Magyar, Sysop
  48.                   Germantown Programmer's Exchange
  49.                   (301) 428-3418
  50.      
  51.  
  52.  
  53.