2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /******************************************************************************
23 Declares a label in a script file. This label may be referred to in a
34 If NOT EXISTS S:User-Startup
39 Execute S:User-Startup
43 Echo "No User-Startup found"
55 09.03.2000 SDuvan implemented
57 ******************************************************************************/
59 #include <proto/dos.h>
61 #include <dos/dosextens.h>
62 #include "dos_commanderrors.h"
64 #include <aros/shcommands.h>
70 struct CommandLineInterface
*cli
= Cli();
73 if((cli
!= NULL
) && (cli
->cli_CurrentInput
!= cli
->cli_StandardInput
))
75 return RETURN_OK
; /* Normal operation: do nothing! */
79 PrintFault(ERROR_SCRIPT_ONLY
, "Lab");