I use a Python script to launch other scripts (often batch or ps1 files).
In my package, setup.py ends with the instruction:
Code: Select all
os.system("cd C:\dossier0\dossier1 && start setup.bat")My question is: How can I prevent Wapt from shutting down the computer before the batch process is complete? How can I make Wapt understand that the job isn't finished and that it needs to wait before shutting down?
I thought about using `time.sleep(10)`... but well, it's not very... clean
By the way:
I discovered WAPT during my studies while looking for deployment software; I use it on my personal computer and, since this year, in the company where I work! It's an excellent product.
I would also like to know where I can report problems related to my packages or my usage.
EDIT: Oops, wrong forum
