Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Write to CR-ROM RW
Message
From
22/10/2003 09:49:15
 
 
To
22/10/2003 09:03:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00840985
Message ID:
00841008
Views:
15
Hi, Carlos.

>I have a windows XP network with 4 computers, one of them is the server and the others the clients.
>I want to save a backup file(.zip) from the clients or from the server to a CD-ROM RW in the PC server.
>Is it possible?
>How to do that?

Most CD-ROM software have an option like Direct-CD which lets you use the

>How to test if the CD-ROM in the server is ready and if the CD in the CD-ROM is a writer CD.

You can check this using Windows Script Host, like:
oFS = CreateObject("Scripting.FileSystemObject")
oFS.GetDrive("D:")
oDD = oFS.GetDrive("D:")
? oDD.DriveType
? oDD.FileSystem
Hope this helps,
Previous
Reply
Map
View

Click here to load this message in the networking platform