| > !SoftMDFS.!Run 06-May-2000
| !Run for SoftMDFS fileserver
| (C) Copyright 2000 J.G.Harston
|
If "%*0" = "" Then UnSet SoftMDFS$*
Set SoftMDFS$Dir <Obey$Dir>
|
| Set the number of users supported
Set SoftMDFS$Users 10
|
| Export devices if none specified
If "%*0" = "" Then Run <SoftMDFS$Dir>.Exports
|
| Export any specified file
If "%*0" <> "" Then If "%*0" <> "*" Then Run %*0
|
| Override settings with any Choices
If "%*0" = "" Then Run <SoftMDFS$Dir>.X Choices:SoftMDFS.Choices
|
| You may have to change the WimpSlot size if the code runs out of room!
| This will depend on the number of users.  No guidelines yet.
WimpSlot -min 200K -max 200K
|
| There are two options for running the server,
| with and without an icon bar icon.
| Swap the comments on the lines if you whish to run
| with no icon
|Run <SoftMDFS$Dir>.!RunImage -NOICON
Run <SoftMDFS$Dir>.!RunImage
