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.

Discover CDRW/DVD drive in batch

Featured Replies

Does anyone have, or know a little tool that can

be used in a batch file to detect if a drive is

a DVD-ROM or a CD-Writer? :)

If that is possible, I can automaticaly install

nero if a CDRW is found and install PowerDVD

if a DVD drive is found.

Thnzzz

The Bee


No, CDROM is just an environment variable you created with IF EXIST, it can be named anything really.

You could have it like this if you wanted to: IF EXIST D:\CDPath.txt set SOMEOTHERNAME=D:

and the environment variable pointing to where it located the file "CDpath.txt" will be called %SOMEOTHERNAME% 

--------------------

try http://support.microsoft.com/default.aspx?...b;EN-US;Q311272devcon, a tool from microsoft. Its a command line tool equivalent to the device manager.

You could try to found a string like "rw" like this:

devcon find *rw*

On my system it returns me:

E:\Mes Documents>devcon find *rw*
IDE\CDROMMATs***A_CDRW/DVD_UJDA740_______________1.03____\5&3367BC97&0&0.0.0: MATs***A CDRW/DVD UJDA740
1 matching device(s) found.

E:\Mes Documents>

You could probably query setupapi.log, or query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\Enum\0 or 1 for the sring. You could also look in the registry to see if it has a recording tab.

-gosh

  • 3 weeks later...

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.