home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / hyper.zip / FILE2 < prev    next >
Text File  |  1988-02-01  |  1KB  |  35 lines

  1.                     How PC-Hypertext calls other programs
  2.                     =====================================
  3.  
  4. PC-Hypertext supports angle-bracket jumps to both static and active nodes.
  5. For a definition of these terms, I mean:
  6.  
  7. Static nodes        ASCII, Houdini, ColorTx, PC-Paintbrush.  See <file11>
  8. ============
  9.  
  10. Active nodes        Program calls to DOS/other programs.  See also <file12>
  11. ============
  12.  
  13. You might try the following examples which show several types of angle-bracket
  14. jumps to DOS or other programs.  See <file13> for more information.
  15.  
  16. DOS CALLS           <dir> -- Displays the directory of the current drive
  17. =========           <chkdsk c:> -- Runs the DOS CHKDSK command.  See <file13>
  18.  
  19. Program calls       <basica> -- Jumps to BASIC
  20. =============       <max> -- Run the MaxThink program
  21.  
  22. Compound calls      <cd \volks;vx> -- Runs sequences of program calls.  In
  23. ==============      this example, I first change directories, then call my
  24.                     word processor.
  25.  
  26. The angle brackets that define such calls must be on one line.  However,
  27. our ASCII file format allows you to put up to 255 characters on a line.
  28. Finally, remember to separate each DOS command or program call with a
  29. semicolon.
  30.  
  31. Neil Larson  1/10/87  FILE2
  32. Copyright MaxThink 1988  --  Call (415)-428-0104 for permission to reprint
  33.  
  34.  
  35.