Page 1 of 1

WScript.quit causes error under Windows2000

Posted: Sun Jun 07, 2009 7:27 am
by Heinz
Hi,

when I create an .EXE with the folloing simple code and run the exe under Winows 2000 I get an error

Exception c0000005 at address 759C2E80 (<nosymbols>)"

Code: Select all

	wscript.echo "error&#58;invalid parameters"

	WScript.Quit 


I have found that when I remove "WScript.Quit" then it will work under Windows2000, too.

I use ScriptEncryptor V 2.9.3.0

What can be reason that "WScript.Quit " causes an execption error under Windows 2000 ?
(It works with XP)

thank you very much

Heinz

Posted: Sun Jun 07, 2009 2:00 pm
by support
Small part of code that you have provided work correct after compilation.