Chaguito
(Getting the hang of it)
2003-10-16 03:52 PM
Problem with wkixcrpt

Hello to all....Just tried the new version of kixcrypt and works ok but if I do a form or a pop-up script it will appear only minimized.

For example:
If I make a script that displays the computer information in a pop-up message it will appear in the bottom of all screens and minimized. You have to select it so you can se the info.

code:
$1=@WKSTA+@CRLF
$2=@CPU+" "+@MHz+@CRLF
$3=@ProductType +" "+ @CSD+" Build " + @Build+@CRLF

MESSAGEBOX ($1+$2+$3, "Computer System Information", 64)

This is the encryption code:

code:
 wkixcrpt -f "C:\kix\WKIX32.EXE" -e "%KIXCRYPTDIR%\wkix32.exe /i """%KIXCRYPTFILE%"""" "C:\kix\OS.kix" 

Thanks


LonkeroAdministrator
(KiX Master Guru)
2003-10-16 04:09 PM
Re: Problem with wkixcrpt

sure.
hmm... were you the dude who hijacked first the other thread?

anyway, you need to make your script to work around it.
once the stuff is shown, make a setfocus or similar there.


Chaguito
(Getting the hang of it)
2003-10-16 04:27 PM
Re: Problem with wkixcrpt

If I try start the script off the command prompt works ok but if I double click on the exe file appears minimized.

Any ideas????

[ 16. October 2003, 16:35: Message edited by: Chaguito ]


LonkeroAdministrator
(KiX Master Guru)
2003-10-16 04:51 PM
Re: Problem with wkixcrpt

as stated above, you need to make a workaround IN YOUR SCRIPT!
either delay the start-up or do a setfocus()