Run UVK script from Batch
Posted: Sun Jun 26, 2016 3:18 pm
Hi,
I made a batch file which finds the the operating system version etc. to choose between my UVK cleaning scripts.
Is it possible to run a uvk script with uvk from a batch file? I can't get it to work.
This is what i have so far:
IF "%windows%"=="Windows 8" start RolinRepairPortable.exe Win7%8.uvk
IF "%windows%"=="Windows 10" start %UVKExe% -ReadFile "Win10.uvk"
(I tried both and both do not work)
Thanks in advance,
Martijn
I made a batch file which finds the the operating system version etc. to choose between my UVK cleaning scripts.
Is it possible to run a uvk script with uvk from a batch file? I can't get it to work.
This is what i have so far:
IF "%windows%"=="Windows 8" start RolinRepairPortable.exe Win7%8.uvk
IF "%windows%"=="Windows 10" start %UVKExe% -ReadFile "Win10.uvk"
(I tried both and both do not work)
Thanks in advance,
Martijn