TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tomorrowtoday101
NA
10
0
Strings????
Dec 15 2003 7:15 PM
Another question here. In the program I am using an input box to prompt the user as to what drive their CD-rom drive is so the program can then access it and copy a file. I desginate a string and then I have the keyboard input read it into that string. I just don't know how to make it work in this way. dim drive as string drive = inputbox("drive =") Console.ReadLine() | _|_ \ / \/ System.IO.File.Copy("drive:\Registration\Registration.exe", "C:\Documents and Settings\Administrator\Desktop\Registration.exe", True) how do I get the drive string to represent the drive letter so I can use the letter to perform the copying comand
Reply
Answers (
2
)
Very basic but need help copying files!! Please help!
My .exe only works on my computer??? WHY???