Menu

Executing signal-input projects

 
Signal-input projects have entry-points that do not require data.  Such projects can be executed by the Batch Client in several ways.  The techniques described below all work because, during installation, a default action was associated with .apj files to invoke the Batch Client on the target file.
 
 

Command Line Window

 
  1. Open a command line window.
  2. Type the path and file name.  For example, "C:\Projects\Fibonacci.apj".
 
 

Windows/File Explorer

 
  1. Navigate to the project.
  2. Double-click on it.
 
 

Batch File

 
  1. Create a text file with a .bat extension.
  2. Type into it the path and file name.  For example, "C:\Projects\Fibonacci.apj".
  3. Save the file.
  4. Run the batch file by invoking it from a command line window or double-clicking it in Windows/File Explorer.