RE: standalone wiki
"Michael Geary" <[email protected]>
| Newsgroups | gmane.comp.web.wiki.moin.devel |
|---|---|
| Message-ID | <[email protected]> |
> > I know nothing about pythonw but couldn't you do this (if > > you're on *nix) > > > > pythonw moin.py > /dev/null 2>&1 > > > > If you really want that output just dump it to a file instead > > of /dev/null. > D'oh, I just read win2k... well there is a way to redirect > stdout/err on windows... I think that > redirects stdout but > I can't remember stderr. The redirection syntax (at least this much of it) is the same in Windows 2000 as *nix. The only difference is that the null device is 'nul' instead of '/dev/null'. So: pythonw moin.py >nul 2>&1 (untested, but looks right) Here's a complete reference for the Windows 2000 command redirection: http://www.microsoft.com/windows2000/en/server/help/redirection.htm (Don't be alarmed by the "/server/" in that URL--it's the same for Windows 2000 Professional or Server.) -Mike ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click