Board index » delphi » Invisible Program - Command Line Arguments
Bill Taylor
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
|
Bill Taylor
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
Invisible Program - Command Line ArgumentsDoes anybody know of a way to create a Delphi 1 application that is I'm trying to create a program that prints a record and then terminates Thanks, Bill Taylor |
Bill Taylo
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
Re:Invisible Program - Command Line ArgumentsQuoteBill Taylor wrote: Event, OnCreate Event, and the OnActivate Event. -- Later, Bill Taylor |
Nuno Le
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
Re:Invisible Program - Command Line ArgumentsQuoteOn Sun, 05 Jan 1997 04:32:57 -0800, Bill Taylor <b...@btechdesign.com> wrote: I'm not sure of this, as I never tried it, but I saw a post sometime ago suggesting it. Give it a try... Good luck! Nuno Leal ---- |
Earl F. Glyn
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
Re:Invisible Program - Command Line ArgumentsQuoteBill Taylor wrote: You can read from files, or write to files just like in Turbo Pascal. Just don't try to read from or write to the screen (unless you include the WinCRT unit in Delph 1). Instead of compiling such a program from the IDE, go to a DOS I've created several Delphi utilities that do not -- |
Boris Ingr
![]() Delphi Developer |
Sat, 26 Jun 1999 03:00:00 GMT
Re:Invisible Program - Command Line ArgumentsIn article <32CFF170.6...@postoffice.worldnet.att.net> "Earl F. Glynn" <EarlGl...@postoffice.worldnet.att.net> writes: Quote>From: "Earl F. Glynn" <EarlGl...@postoffice.worldnet.att.net> the .DPR file like a normal unit. Remembering also to remove "forms" from the uses clause and i think you can still get command line params using the paramstr array or HTH Boris Ingram, Cyborg Software |
Earl F. Glyn
![]() Delphi Developer |
Sat, 26 Jun 1999 03:00:00 GMT
Re:Invisible Program - Command Line ArgumentsQuoteBoris Ingram wrote: the command line version of Delphi, DCC and DCC32. -- |