User Tools

Site Tools


jvs:fscan:manual:chapter2:run

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

jvs:fscan:manual:chapter2:run [2011/12/20 18:36]
voyvodic
jvs:fscan:manual:chapter2:run [2023/02/23 18:43]
Line 1: Line 1:
-**fScan Reference Manual, Chapter 2 (CmdLineOptions): run** 
-===== Run -- Execute a series of fScan interactive commands ===== 
-**usage: -run flag string**\\ 
-**usage: :** 
-===== ===== 
-With no arguments, this command just forces everything before it in the command line to be processed before processing other options. A colon (surrounded by blank space) is a shorthand equivalent to the **-run** command with no arguments. It simply forces execution of all command options preceding it. 
  
-With arguments, this loads interactive command strings. 
- 
-FLAG: 
-  * 1 - interpret STR as a sequence of interactive commands (default). This sets [[jvs:fscan:manual:chapter4:peekstr|peekstr]] to STR. 
-  * 2 - run contents of file STR as a sequence of interactive commands 
-  * 3 - STR is the name of a menu; ITEM is the number of an item within that menu (1=first). If STRING="funckey", ITEM is Funckey number. The menu item is run as though it had been selected interactively. Multiple pairs of [MENUNAME ITEM] can be combined in the same '-run 3' command. 
-  * 4 - set contents of file STR to run when fScan terminates (sets [[jvs:fscan:manual:chapter4:quitstr|quitstr]]) 
-  * 5 - run STR as a synchronous fScan shell command  
- 
-Examples: 
-<code> 
-  fscan infile -e + 100 : -e x 4 -D           # process image addition and multiplication separately (show both results)  
-  fscan infile -e + 100   -e x 4 -D           # addition and multiplication will be done together (one result window) 
-  fscan infile -run  
-</code> 
-**See Also:**\\ 
-[[jvs:fscan:manual:chapter3:winkeys:exec|EXEC]],  
-[[jvs:fscan:manual:chapter3:winkeys:optfile|OPTFILE]]  
- 
-[[jvs:fscan|fScan Home]],  
-[[jvs:fscan:manual|fScan Manual]],  
-[[jvs:fscan:manual:chapter2|CmdLineOptions]],  
-[[jvs:fscan:manual:help|Manual Help]] 
jvs/fscan/manual/chapter2/run.txt · Last modified: 2023/02/23 18:43 (external edit)