Skip to main content

Posts

XCOPY

Copy files and/or directory trees to another folder. XCOPY is similar to the COPY command except that it has additional switches to specify both the source and destination in detail. While still included in Windows 10, XCOPY has been deprecated in favor of Robocopy, a more powerful copy tool, which is now built into Windows Server and Desktop operating systems [x] XCOPY is particularly useful when copying files from CDROM to a hard drive, as it will automatically remove the read-only attribute. Syntax       XCOPY source [destination] [options] Key    source      : Pathname for the file(s) to be copied (accepts wildcards).    destination : Pathname for the new file(s).        [options] can be any combination of the following:        Source Options           /A    Copy files with the archive attribute set (default=Y)    /M    Copy files with...

HTML Code Reference

 HTML Currency Symbols, Currency Entities and ASCII Currency Character Code Reference COPYRIGHT SIGN © U+000A9 UNICODE © HEX CODE © HTML CODE © HTML ENTITY \00A9 REGISTERED TRADE MARK SIGN ® U+000AE UNICODE ® HEX CODE ® HTML CODE ® HTML ENTITY \00AE TRADE MARK SIGN ™ U+02122 UNICODE ™ HEX CODE ™ HTML CODE ™ HTML ENTITY \2122 AT SYMBOL @ U+00040 UNICODE @ HEX CODE @ HTML CODE @ HTML ENTITY \0040 PARAGRAPH SIGN ¶ U+000B6 UNICODE ¶ HEX CODE ¶ HTML CODE ¶ HTML ENTITY \00B6 SECTION SIGN § U+000A7 UNICODE § HEX CODE § HTML CODE § HTML ENTITY \00A7 ACCOUNT OF ℀ U+02100 UNICODE ℀ HEX CODE ℀ HTML CODE     \2100 ADDRESSED TO THE SUBJECT ℁ U+02101 UNICODE ℁ HEX CODE ℁ HTML CODE     \2101 DOUBLE-STRUCK CAPITAL C ℂ U+02102 UNICODE ℂ HEX CODE ℂ HTML C...