Parameter useage

1. run a terminal script job

open cmd_window.bat and run below command to run a job, ta is a shortcut name for Terminal Agent. “ta” is a shotcut name for Terminal Agent Tool

ta <jobname>

2. options

2.1. edit a job script with VScode

ta <jobname> -o

2.2. open a job script folder with VScode

ta <jobname> -O

2.3. run a job script with debugmode

debugmode allow the shell window active after the job script is done

ta <jobname> -d 0

2.4. run a job script with jobmode

jobmode means after the job script is done, shell window is deactive,and job output is saved.

ta <jobname> -d 1

2.5. run a job script with config change

config value could be changed in job script.

ta <jobname> name1=value1 name2=value2

3. command line job Example

3.1. run WSL command line

ta wsl

3.2. run CMD command line

ta cmd

3.3. run PowerShell command line

ta ps

3.4. run command line to build node project

ta node

3.5. run conda in windows

ta conda_win

3.6. run conda in WSL

ta conda_wsl