Set DSDutil$Dir <Obey$Dir>
Set DSDutil$Help <DSDutil$Dir>.Documents.index/html
Set DSDutil$Version "0.02"
Set DSDutil$Web "http://homepages.paradise.net.nz/mjfoot/bbc.htm"
Set DSDutil$Title "Make/Split DSDs"
Set DSDutil$Publisher "James Lampard"
Set DSDutil$Description "Create a DSD by combining two SSDs/Split a DSD into two SSDs"
IconSprites <DSDutil$Dir>.!Sprites

|note that BeebArc can only recognise plain data files as DFS images
| so you may need to delete the next line for it to continue to work 
| (or chop off the /SSD from filenames)
DOSMAP SSD B22
DOSMAP DSD B22
Set File$Type_B22 DFSImage

|setup aliases for the *command
|If you really want to you can move DSDUTIL to your library directory
IfThere <DSDutil$Dir>.DSDUTIL then Set Alias$DSDUTIL / <DSDutil$Dir>.DSDUTIL %%*0

if "<alias$@RunType_FAF>" <> "" then filer_run <DSDutil$Dir>.Documents.index/html else Error "You need a Web browser to read this help file"

