Add new comment

remove artificial sleep

When I run j2ewiz from command line, it waits around 10 seconds before exit, which is very annoying when integrated with my installer script. Most probably the sleep is there to allow time for the users to run it, but some users might just run it integrated into other tools.

More exactly it displays the following text for ~10 seconds:
Executive file "C:\Myprojects\pacman\pacman.bin" created successfully.

Can you add a /nowait command line option which will eliminate this extra wait time at the end?

(j2ewiz might just exit with 0 on success or 1 with error, so it could be easily integrated in install scripts)

Thank you.