Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 351 | f9daq | 1 | @"c:\program files (x86)\national instruments\cvi2013\bin\cvilink.exe" -cmd:link_options.txt -flags:0 -expiry:0 > Link.out 2>&1  | 
        
| 2 | @if errorlevel 1 goto err  | 
        ||
| 3 | @echo Link success  | 
        ||
| 4 | @echo Link complete  | 
        ||
| 5 | @exit 0  | 
        ||
| 6 | :err | 
        ||
| 7 | @echo Link complete  | 
        ||
| 8 | @echo Link failed  | 
        ||
| 9 | @exit 1  |