mikku Posted February 5, 2005 Posted February 5, 2005 friends i want to know how to add vbs files in unattended xpi have recently downloaded some registry tweaks from kellys korner which are having extensions.reg.vbsi know how to add .reg files to the unattended xp but i dont know how to use or add .vbs files in unattended windows xp cdwhere to add this files so that they are automatically installed with unattended xp.and how to supply answers to them when they prompt for some user inputs.plz help me.
prathapml Posted February 5, 2005 Posted February 5, 2005 You can apply VBS thru command-line (batch files).cscript //B //NoLogo %systemdrive%\Install\folder\filename.vbs
gunsmokingman Posted February 5, 2005 Posted February 5, 2005 To Start A Vbs From A Cmd Scriptecho offclsmode con: Cols=55 Lines=5color 3fTitle Start Vbs::2 EXAMPLES OF START THE VBS::REMOVE THESE :: TO MAKE ACTIVE::start /w %systemdrive%\Install\folder\NAME-OF-VBS::start /w Wscript.exe %systemdrive%\Install\folder\NAME-OF-VBS
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now