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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -