Jump to content

Recommended Posts

Posted

just wondering how you would set the cdrom variable in icemanND's install.exe.

I would like to use the old way of " IF EXIST D:\CD.txt set CDROM=D:" this method has served me well and i like it, it may be simple but it works. But it dont seem to work in the .INI, I keep geting an error saying "an error was found in INI file at line 34, script must end.

cheers

amd64


Posted

Here Is One I Use

I am Using Setup.exe, as the marker file

for %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i
Posted

a little smaller ;-)

(from presetup.cmd unattend drivers install method 2 from bts) good line ? i'm french sorry !

for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:\YourFile set CDROM=%%i:

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...