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.

Different CD for batch file

Featured Replies

In the guide to Unattended Installation of XP where you get windows on first boot to run a batch file, is it possible for a popup to come up asking for you to insert the correct CD and then when you put the CD in, press OK and ot starts using that CD for installation of programs rather than it on the acutual unattended windows CD?

This could be useful if you want to change what programs you want to install for different computers and have the programs on different CD's


Kind of defeats the purpose of an "unattended" install, but I suppose it could be done like so:

IF NOT EXIST %CDROM%\xxxxx.txt GOTO INSCD

:INSCD
ECHO.
ECHO Please insert CD 2
PAUSE
IF NOT EXIST %CDROM%\xxxxx.txt GOTO INSCD
IF EXIST %CDROM%\xxxxx.txt GOTO INSTALL

:INSTALL
%CDROM%\whatever

:FINISH
ECHO.
ECHO Please insert Windows Unattended CD-ROM
PAUSE
IF NOT EXIST %CDROM%\win51 GOTO FINISH
IF EXIST %CDROM%\win51 GOTO QUIT

:QUIT
EXIT

Now, for that to work you'll need some way to define %CDROM% and replace xxxxx.txt with whatever file you want. But that should do it. I haven't tested it, mind you, but it should.

Right, jito's code above will do what you want.

Also, you can go to the Unattended Windows forum, and see the "stickied" topics there. There's one called "Threads of Interest" - it lists a topic that has been discussing exactly this (how to do a 2 CD install).

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.