[hide=30]
Install.cmd
[code]
@echo off
cd /d %~dp0
for /f "DELIMS=" %%A in ('editioncheck'do set VistaEdition=%%A
if "%VistaEdition%"=="Windows Vista Business Edition" goto install
if "%VistaEdition%"=="Windows Vista HOME Basic Edition" goto install
if "%VistaEdition%"=="Windows Vista Home Premium Edition" goto install
if "%VistaEdition%"=="Windows Vista Ultimate Edition" goto install
:install
for %%A in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Zdo (