How to use WLST on Windows Server with python
Hi
Im trying to use WLST on windows server with python script.
I was able to use os.system("nohup ~") on Linux, but not on Windows.
"nohup" is not available on Windows, so I am looking for a command other than os.system("nohup ~")
What Im trying to do is running cmd file using os module on windows server.
Does anyone know how to do this?
Thanks