Re: [OT] Windows cmd parsing

2006-12-08 Thread Mladen Turk
Fenlason, Josh wrote: Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\stagecoach>set "FOO=FOO BAR" C:\Documents and Settings\stagecoach>echo %FOO% FOO BAR Excellent, so it works on 2K as well! Thanks, Mladen.

RE: [OT] Windows cmd parsing

2006-12-08 Thread Fenlason, Josh
From: Mladen Turk [mailto:[EMAIL PROTECTED] > Sent: Friday, December 08, 2006 10:43 AM > To: Tomcat Developers List > Subject: [OT] Windows cmd parsing > > Hi, > > If anyone has access to the Windows 2000 or Windows NT 4.0 (I > have 2k3 and XP, so I know its working), can yo

[OT] Windows cmd parsing

2006-12-08 Thread Mladen Turk
Hi, If anyone has access to the Windows 2000 or Windows NT 4.0 (I have 2k3 and XP, so I know its working), can you do the following: Open cmd.exe C:> set "FOO=FOO BAR" C:> echo %FOO% And give me the output? The problem is that I'm not sure how pre-XP handles the SET directive is there is a sing