|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Adding files to cd burn list using vbscript
Ok,
I can make my cd tray open automatically. I can prompt users to feed the tray with a fresh cd. I can make them click ok when done so the cd tray closes. Question, Can I pass parameter values to the CD Burn list & can I make the CD burner automatically burn the CD? I am dealing with known file names and paths on a network so I am assuming this can't be too hard... right? I am sure the answer is out there in a previous post but so far 5 hours plus searching the internet has done little more than to further confuse me. I am not having much luck finding what I am looking for. Anyone have a sample code I can work with ? The sample code attached, I found earlier and works. I believe I might be able to modify with a little guidance Ok the latest I have found is this CDBurn command which is getting me a little closer but not quite. I want to copy the raw files in a folder as they are without being changed in any way. There has to be a way to do this......Right? Last edited by wjarrett : June 24th, 2008 at 01:28 AM. Reason: upload attachment |
|
#2
|
||||
|
||||
|
If you burn using the Windows API (via the Roxio plugin), all you have to do is shell copy the files to the device drive. Windows will automatically add them to a temporary location. It's the equivalent of right-clicking a file and choosing your CD/RW device from the Send To menu.
__________________
Click the image if at any point you don't like my decision.Scripting problems? Windows questions? Ask the Windows Guru! |
|
#3
|
||||
|
||||
|
How?
Quote:
Thanks Nilpo ! I get what you are saying but I just don't know how to do it. vbscripting is new to me. Most of my background is in access, vba, html, and a little DOS. I can read the code samples I have attached and understand most of it but there are still some gray areas. Do you have a sample script or our article you can point me to get started in the right direction? Any help is appreciated. Thanks in advance. |
|
#4
|
||||
|
||||
|
I'm writing an article today on this topic. When I get it finished, I'll post the sample code here. Unfortunately, you'll have to wait for the article to go live here on ASP Free, but I'll be glad to help you through the sample code and get you up and running.
|
|
#5
|
|||
|
|||
|
I'll be looking for that article too.
|
|
#6
|
|||||
|
|||||
|
Still no word on when that article goes live, but here's to the code to burn a CD using the CD Writing Wizard in Windows XP.
vb Code:
|
|
#7
|
|||
|
|||
|
Thanks for the code.
|
|
#8
|
||||
|
||||
|
Quote:
|
![]() |
| Viewing: ASP Free Forums > System Administration > Windows Scripting > Adding files to cd burn list using vbscript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|