home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progpas / pxsc.arj / DXSC.HLP < prev    next >
Text File  |  1991-02-04  |  5KB  |  165 lines

  1.  
  2. .?  help in main menu
  3.  
  4.    This program is used to Edit, Compile, Link and Run
  5.        PASCAL-XSC programs.
  6.  
  7.    Enter the letter "h" to enter the help menu or
  8.    Enter the letter "q" to leave this program.
  9.  
  10. .Display   Main menu
  11.  
  12. PASCAL-XSC to C   Development System             Commands are:
  13.  
  14.   E =   Enter the Editor
  15.   C =   Compile a PASCAL-XSC program
  16.   M =   Make a PASCAL-XSC program
  17.   L =   edit a Listing file
  18.   P =   Print a file
  19.   R =   Run a PASCAL-XSC program
  20.   F =   Change the file to work on
  21.   Y =   sYstem call
  22.   D =   toggle  DISPLAY MAIN MENU
  23.   H =   Help menu
  24.   Q =   Quit (leave) the PASCAL-XSC development system
  25.  
  26. .Help      help in submenu
  27.  
  28.                   ****************
  29.                   * Help submenu *
  30.                   ****************
  31.     Read the output of the help menu carefully and answer the prompt in the
  32.     cursor line.
  33. Enter "f" for help on changing the current file.
  34. Enter "e" for help on editing the current file.
  35. Enter "c" for help on compiling the current file.
  36. Enter "m" for help on compiling and linking the current file.
  37. Enter "r" for help on running the compiled program.
  38. Enter "l" for help on editing the listing file.
  39. Enter "p" for help on printing the current file.
  40. Enter "y" for help on system calls.
  41. Enter "d" for help on toggling the "display main menu".
  42. Enter "h" for help on the help feature.
  43. Enter "q" for help on leaving this program.
  44.  
  45.  
  46. .Filename
  47.  
  48.   You are going to change the name of the file to be
  49.   edited, compiled and run.
  50.  
  51.   Enter the letter "p"  to switch to a main program or
  52.     the letter "m"  to switch to a module or
  53.     the letter "o"  to switch to an other file or
  54.     a digit         to switch to a stored filename
  55.     the letter "n"  followed by a new filename or
  56.     the letter "h"  to display this help or
  57.     the letter "q"  to leave the FILENAME command without change
  58.   ending with RETURN.
  59.  
  60. .filename
  61.  
  62.   The FILENAME command changes the name of the file to be
  63.   edited, compiled and run.
  64.  
  65.   Enter the letter "f" followed by
  66.     the letter "p"  to switch to a main program or
  67.     the letter "m"  to switch to a module or
  68.     the letter "o"  to switch to an other file or
  69.     a digit         to switch to a file, already specified
  70.     the letter "n"  followed by a new filename or
  71.     the letter "h"  to display help on the FILENAME command or
  72.     the letter "q"  to leave the FILENAME command without change
  73.   ending with RETURN.
  74.  
  75. .edit
  76.  
  77.   The EDIT command enters the editor to edit the current file or a
  78.   specified file.
  79.  
  80.   Enter the letter "e" and hit RETURN   or
  81.   Enter the letter "e" followed a filename and hit RETURN.
  82.  
  83. .print
  84.  
  85.   The PRINT command prints the current file on a line printer.
  86.  
  87.   Enter the letter "p" and hit RETURN.
  88.  
  89. .compile
  90.  
  91.   The COMPILE command starts the PASCAL-XSC compiler, the C compiler and
  92.   the linker.
  93.  
  94.   Enter the letter "c" and hit RETURN.
  95.  
  96. .make
  97.  
  98.   The MAKE command starts the PASCAL-XSC compiler, the C compiler and
  99.   the linker.
  100.  
  101.   Enter the letter "m" and hit RETURN.
  102.  
  103. .run
  104.  
  105.   The RUN command starts the PASCAL-XSC program of the file specified
  106.   by the FILE command.
  107.  
  108.   Enter the letter "r" followed by the program parameters.
  109.   If you enter only the letter "r" followed by the RETURN key, you are
  110.      requested to enter the program parameters.
  111.   If you do not want to specify program parameters, just hit the RETURN key
  112.      twice.
  113.  
  114.   Enter "rr" followed by the RETURN key to rerun the program with the
  115.      program parameters specified in the previous RUN command.
  116.  
  117. .list
  118.  
  119.   The LISTING command allows you to edit the listing file and creates a new
  120.   pascal source file from the listing file.
  121.  
  122.   The listing file contains error messages of the PASCAL-XSC compiler and the
  123.   pascal source lines.
  124.   All lines starting with "!" are message line and will be deleted
  125.      automatically after leaving the editor.
  126.   All other lines are pascal source lines. Pascal source lines must not start
  127.      with "!".
  128.  
  129.   Enter the letter "l" and hit RETURN.
  130.  
  131. .ystem
  132.  
  133.   The SYSTEM command executes a system command or enters a system shell.
  134.  
  135.   Enter the letter "y" followed by the system command to execute the
  136.      command.
  137.   Enter the letter "y" followed by the RETURN key only to enter a system
  138.      shell.
  139.  
  140. .display
  141.  
  142.   The DISPLAY command toggles the "display main menu" switch.
  143.  
  144.       If the main menu appears automatically,
  145.   Enter the letter "d" and hit RETURN to suppress the main menu
  146.        and the "Hit RETURN to continue" prompt.
  147.  
  148.       If the main menu does not appear,
  149.   Enter the letter "d" and hit RETURN to display the main menu
  150.  
  151. .help
  152.  
  153.   The HELP command gives online help.
  154.  
  155.   You may type the letter "h" followed by the RETURN key to display the
  156.   help menu or
  157.   you may type "h" followed by a command letter to display help on
  158.   the command. This mode suppresses the help menu.
  159.  
  160. .quit
  161.  
  162.   The QUIT command "q" stops this program.
  163.  
  164. ..
  165.