Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing Drivers from DVD instead integrating into image.

Featured Replies

Hi friends,

I have a question. I m gonna make a Drivers DVD in which I will put all device drivers. I am gonna set driversroot using following command.

@ECHO OFF

SET DriversRoot=NULL

:SearchDriversRoot

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:\DriversRoot.txt SET DriversRoot=%%i:\

IF NOT "%DriversRoot%"=="NULL" GOTO StartSetup

GOTO SearchDriversRoot

now what I want is, that if drivers DVD is not inserted or driversroot.txt is missing then it should popup a msg saying "Please Insert Drivers DVD". and while poppingup this msg, there should be an option to cancel installation of drivers. now it should wait if I insert DVD and after inserting DVD it should continue installing drivers.I think this can be done by editing above batch file or can make a simple vbscript to do that. but I m scripting newbie so please help me regarding to this.

Amit

Edited by amit_talkin

Hi friends,

I have a question. I m gonna make a Drivers DVD in which I will put all device drivers. I am gonna set driversroot using following command.

@ECHO OFF

SET DriversRoot=NULL

:SearchDriversRoot

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:\DriversRoot.txt SET DriversRoot=%%i:\

IF NOT "%DriversRoot%"=="NULL" GOTO StartSetup

GOTO SearchDriversRoot

now what I want is, that if drivers DVD is not inserted or driversroot.txt is missing then it should popup a msg saying "Please Insert Drivers DVD". and while poppingup this msg, there should be an option to cancel installation of drivers. now it should wait if I insert DVD and after inserting DVD it should continue installing drivers.I think this can be done by editing above batch file or can make a simple vbscript to do that. but I m scripting newbie so please help me regarding to this.

Amit

@ECHO OFF

SET DriversRoot=NULL

:SearchDriversRoot

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:\DriversRoot.txt SET DriversRoot=%%i:\

IF NOT "%DriversRoot%"=="NULL" GOTO StartSetup

GOTO SearchDriversRoot

and

%CDDRIVE%\Driver\SetDevicePath.exe %CDDRIVE%\driver

start %CDDRIVE%\driver\WatchDriverSigningPolicy.exe

maybe ıt wıll be done

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.