#5
title *[0] Select OEM Driver path is: /SRS/OEM \n\n Under /SRS/OEM Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/OEM/
write 0x60050 0
GOTO 16
kernel
#6
title *[1] Select SRSID Driver path is: /SRS/SRSID \n\n Under /SRS/SRSID Directory must have the SRSID.TXT Document
WENV set srspath=/SRS/SRSID/
write 0x60050 1
GOTO 14
kernel
#7
title *[2] Select SIF Driver path is: /SRS/SIF \n\n Under /SRS/SIF Directory must have the TXTSETUP.SIF Document
WENV set srspath=/SRS/SIF/
write 0x60050 2
GOTO 15
kernel
#8
title *[3] Select INTEL Driver path is: /SRS/INTEL \n\n Under /SRS/INTEL Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/INTEL/
write 0x60050 3
GOTO 16
kernel
#9
title *[4] Select INTEL1 Driver path is: /SRS/INTEL1 \n\n Under /SRS/INTEL1 Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/INTEL1/
write 0x60050 4
GOTO 16
kernel
#10
title *[5] Select AMD Driver path is: /SRS/AMD \n\n Under /SRS/AMD Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/AMD/
write 0x60050 5
GOTO 16
kernel
#11
title *[6] Select AMD1 Driver path is: /SRS/AMD1 \n\n Under /SRS/AMD1 Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/AMD1/
write 0x60050 6
GOTO 16
kernel
#12
title *[7] Select OEM1 Driver path is: /SRS/OEM1 \n\n Under /SRS/OEM1 Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/OEM1/
write 0x60050 7
GOTO 16
kernel
#13
title *[8] Select OEM2 Driver path is: /SRS/OEM2 \n\n Under /SRS/OEM2 Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/OEM2/
write 0x60050 8
GOTO 16
kernel
#6
title *[1] Select SRSID Driver path is: /SRS/SRSID \n\n Under /SRS/SRSID Directory must have the SRSID.TXT Document
WENV set srspath=/SRS/SRSID/
write 0x60050 1
GOTO 14
kernel
#7
title *[2] Select SIF Driver path is: /SRS/SIF \n\n Under /SRS/SIF Directory must have the TXTSETUP.SIF Document
WENV set srspath=/SRS/SIF/
write 0x60050 2
GOTO 15
kernel
#8
title *[3] Select OEM Driver path is: /SRS/OEM \n\n Under /SRS/OEM Directory must have the TXTSETUP.OEM Document
WENV set srspath=/SRS/OEM/
write 0x60050 3
GOTO 16
kernel
#12
title *[A] Directory table of contents schedule method \n\n Under /SRS Directory must have the _LIST.TXT Document
write 0x60050 4
GOTO 19
kernel
#13
title * Manual Input Driver path \n Example: /SRS/SRS1 \n /OEM \n /OEM is direvtory
WENV set srspath=$u,$input,Please input Driver path:
WENV check ${srspath:-1}<>/ set srspath=${srspath}/
write 0x60050 4
GOTO 14