For process background

testing935
7 years ago

0

I’m coding a reverse TCP in python and I want he run in background process
how can I do that ?

7replies
4voices
226views
? [bolofecal]
7 years ago

0

Save as .pyw

Smyler [WHGhost]
7 years ago

0

Or use os.fork() to create a new process.

testing935
7 years ago

0

thank for your answers guys !

L00PeR
7 years ago

0

what does saving as .pyw does exactly??

Smyler [WHGhost]
7 years ago

0

On Windows, it tells the system to not execute a shell for the process, or something like that. I don’t think it exists on Linux.

? [bolofecal]
7 years ago | edited 7 years ago
L00PeR
7 years ago

0

ok thanks!!

But you can do os.fork() anyways…

I think is pretty much comfortable

You must be logged in to reply to this discussion. Login
1 of 8

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss