Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The information about what is displayed when Output view: is pressed is also given here. To determine what will be shown, the script must include a comment line in the following form:

For Windows  :
rem OutputFile: %1.log


For Linux/Unix:

 # OutputFile: "$1.log"


where "$1.log" means to display in that window a file whose name is: project_name.log. The name can also be an absolute name like output.dat. If this line is omitted, when you press Output view:, nothing will be displayed.