batch file to run updates, need help please!!tech13


[ Follow Ups ] [ Post Followup ] [ The EasyDOS Forum ] [ FAQ ]

Posted by rfdr81 on April 12, 2013 at 04:24:02:

Hello i have this code:


Code:

@echo off

rem *** jump to model according to PA number ***

set "pa"=
set /p "pa"=PA Number:


:PSAT1

:PSAT2

cd biostosh\bios1.exe


:PXLL1
cd biostosh\bios2.exe

the objective is to put this batch file in a USB drive in order to run the new bios for PC.
Some models use the same bios file.
This code works, but if i put the "PSAT1" goes to bios1.exe, and PXLL1 goes to the same file, when should go to bios2.exe.What can i do to put this to work?
There will bem more than 100 different models so i need a way to put it to work in
Need help please,
i am a novice in this batch things..



Follow Ups:



Post a Followup (use TAB key to move between boxes - NOT ENTER or RETURN)

Name:
E-Mail:

Subject:

Type your comments in the box below and SUBMIT:


[ Follow Ups ] [ Post Followup ] [ The EasyDOS Forum ] [ FAQ ]