@ mr_smartepants, SteveDun
First, BIG HUGE THANKS for the great work on this script
(And sorry for my english level)
I'm tryin' to install DriverPacks silently using /S or /SR switches from SetupComplete.cmd
My OS is Windows 7 Pro SP1 (x86) French & I make all my tests in VirtualBox v4.2.10 r84104
My SetupComplete.cmd content
@echo off
START %SystemDrive%\D\SAD2\DP_Install_Tool.cmd /S
or
@echo off
START %SystemDrive%\D\SAD2\DP_Install_Tool.cmd /SR
If I use mr_smartepants' v120520 ( manually or with switch /S), everything goes FINE (no error message, ALL files/sub-folders/folders are DELETED)
From SAD2.5 to SAD3.0 (SteveDun modds), run script manually goes fine.
But I have same error when I use /S & /SR switches : The commands file is not found (see below)
With SAD3.0 (v13.04.19) fixed by mr_smartepants, issue is a little bit different (same issue but different prompt location folder - see below)
No one else have same error? Any idea?
I also found a slight "bug" in the :Usage section
I replace line below
echo /? or /h or /H will bring up this guide.
with this one
echo "/?" or /h or /H will bring up this guide.
or this
echo /h or /H or /? will bring up this guide.