Re: Command To Output Text To The Screen In .vbs??
It's also worth noting that you should be using cscript.exe to call it if
you want the messages to write to the console.
"Andy" <andy.mcvicker@xxxxxxxxxxx> wrote in message
news:1189185054.763927.285450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi Gang
This is probably a dumb question but I have a .vbs that takes a long
time to process. Right now I'm testing it on our server through a
command window. I want to have it spit out messages on the screen to
show progress. I could do a msgbox but that would halt the process
and I don't want 50 million popup windows.
Please help!!
Thanks
Andy
.
Relevant Pages
- Fake Console Application
... I want to create something that acts like a Command Window where users can enter text and on hitting return some action will be taken depending on the text that was entered. ... I don't want users to be able to cursor all over the console - I want to capture the up/down keys and put previous text in to the console - in fact I want it to pretty well be a command window but with control over what goes into it. ... I have also tried a User Control with a disabled RichTextBox and a Text Box for input at the bottom - control is much better but the user doesn't get the feel that he/she is typing in to a console window. ... (microsoft.public.dotnet.languages.csharp) - Re: Can I get both Command Window" and "Win32 Window"
... Can I have both win32 and command window, Mingw could do it but it can ... // maximum number of lines the output console should have ... setvbuf(stdout, NULL, _IONBF, 0); ... (microsoft.public.vc.language) - Communicating, GUI and application
... I use a GUI to control a measuring device. ... Now the command window becomes the console. ... (comp.soft-sys.matlab) - Re: Console app
... Michael C wrote: ... See the code below (it is not production grade, ... If someone types MyApp.exe Console at the command line then it will create a new command window instead of using the existing one. ... (microsoft.public.dotnet.languages.csharp) |
|