AutoSketch
From Just Solve the File Format Problem
(Difference between revisions)
| Line 11: | Line 11: | ||
== Identification == | == Identification == | ||
| − | '''.skd''' files are generated by DOS versions 1-3 and Windows version 2.x of AutoSketch and begin with ASCII "{{magic|AutoSketch drawing database}}". | + | '''.skd''' files are generated by DOS versions 1-3 and Windows version 2.x of AutoSketch and begin with ASCII "{{magic|AutoSketch drawing database}}".<br> |
'''.skf''' files are generated by Windows versions 5-10 of AutoSketch and begin with the Hex Values <code>0A000000000B0334</code> then two bytes indicating version. | '''.skf''' files are generated by Windows versions 5-10 of AutoSketch and begin with the Hex Values <code>0A000000000B0334</code> then two bytes indicating version. | ||
Latest revision as of 00:20, 28 June 2026
AutoSketch is a discontinued (2016) 2D vector graphics and CAD program from Autodesk.
It has native .skd and .skf file formats. Both are proprietary binary formats. .skt is also used as a template extension.
[edit] Identification
.skd files are generated by DOS versions 1-3 and Windows version 2.x of AutoSketch and begin with ASCII "AutoSketch drawing database".
.skf files are generated by Windows versions 5-10 of AutoSketch and begin with the Hex Values 0A000000000B0334 then two bytes indicating version.