JANOS Help System: [Commands] [Topics] [Tech Support] [Printable Manual] [Search]
Results for: "*BATCH" ..found 16 topics (4.0 secs) 1. HELP Topic: run run - Execute Script exec - Executes commands in batch mode SYNOPSIS run SCRIPT PARAMETERS exec BATCH DESCRIPTION JANOS uses a PHP-like language for scripting. In batch file execution, scripts may be used to render batch 2. HELP Topic: cksums DESCRIPTION The JANOS scripting language can be used in the batch environment. Here the script renders commands which are then executed. This is similar to its use in the WebServer situation where PHP renders the HTML 3. HELP Topic: scripting tool in rendering HTML. Scripting can be included as part of a command line batch file. In the batch environment scripts can conditionally render commands generating a batch file as appropriate for the current state of 4. HELP Topic: environment NOTES Environment variables can be referenced by commands in batch files. A variable name surrounded by percent '%' signs in a batch command line are replaced with the value of the variable. Use the HELP -S command to see more results.