home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.pascal.borland      Borland Pascal was actually pretty neat      2,978 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 1,060 of 2,978   
   Marco van de Voort to C.Berthold   
   Re: ExecDos under W2k XP   
   20 Oct 04 07:33:48   
   
   From: marcov@stack.nl   
      
   On 2004-10-20, C.Berthold  wrote:   
   > Hi,   
   > in my BP6 DOS app i use:   
   >   
   > DOS_Command:= DOS_Command +'winword.exe /tc:\fax.dot /msendfaxauto';   
   >  i := ExecDos(DOS_Command,true,nil); (execdos from TProf)   
   >   
   >   
   > it starts Winword.   
   >   
   > under W98 the Dos don't wait till Winword finishd.   
   > Under W2000, XP the Dos-App waits until Winword finishd.   
   > How to prevent waiting?   
      
   Start via the "start.exe"   
      
   so   
   'start winword.exe /tc:\fax.dot /msendfaxauto';   
      
   as cmdline. The start program will then fork. See start /? in a dosbox   
   for more possibilities of this program.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca