From: Kenneth A. Larsen on

"alemrantareq" <alemrantareq(a)discussions.microsoft.com> wrote in message
news:3BEE0AE7-A9E8-463F-A340-148E097E3662(a)microsoft.com...
> How to input the commands in the command prompt when it prompts for [Y/N]
> or
> [Enter] etc using vbscript? Fo example, to change the FAT32 file system to
> NTFS, we type in the command prompt:
>
> convert [drivename]: /fs:ntfs
>
> Then it prompts to type the current label of that drive. I want to know
> how
> can I input the current label using vbscript as I know the label. I mean
> how
> to handle the prompts using vbscript? Thanks in advance....

You're welcome