Does anyone have a VB Script which sets the boot order using CCTK?
Hi,
I am searching for a VB Script which can run the following command.
cctk.exe bootorder --sequence=hdd
Creating a batch file on the K1000 using this command is pretty easy however it does not hide the command window from the user and I find that running VB scripts does.
Thanks
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
11 years ago
Why are you creating a batch file? Just launch a program "cctk.exe" with parameters.
On the acad side I havve the cctk installed on all images so I can just call it from local drive:
C:\Program Files\Dell\CCTK\X86
Not all my admin machines have the cctk so I uploaded the 3 files as dependencies and called them that way below.
Comments:
-
I run this as a offline script also, so the user does not even need to be logged in. - SMal.tmcc 11 years ago