June 23, 200422 yr Hi thereDoes anyone know if it is possible to 'call' a VBScript from the Cmdlines.txt? I have managed to use the VBS succesfully in the GuiRunOnce - but it only runs like this if you log on locally. We want users to Join the domain, so we need to run it as part of the Mini Setup (If possible).Any help would be much appreciatedThanksKeanoman
June 23, 200422 yr I join domain after mini-setup and reboot, as sometimes the NIC drivers will not work until after reboot
June 23, 200422 yr To call a vbs script from batch files use:start myscript.vbs or cscript.exe myscript.vbsPS You should run another .cmd /.bat file from cmdlines.txt. Start everything else from that file.
Create an account or sign in to comment