Link to home
Start Free TrialLog in
Avatar of RunForrestRun
RunForrestRunFlag for United States of America

asked on

Backup program in VB.Net

Hi,
I am trying to write a little backup program in VB.Net (using Visual Studio 2003) for the company I work for. I'm studying hard trying to become a programmer and am having trouble trying to figure out how to write this little program. I want to have the employees run the program on their workstations and have it dump to a network drive, say, something like twice a week.
Any advice will be appreciated. Thanks
Avatar of wtconway
wtconway

What operating systems do the users have? And what operating system is the networked drive on? You may not even have to write a program for this. The OS may be able to handle it.
Avatar of RunForrestRun

ASKER

We're running XP Pro SP2 for the users and the network drive is Windows 2000 Server SP4.
ASKER CERTIFIED SOLUTION
Avatar of wtconway
wtconway

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks wtconway...I appreciate it.