home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / INTERACT.SCR < prev    next >
Encoding:
Text File  |  1991-12-06  |  817 b   |  28 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« Interactive »ye«
  3.  
  4.     /INTERACTIVE
  5. /cw
  6.     Go into Interactive mode.
  7.  
  8.     »%t«DO»#« will execute in Interactive mode until you enter an »%t«/EXIT»#«
  9.     or »%t«/HALT»#« command.
  10.  
  11.     NOTE: if you use the »%t«/HALT»#« command, »%t«DO»#« will terminate operation.
  12.  
  13. .pg clr
  14.     Under normal processing, any line not starting with a slash ("»ye«/»#«")
  15.     will be passed to DOS to be executed as a command.  If you wish
  16.     to display a line in interactive mode, preceed it with a greater-than
  17.     ("»+ma«>»#«") sign.  For example:
  18.  
  19.         [DO] C:\> »wh«DIR *.*»#«
  20.  
  21.     would cause DOS to display a directory of all files, but:
  22.  
  23.         [DO] C:\> »+wh«>»wh«DIR *.*»#«
  24.  
  25.     would display the line "»cy«DIR *.*»#«" on the screen.
  26.  
  27. /ENDEXEC CLEAR
  28.