Posted by Anonymous on April 12, 2013 at 06:12:26:
In Reply to: batch file to run updates, need help please!!tech13 posted by rfdr81 on April 12, 2013 at 04:24:02:
@echo off
rem *** jump to model according to PA number ***
set "pa"=
set /p "pa"=PA Number:
goto %pa%
:PSAT1
goto End
:PSAT2
cd biostosh
bios1.exe
goto End
:PXLL1
cd biostosh
bios2.exe
goto End
:End