Skip to content

Commit

Permalink
[install] Set a friendly window title in setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Oct 29, 2009
1 parent 0ce59af commit 56955a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/setup.bat
@@ -1,5 +1,7 @@
@echo off

title SAN Boot Configuration Driver

set cpu=
if "%PROCESSOR_ARCHITECTURE%"=="x86" set cpu=i386
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set cpu=amd64
Expand Down

0 comments on commit 56955a0

Please sign in to comment.