Author: toad
Date: 2008-05-14 13:24:16 +0000 (Wed, 14 May 2008)
New Revision: 19928

Modified:
   trunk/apps/new_installer/res/windows/browse.cmd
Log:
Hide command lines

Modified: trunk/apps/new_installer/res/windows/browse.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/browse.cmd     2008-05-14 13:23:50 UTC 
(rev 19927)
+++ trunk/apps/new_installer/res/windows/browse.cmd     2008-05-14 13:24:16 UTC 
(rev 19928)
@@ -26,7 +26,7 @@
 @regedit /E firefox.reg 
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App 
Paths\firefox.exe"
 :: No I didn't find any better regexp I could do without cote-escaping.
 :: bin\cat.exe firefox.reg | find "@=" | bin\sed.exe "s/""/|/g" | bin\sed.exe 
"s/.*|\(.*\)|/\1/" | bin\sed.exe "s/\\\\/\\/g" > firefox.location
-if not exist firefox.reg goto maybeff
+ at if not exist firefox.reg goto maybeff
 @bin\cat.exe firefox.reg | find "@=" | bin\sed.exe s/@="\(.*\)"/\1/ | 
bin\sed.exe "s/\\\\/\\/g" > firefox.location
 @set /P FIREFOX=<firefox.location
 @if not defined FIREFOX goto maybeff
@@ -38,7 +38,7 @@
 @if not exist "%ProgramFiles%\Mozilla Firefox\firefox.exe" goto maybe1
 @set FIREFOX="%ProgramFiles%\Mozilla Firefox\firefox.exe"
 @echo "%ProgramFiles%\Mozilla Firefox\firefox.exe" > firefox.location
-goto foundff
+ at goto foundff
 :maybe1
 @if not exist "c:\Program Files\Mozilla Firefox\firefox.exe" goto noff
 @set FIREFOX="c:\Program Files\Mozilla Firefox\firefox.exe"


Reply via email to