Menu

Executing data-input projects

 
Data-input projects have entry-points that require data.  Such projects can be executed by the Batch Client in the following ways.
 
 

Batch File

 
  1. Create a text file with a .bat extension.
  2. Type into it the path and file name of the Batch Client program, followed by all necessary arguments.  For example, "C:\Program Files (x86)\MII Ltd\Absyntax Framework\AbsyntaxBatchClient.exe C:\Projects\TwitterSearch.apj /data=Madrid".
  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.
 
 

Command Line Window

 
  1. Open a command line window.
  2. Type the path and file name of the Batch Client program, followed by all necessary arguments.  For example, "C:\Program Files (x86)\MII Ltd\Absyntax Framework\AbsyntaxBatchClient.exe C:\Projects\TwitterSearch.apj /data=Madrid".