when i create exe file with B4j create package standalone, when i run it
from a command prompt exit immediatly and continue work in background,
but i need to wait until finish, because it must create a file and after i need
to elaborate it.
when i create exe file with B4j create package standalone, when i run it
from a command prompt exit immediatly and continue work in background,
but i need to wait until finish, because it must create a file and after i need
to elaborate it.
but maybe i not expalined well, the program work but in backgrounf
and i don't want so, i need to now when the exe finish for eleborate
the file created.
when i create exe file with B4j create package standalone, when i run it
from a command prompt exit immediatly and continue work in background,
but i need to wait until finish, because it must create a file and after i need
to elaborate it.
1.Is your exe a non-ui app?
2.What is run it and exit immediatly? do you describle how to do ?
3. How do you know it is working in backgroud?
4.Do you add log to your app for debugging?
1.Is your exe a non-ui app?
2.What is run it and exit immediatly? do you describle how to do ?
3. How do you know it is working in backgroud?
4.Do you add log to your app for debugging?
then you need to wait for the app to finish from commandline. if the exitcode is 0 then you can continue to work. if not then check the error-code.
-> Google
Hard to help more based on the spare infos you provided.
then you need to wait for the app to finish from commandline. if the exitcode is 0 then you can continue to work. if not then check the error-code.
-> Google
Hard to help more based on the spare infos you provided.