Click here to Skip to main content
15,885,032 members
Articles / Web Development / HTML

Multithreading Backup Utility

Rate me:
Please Sign up or sign in to vote.
4.89/5 (72 votes)
8 Oct 2019CPOL12 min read 237.4K   14.3K   208  
Multithreading is something we will all have to deal with sooner or later. This relatively simple application shows you how to use two threads to copy files. It is also a very handy Windows backup utility with a mirror feature, a batch mode feature, a log file feature and a help button!

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1C1F5B2-7EB3-48B2-A6F7-78BE878D8F76}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Backup", "Backup\Backup.vbproj", "{FE696BF4-87B1-46E9-A3C9-8FC566725E5B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FE696BF4-87B1-46E9-A3C9-8FC566725E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FE696BF4-87B1-46E9-A3C9-8FC566725E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FE696BF4-87B1-46E9-A3C9-8FC566725E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Nice people only.
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions