From: "Hubert Toullec" Newsgroups: comp.os.msdos.djgpp Subject: launch programs under NT4 Date: Mon, 1 Mar 1999 14:26:54 +0100 Organization: Wanadoo - (Client of French Internet Provider) Lines: 18 Message-ID: <7be4ke$e9i$1@platane.wanadoo.fr> NNTP-Posting-Host: tntang7-190.abo.wanadoo.fr X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have been using for some time the DJGPP tools under Windows 95/98. In a certain script, I launched MSACCESS with the following command : start /W c:/Program Files/.../MSACCESS.EXE (/W wait for the MSACCESS to finish before continuing the script : this behaviour is mandatory in my script) This works fine under Windows 95/98 because start.exe is an external command, but under NT, start is an internal command of cmd.exe Does anyone know how to get the same behaviour under NT Thanks Hubert TOULLEC hubert DOT toullec AT wanadoo DOT fr