In Windows, Web Hosting professionals use FC / Expand commands to execute a number of functions irrespective of the reason. Find below the illustration of the commands.
FC: Compare the contents of two files or sets of files. Display any lines which do NOT match.
Syntax: FC /B pathname1 pathname2
FC [options] pathname1 pathname2
Expand: Uncompress one or more compressed files.
Syntax: EXTRACT [options] CAB_file [filenames]

