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
PS - my level of know how when it comes to Visual Basic is pushing the debug button
Thanks


