home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / hypertxt / hyper.arc / FILE12 < prev    next >
Text File  |  1988-02-01  |  3KB  |  58 lines

  1.                 Methods of calling ACTIVE NODES
  2.                 ===============================
  3.  
  4. PC-Hypertext supports THREE (3) different ways of calling DOS routines or
  5. other programs.  These methods are:
  6.  
  7. Filename method -- If you embed a DOS call such as <DIR> in either network
  8.                 or ASCII files, the program executes the DIR command.
  9.                 Similarly, you could include calls to <BASICA> or other
  10.                 programs.  See DOS CALLS <file13>
  11.  
  12.                 An interesting use of this feature is in organizing the
  13.                 software to accomplish tasks into separate procedures or
  14.                 sequences of software.  Use a ASCII file to describe the
  15.                 overall task, then list each of your software tools needed
  16.                 to accomplish this task.  See <file18> for a procedure
  17.                 file.
  18.  
  19. Word processor method -- Press Alt-E to load your word processor  with  the
  20.                 current file.  Select the OPTION command to define the word
  21.                 processor and calling sequence.  Use # or @ to indicate the
  22.                 current filename in the loading process for your word
  23.                 processor.  See <guide5> for usage details.
  24.  
  25.  
  26. GOTO  command  --  The  GOTO  command  is  the  most  powerful  command  in
  27.                 PC-Hypertext.  See also <file2>.  For example:
  28.  
  29.                 NODE JUMPS
  30.                 ==========
  31.                 G 12 Enter      Jumps to node 2
  32.                 G 1  Enter      Jumps to the top node of any network file
  33.                 G 0  Enter      Jumps to the start of a hypertext system
  34.  
  35.                 CURSOR JUMPS
  36.                 ============
  37.                 G 12 3 Enter    Jumps to node 12, cursor on topic 3
  38.  
  39.                 FILE JUMPS
  40.                 ==========
  41.                 G filename      Jumps to the specified file (ASCII, graphic)
  42.                 G netfile 3 2   Jumps to another network, node, and topic
  43.  
  44.                 DOS CALLS
  45.                 =========
  46.                 G DIR           Jumps to DOS
  47.                 G DIR; PAUSE    Compound jump to DOS
  48.                 G BATCH.BAT     Jumps to a DOS batch file
  49.  
  50.                 PROGRAM CALLS
  51.                 =============
  52.                 G Max           Jumps to MaxThink
  53.                 G HOU           Jumps to Houdini program
  54.                 G BASIC /s:512  Jumps to BASIC
  55.  
  56. Neil Larson  1/10/87  FILE12
  57. Copyright MaxThink 1988  --  Call (415)-428-0104 for permission to reprint
  58.