Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About command-line arguments
#1
Hi,
I can use the bat code below to execute the CS file, 
However, the main Uiscripter window is displayed, and after the execution, the main window is not closed

How to do this: Do not display the main window, and automatically exit the process after execution

Thanks in advance for any advice and help
david
 
Code:
Copy      Help
 
@echo off
"C:\Program Files\Uiscripter\Au.Editor.exe" *Script4.cs
pause
#2
In script Properties select role exeProgram, OK, compile. It creates .exe file and displays its folder in the Output. In bat code use exe path.

Or in Options check "Start hidden...". The program will not exit, but its window will not be shown.


Forum Jump:


Users browsing this thread: 1 Guest(s)