- Posts: 51
- Thank you received: 0
×
Discussions for CodeTyphon Object Pascal Programming Language
Question Console program run in the background
- Chad Adams
- Topic Author
- Offline
- Junior Member
-
Less
More
1 year 1 month ago #15845
by Chad Adams
Console program run in the background was created by Chad Adams
Does anyone know how to start a program but only in the background, without using a separate launcher? For example, starting with a -d command.
I have looked at fork but that would only work on Linux.
Thanks!
I have looked at fork but that would only work on Linux.
Thanks!
Please Log in or Create an account to join the conversation.
- Dinko
- Offline
- Junior Member
-
Less
More
- Posts: 91
- Thank you received: 5
1 year 1 month ago #15848
by Dinko
Replied by Dinko on topic Console program run in the background
Try this
call start /min "n" "notepad.exe"
call start /min "n" "cmd"
call start /min "n" "notepad.exe"
call start /min "n" "cmd"
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 1 month ago #15850
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Console program run in the background
Look at
pl_CMDRunner CT pkg
pl_CMDRunner CT pkg
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.