Hi,
I need some help for writing a script.
My problem is this.
I have a pile of 200 or so floppy disks.
I have to get all the contents from each disk into a separate folder on a
hard drive.
I have looked at the floppies some of them have Volume names and some of
them don't.
I would like to keep the volume name if it exists and use it for naming the
folder.
I suspect that maybe some od the floppies have identical volume names and so
I mus t have away to differenciate between any two floppies (and folders)
which would have the same name.
I think that adding a timestamp to the name of the folder would be OK.
I have looked at the floppies - again - some of them have viruses !! and
some of them don't.
So this is what I'd like to do.
1. Put the floppy in the floppy drive.
2. Click on a vbscript that would
Read the voulume name
Run my AV programme to scan for viruses and let me deal with any bad
things
Make a new unique folder on the hard drive
XCopy a:\*.* /s with all subfolders and hidden and system files to the
new unique folder.
Give me a yell when it's done!
3. Ask for anew floppy and start over again
Maybe I should deal with the viruses first and then run a simpler script
that would just copy ?
Anyway, any help appreciated.
TIA
AMD