Skip to main content

Hide console and execute applications in background

Project description

Hidden Console Start ⚙️

Hide console and execute applications in background. HCS (Hidden Console Start) is a good alternative to simulate background process (process &) as in GNU/Linux systems.

GNU/Linux

$ ping 127.0.0.1 > log.txt &

Windows

$ hcs -e "ping 127.0.0.1 > log.txt"

What can I do with HCS?

  • Launch applications in background

  • Launch all the processes that you want with one call to HCS (one subprocess in one thread for each application)

Installation

You can install or upgrade HCS with:

$ pip install hcs --upgrade

Or you can install from source with:

$ git clone https://github.com/RDCH106/hidden_console_start.git --recursive
$ cd hidden_console_start
$ pip install .

Quick example

$ hcs -e "ping 127.0.0.1 > log.txt" "mspaint"

The example executes ping to 127.0.0.1 redirecting the result to log.txt file and launch Microsoft Paint at the same time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hcs-0.1.16.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file hcs-0.1.16.tar.gz.

File metadata

  • Download URL: hcs-0.1.16.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hcs-0.1.16.tar.gz
Algorithm Hash digest
SHA256 4e3272c236823a12f9f06288e67ca66cea4b1d78ebec9dc643d32ac4d089d49c
MD5 5e97e29a506687e03b2a5fa840ab39bd
BLAKE2b-256 fda4e9d6da4fb7063d5eed226c3cf3c920bf3be693cce2b7146f81bd48ffd6ef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page