> I created an exe app and when it is run in the CMD there is a lot of
> output of what is going on on the site. I was wondering if there was a
> way for words that I write to show up and not all of the output.

I'm not sure whether the output is being written to stdout or to 
stderr, but if it's stdout, usually you can use

   c:\project\> some.exe > nul

(adding "> nul") to suppress the output in a dosbox.

-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to