Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
Wkixcrpt is mentioned in the final paragraph in the documentation, but there is a typo
I haven't documented it seperately, as it is identical in use.
Here is the final paragraph: quote: CONSOLE-LESS VERSION If you are developing a windows-like application you may not want a console to display. In this case use "wkxcrypt" to generate the package. Note, if you do this you will not see debugging or error information, as this is sent to the console.
When creating console-less applications you must ensure that you do not generate a console yourself. For instance, using "CMD", "COMMAND" or "%COMSPEC%" will generate a console.
If you are creating a KiXtart package, use "wkix32.exe /i" as the command to execute the script (-e option). Again, the GUI "kcgen.kix" will sort this out for you.
Note, wkxcrypt should of course read wkixcrpt.exe
|