Alberto Barbati wrote:
>>You cannot do this under NT; there is no comparible concept
>>for background
>>processes even if everything in that line above would work.
>
>
> Well, that's not exact. You can use the WinNT command "start"
> to launch a background process.

Yes, you can use "start" but it is not strictly a background process, but rather
another foreground process (in its own window usually).  And the real problems
start then because CVSNT still has a lock on the files until it finishes running
and the "start"ed program will not wait for the lock to release (there is no
"sleep" command in NT).  There are ways to get around it, but NT is not *nix
(even when running Cygwin).

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747

_______________________________________________
Cvsnt mailing list
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to