Windows Scripting
  Home arrow Windows Scripting arrow Burning CDs in Windows XP with WSH
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WINDOWS SCRIPTING

Burning CDs in Windows XP with WSH
By: Nilpo
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2008-10-27

    Table of Contents:
  • Burning CDs in Windows XP with WSH
  • Behind the CD Writing Wizard
  • Building the Script
  • Finishing Up

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Burning CDs in Windows XP with WSH


    (Page 1 of 4 )

    I see questions all the time from users who are trying to find a way to burn CDs in WSH. In Windows XP, there is no real direct way of doing this using scripting, but that certainly doesn’t mean it’s impossible! At times like this, you have to be creative and develop your own workaround.

    Whenever I begin to approach a problem like this, I try to think of the most direct solution first.  Since scripting provides access to system APIs, I generally research those first.  Generally, the documentation will tell you if there is a scriptable interface that provides access.

    Research will show that CD burning is a built-in feature in Windows XP.  The Windows operating system provides programmatic access to this feature through the Disc Imaging API, known as IMAPI.  The IMAPI control is a COM-enabled object, so programs written in VisualBasic, .NET, and the like can easily take advantage of Windows XP’s CD burning capabilities.

    Unfortunately, the IMAPI object does not provide a suitable scripting interface.  This essentially means that you will not be able to use the IMAPI control directly from your scripts.  The next step toward a solution would be to find a third party application that will provide access to this feature for us.

    At this point, you have some flexibility.  Windows XP Support Tools provides CDBurn.exe.  Many programs, such as Roxio and Nero, also provide scriptable controls you could implement.  These all make acceptable solutions; however, I tend to shy away from solutions that require installation of additional software since this limits the compatibility of a script.

    Since I’ve decided not to use a third-party component, I finally look to automation.  Windows XP provides the CD Writing Wizard for burning files to a CD.  With this method, files can be copied to a virtual directory where they are staged for burning.  The wizard then takes you through the process of burning the CD.

    More Windows Scripting Articles
    More By Nilpo


     

    WINDOWS SCRIPTING ARTICLES

    - More Windows Scripting Workarounds from Nilpo
    - Overloading Methods and More in VBScript
    - Improving MFC for Windows Vista
    - Regular Expressions in VBScript
    - Working with Dates in WMI
    - Completing Calendars with VBScript Date Func...
    - Building Calendars with VBScript Date Functi...
    - Working With Dates and Times in VBScript
    - Designing WCF DataContract Classes Using the...
    - Understanding Dates and Times in VBScript
    - Working With Arrays in VBScript
    - Compressed Folders in WSH
    - Using .NET Interops in VBScript
    - Nilpo`s Scripting Secrets, Vol I
    - Database operations using Silverlight 2.0 WC...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek