1👍
You can use the /b option of the start command to start another application without creating another window.
START ["title"] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
[/NODE <NUMA node>] [/AFFINITY <hex affinity mask>] [/WAIT] [/B]
[command/program] [parameters]
B Start application without creating a new window. The
application has ^C handling ignored. Unless the application
enables ^C processing, ^Break is the only way to interrupt
the application.
👤303
- Could not understand foreign key and manytomany field in django
- Django-admin is not working Django 1.11 Python 3.6
- Django REST API connection issues
- TypeError: %d format: a number is required, not datetime.timedelta
- How to access a library of methods?
Source:stackexchange.com