July 29, 200422 yr Hey all, I a am created a compilation of the latest NVIDIA drivers for my household PCs.I adapted the batch file from my XP Unattended CD to run various component installations one after the other.This works fine, but i was wondering if anyone knew a way of turning this into a something more like a RunOnceEx window which can be achieved on an XP CD?Anything I make has to autorun.note: I do not want these installers to run silently before anyone suggests it on viewing my batch Here is what I am using.autorun.inf[autorun]open=install.cmdicon=nSphere.icoinstall.cmd (batch file)CLS@echo offTITLE NVIDIA Drivers Installation CD (Build 1.01 for Windows 2000/XP)ECHO.ECHO Installing NVIDIA TNT/GeForce Graphics Card Drivers (version 61.76)start /wait setup.exeECHO.ECHO Installing NVIDIA nForce Motherboard Drivers (version 2.11.15.0)start /wait nForce\setup.exeECHO.ECHO Installing NVIDIA System Utility (version 1.08.5)start /wait NVSU\setup.exeECHO.ECHO Installing NVIDIA 3D Stereo Drivers (version 61.76)start /wait 61.76_3dstereo.exeECHO.ECHO Installing Microsoft DirectX 9.0bstart /wait dx9b\dxsetup.exeECHO.ECHO Process complete, please restart your computer.ECHO.pauseEXITThis current file works no probs, just like any ideas on changing this process to a nice window like I mentioned.Any ideas?
July 30, 200422 yr Author I thought about placing it there, but it isnt really unattended Windows, just a small adaption of it I'm not great at placing topics overall!
Create an account or sign in to comment