passing dos commands in vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help
I've written a "database" program, "database" in the sense that it's an
organised collection of data, but i only used sequential files. Since more
than one file is required in the smooth running of the database, if something
happens to one file, the whole thing is useless. My solution is to copy the
entire folder to another location, which can be loaded in the event that some
files are dammaged. I've written a program in c that can do just that, and i
run the program through the main program. The problem is, i don't want the
users of my program to see the msdos window at all, so i need to be able to
copy files using a function in vb.net. Please help
 
Back
Top