A file path with a *.job extension is recognized to be a WinCross job file and will be opened when it appears on the command line.
Example 1:
"c:\tag\wc15\wincross.exe" "c:\Project 123\myjob.job"
This command line instruction will open WinCross and the job file myjob.job.
The following file extensions are recognized as data files and will also open from the command line: *.sav, *.xls, *.xlsx, *.csv, *.tsv and *.tab.
Example 2:
"c:\tag\wc15\wincross.exe" "c:\Project 123\mydata.sav"
This command line instruction will open WinCross and the SPSS data file mydata.sav.
Memorized reports can be processed using command line instructions.
Example 3:
"c:\tag\wc15\wincross.exe" -wmr "c:\wmrfiles\myreport.wmr"
This command line instruction will open WinCross and run the specified memorized report.
Example 4:
"c:\tag\wc15\wincross.exe" -wmr "c:\wmrfiles\myreport.wmr" -close
This command line instruction will open WinCross, run the specified memorized report and close WinCross.
Related topics: