The attached AutoHotKey script takes 2 command line arguments. The first is the
.txt file you wish to import, the second is the .scf file you want to
save as. It assumes the TCE has already been invoked, takes over the
mouse and keyboard, then:
- creates a new file with Process Name: MyAppName
- Imports your .txt file (you should provide the full path as a command line argument).
- Saves the file as your .scf file (again, provide the full path).
- Closes the TCE, but does not exit LabVIEW.
This script also works as compiled to an EXE, you'll need AutoHotKey to do that.
You'll probably want to rename the file to have a .ahk extension, I had to rename it to .txt to get it to attach.)