Jump to content

VBScript in Cmdlines.txt


Recommended Posts

Hi there

Does 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 appreciated

Thanks

Keanoman

Link to comment
Share on other sites


To call a vbs script from batch files use:

start myscript.vbs

or

cscript.exe myscript.vbs

PS You should run another .cmd /.bat file from cmdlines.txt. Start everything else from that file.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...