Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Rid Of DOS Window Pop-Up 1

Status
Not open for further replies.

Elkari

Programmer
May 1, 2001
144
US
The situation is that a Delphi program, running in the background, calls a Clipper application at timed intervals. When the Clipper application is triggered a DOS window comes up then quickly closes when the program finishes. The porcess should take place without the user knowing it is even running. My questions are, Is there any way to surpress the DOS window from poping up? Is this a Delphi setting or something to be done in Clipper?
 
I'd never used Delphi in windows, but, I've used to hide some scheduled Clipper apps redirecting them to NUL. They run in a Novell environment, without the user see them. (unless a runtime error occurs).
Say.. from your Delphi app: "run my_clipper_app > nul"
Good luck !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top