How to compile into executable?

17 views
Skip to first unread message

asd.and.Rizzo

unread,
Jan 10, 2012, 10:29:53 AM1/10/12
to CS-Script
I found in Features doc "Any script can be compiled into executable.
Thus no script engine is required to run it."
How could I do it? I can not find any docs or right methods.

Thanks

Desert Serenity

unread,
Jan 10, 2012, 3:19:30 PM1/10/12
to cs-s...@googlegroups.com

The easiest way is to right-click the script file and click one of compile options. For automation, scripts can be compiled via cscs.exe's command line interface. For example, for console scripts:

cscs.exe /e test-script.cs

or, for GUI scripts:

cscs.exe /ew test-win-script.cs

Reply all
Reply to author
Forward
0 new messages