GNU Screen equivalent for Windows?

15,313

Solution 1

I used a *.pyw with a shortcut pointing to it and the required command-line arguments. It now runs just perfectly and with no console window.

Solution 2

More general purpose, you can install Cygwin and enjoy the actual screen tool:

enter image description here

Share:
15,313

Related videos on Youtube

millsp
Author by

millsp

Updated on September 17, 2022

Comments

  • millsp
    millsp over 1 year

    Is there such a thing as a terminal multiplexer (i.e. GNU Screen) for the Windows CMD.EXE, or for that matter, is there anything I can use to run a text-only program such as a non-curses python script on Windows XP or Vista in such a way that it can only be detected by using Task Manager, similar programs, or by observing any network traffic that the script generates?

    • UNK
      UNK almost 14 years
      For python scripts, at least, you can rename *.py to *.pyw to prevent it from opening up a window, perfect for daemons and scheduling things to run, and such.
    • millsp
      millsp almost 14 years
      Just for your information, the particular python script I am using is supposed to start immediately when the computer starts (in Startup, and as ATTRIB +R+H, of course), and it runs constantly until the computer shuts down.
    • UNK
      UNK almost 14 years
      I do something similar for a scheduler I wrote, *.pyw works perfectly. Have to log to a file, though.
  • UNK
    UNK almost 14 years
    Happy to have been of assistance!
  • Doug Harris
    Doug Harris about 12 years
    That's quite a screenshot -- a version of Firefox back when it was called Phoenix (sometime between Sept. 2001 and April 2003 (source). Equally dated Yahoo home page.
  • Jinxed
    Jinxed over 6 years
    @DougHarris: Nevertheless, a very valid answer.