WizardKit/Drivers/Auto Detect - Acer.cmd
2017-11-17 00:50:27 -07:00

11 lines
No EOL
316 B
Batchfile

@echo off
:Flags
for %%f in (%*) do (
if /i "%%f" == "/DEBUG" (@echo on)
)
:Launch
echo Waiting for software installation to finish...
call "%~dp0\..\.bin\Scripts\Launch.cmd" Program "%~dp0\..\.bin\_Drivers" "SerialNumberDetectionTool.exe" "" /admin /wait
start "" "http://us.acer.com/ac/en/US/content/drivers"