Here's part of my batch file that may help you as well


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ] [ Home ]

Subject: Here's part of my batch file that may help you as well
Name: Stimp
Date: 2/9/2001 5:07:19 PM (GMT-7)
IP Address: 65.1.186.235
In Reply to: I've been working on something similiar at work posted by Stimp
Message:

However, I only tested it on a Win2K Machine from the floppy. Also, It didn't contain a verification program, but Bob's should work with this. Not sure why you would want the user to input anything, but this should do it.


echo off
ECHO.
ECHO.
ECHO "What Drive is your FloppyFile located on?"
echo.
ECHO.
Set /P variable=
if "%variable%" == "C" copy /V /Y a:\FloppyFile.xxx C:\Path
if "%variable%" == "D" copy /V /Y a:\FloppyFile.xxx D:\Path
if "%variable%" == "E" copy /V /Y a:\FloppyFile.xxx E:\Path
if "%variable%" == "c" copy /V /Y a:\FloppyFile.xxx C:\Path
if "%variable%" == "d" copy /V /Y a:\FloppyFile.xxx D:\Path
if "%variable%" == "e" copy /V /Y a:\FloppyFile.xxx E:\Path

[ View FollowUps | Post Followup | E-Mail Sender | Main ]


[No follow-ups for this posting]

Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:
Upload some images for this post


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ]