Home > Windows Server Tips > Windows Systems and Network Administration > How to install and manage virtual CD/DVDs
Windows Server Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

WINDOWS SYSTEMS AND NETWORK ADMINISTRATION

How to install and manage virtual CD/DVDs


Michael Khanin
07.16.2007
Rating: --- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


There are number of existing programs that can emulate CD/DVDs and mount CD/DVD images, but since I wanted to install and configure them remotely I conducted a few more searches and stopped when I found MagicDisc.

I chose MagicDisc primarily for these three reasons:

To install MagicDisc on my remote system I created a one line INSTALL-V-CD.bat:

To run this script on a remote system use psexec.exe. After MagicDisc has been installed, you'll need to copy the Mount ISO.exe to your remote computer. That way, you can manage the program from a command line. The miso.exe should be located in a directory that's registered in PATH.

If you want to create a virtual CD and assign to


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED CONTENT
Windows Systems and Network Administration
Cutting the cost of Windows identity and access management
Using NTFS on a non-Windows OS with NTFS-3G
Group Policy Object modeling simplifies network security
Implementing simple Network Access Protection for Windows Server 2008
Immediate steps for Windows disaster recovery
Tips for Windows domain controller optimization
Quick hits: Troubleshooting service account failure, batch job execution
Case Study: Troubleshooting Windows service dependency failures
Troubleshooting common Windows service failures
Reducing the size of network backups in Windows

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


it system letter, use the following MOUNT-ISO.bat script:

For /F "tokens=4 delims=(,) " %%a in ('miso NULL -vlist^|find "[1]"') do Set VCD=%%a

@ECHO select volume %VCD% > %TEMP%ChangeCDDrive.txt @ECHO assign letter=S >> %TEMP%ChangeCDDrive.txt @ECHO exit >> %TEMP%ChangeCDDrive.txt

Diskpart /S %TEMP%ChangeCDDrive.txt

Del %TEMP%ChangeCDDrive.txt /Q

And finally, to mount an ISO file, you'll need to execute the following command:

miso NULL -mnt S: "ISO-IMG.ISO"

Rating this tip below will let us know how useful it was to you. And if you have a Windows tip, timesaver or workaround to share, submit it to our tip contest. You could win a $150 gift certificate.

Rate this Tip
To rate tips, you must be a member of SearchWindowsServer.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Server Room Design - Planning, Cooling, Maintenance
HomeTopicsBlogsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersIT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2004 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts