input box while compiling
Hi all.
Is it possible to create an input box while compiling ?
I want to ask for a Version number to include this information into the created installer-file.
thx
Malibu
Archive: input box while compiling
input box while compiling
Hi all.
Is it possible to create an input box while compiling ?
I want to ask for a Version number to include this information into the created installer-file.
thx
Malibu
You can execute some program that'd ask for it using !system. That program can then write the version to a file that you'll later !include in your script.