windows - Close cmd without interrupting python script -
i have python script needs run cmd, should stay running once cmd window has been closed. i've tried various combinations of start , call i've hit mental blank (and google isn't helping @ all).
here's have:
@echo off start /b python server.py start python client-sendmessage.py exit server.py singleton, , should continue running after exit reached. client-sendmessage.py should halt script until returns.
 
 
  
Comments
Post a Comment