Okay, thank you, I will try that!

Molly

On Jun 28, 3:29 am, Joseph <[EMAIL PROTECTED]> wrote:
> create a batch file (.bat) with that command:
> some.exe > null
> and the users can start the application by clicking on the batch file.
>
> There is a issue here as well - the users will see a blank window and
> that may confuse them (while starting and also as it continue to
> execute)
>
> BTW: you can also do some.exe > some.log
>
> so that the error messages are sent to the log file.
>
> Regards,
> Joseph
>
> On Jun 27, 8:28 pm, Molly <[EMAIL PROTECTED]> wrote:
>
> > What if the exe is just clicked on though, then there wouldn't be any
> > writing in the cmd to write that.
>
> > Thanks for the help :)
>
> > Molly
>
> > On Jun 27, 10:35 am, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> > > > 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