| run file for application

WimpSlot -min 256k -max 256k

If "%0"="" OR "%1"<>"" Then Echo Usage:
If "%0"="" OR "%1"<>"" Then Echo MakeDeskHelp |< StrongHelp | HTML >
If "%0"="" OR "%1"<>"" Then Obey

RMEnsure StrongHelp 2.02 Filer_Run <StrongHelp$Dir>.!Run

Echo Making new Desk %0 manual
Echo <Sys$Time>
Echo

| The last parameter is the directory size - see !StrongHelp.Utilities.CleanCopy for
| what this is. This is an estimate, which might speed up the help-file generation.
| (Desk 15 May 1996 had stronghelp size of 84568,93632 (for SH and HTML versions).

If "<Desk_Sources$Dir>"="" Then Echo |<Desk_Sources$Dir> is unset...
If "<Desk_Sources$Dir>"="" Then Obey

| Calling StrongCreate with an initial size > 7000 doesn't seem to work.

If "%0"="StrongHelp"	Then EchoDo Remove <Desk_Sources$Dir>.^.^.Desk
If "%0"="StrongHelp"	Then EchoDo MakeCHelp.MakeCSH -gk C:Desk.h_doc.* <Desk_Sources$Dir>.^.^.Desk %0 70000

If "%0"="HTML"		Then EchoDo Remove <Desk_Sources$Dir>.^.^.HTMLHelp
If "%0"="HTML"		Then EchoDo MakeCHelp.MakeCSH -gk C:Desk.h_doc.* <Desk_Sources$Dir>.^.^.HTMLHelp %0 70000


Echo Finished making Desk %0 manual
Echo <Sys$Time>
Echo
