|
-
August 27th, 2011, 03:30 PM
#1
Noob Question - Basic Program!!!
Hi All
I’m not a programmer by any means - All I know is batch file "programming/scripting"
So here is where I need ALOT of help and advice.....
I have VB 2010 express. I would like to make a basic program that copies a file or directory from one place to another (source to destination)
For example:
I would normally use a batch file that would look like this......
copy "C:\test.file" "D:\backup\test.file" /y
Very simple
I would like to have a browse button for the source and destination so I can tell the program what file/directory to copy and were and maybe link a progress bar to it to make it look FANCY:bigyello:
PS - my level of know how when it comes to Visual Basic is pushing the debug button
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|