Re: [Tutor] Replacing cmd.exe with custom .py application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lie Ryan

    #1

    Re: [Tutor] Replacing cmd.exe with custom .py application

    On Tue, 30 Sep 2008 15:09:06 -0400, Ezra Taylor wrote:
    Is there something similar to /dev/null on Windows?

    I think it's called nul

    REM This is a batch file (.bat)
    echo "This won't show" NUL

    I'm not sure how to use it in python though.

Working...