2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Load the default Workbench
10 #include <aros/debug.h>
12 #include <exec/types.h>
13 #include <proto/exec.h>
14 #include <workbench/workbench.h>
15 #include <proto/workbench.h>
17 #include <aros/shcommands.h>
19 const TEXT version
[] = "$VER: LoadWB 42.2 (7.9.1999)";
21 /* Very minimal C:LoadWB */
22 AROS_SH0H(LoadWB
, 42.2, "Load the default Workbench")
26 struct Library
*WorkbenchBase
= OpenLibrary("workbench.library", 0);
28 StartWorkbench(0, NULL
);
29 CloseLibrary(WorkbenchBase
);