Accessing files on CD drives under Windows
Ludovic THEBAULT
ludovic.thebault at laposte.net
Thu Sep 6 04:23:47 EDT 2007
Le 29 nov. 06 à 17:38, Geir A. Myrestrand a écrit :
> Francis Nugent Dixon wrote:
>
>> Anybody know how I can find the Volume Names on all the PC devices,
>> as is possible on the Mac, so I can access my CD files ?
>
> You can use the "list volume" command in diskpart:
>
> C:\>diskpart
>
> Microsoft DiskPart version 5.1.3565
>
> Copyright (C) 1999-2003 Microsoft Corporation.
> On computer: STINKPAD
>
> DISKPART> list volume
>
> Volume ### Ltr Label Fs Type Size
> Status Info
> ---------- --- ----------- ----- ---------- -------
> --------- --------
> Volume 0 D Linux Devic CDFS DVD-ROM 307 MB
> Volume 1 C IBM_PRELOAD NTFS Partition 71 GB Healthy
> System
>
Hello,
How use these commands with Rev to get the list ?
this script :
put shell("Diskpart"&cr&"list volume" doesn't work (diskpart seem
"frozen")
Thanks !
More information about the use-livecode
mailing list