Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Object Pascal Programming Language
  • Page:
  • 1

TOPIC:

Console program run in the background 2 years 11 months ago #15845

  • Chad Adams
  • Chad Adams's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 0
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! 
 

Please Log in or Create an account to join the conversation.

Console program run in the background 2 years 11 months ago #15848

  • Dinko
  • Dinko's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 91
  • Thank you received: 5
Try this
call start /min "n" "notepad.exe"

call start /min "n" "cmd"

Please Log in or Create an account to join the conversation.

Console program run in the background 2 years 11 months ago #15850

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Look at
pl_CMDRunner CT pkg
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1