Index: TECH/Cmd/impl/CmdAPI.cls.xml =================================================================== diff -u --- TECH/Cmd/impl/CmdAPI.cls.xml (revision 0) +++ TECH/Cmd/impl/CmdAPI.cls.xml (revision 1366) @@ -0,0 +1,14 @@ + + + +TECH.Cmd.CmdAPI,TECH.RegisteredObject + + +TECH.Cmd.CommandExecuter + + + + + + Index: TECH/Context.cls.xml =================================================================== diff -u -r1092 -r1366 --- TECH/Context.cls.xml (.../Context.cls.xml) (revision 1092) +++ TECH/Context.cls.xml (.../Context.cls.xml) (revision 1366) @@ -62,6 +62,11 @@ BackgroundJobAPI + +%String +CmdAPI + + 1 TECH.Context @@ -232,10 +237,29 @@ - + +TECH.Cmd.CmdAPI + + + + +Naam:%String + + + + + + + Index: TECH/Cmd/impl/CommandExecuter.cls.xml =================================================================== diff -u --- TECH/Cmd/impl/CommandExecuter.cls.xml (revision 0) +++ TECH/Cmd/impl/CommandExecuter.cls.xml (revision 1366) @@ -0,0 +1,57 @@ + + + +TECH.Cmd.CommandExecuter,TECH.RegisteredObject + + +Command:TECH.Cmd.Command,ServerName:%String +%Boolean + + + + +Command:TECH.Cmd.Command +1 +%Integer + + + + +Tekst:%String,ServerName:%String +1 +%String + + + + + + Index: TECH/Cmd/CmdAPI.cls.xml =================================================================== diff -u --- TECH/Cmd/CmdAPI.cls.xml (revision 0) +++ TECH/Cmd/CmdAPI.cls.xml (revision 1366) @@ -0,0 +1,13 @@ + + + +TECH.Interface + + +1 +TECH.Cmd.CommandExecuter + + + + + Index: TECH/Cmd/Commands/PSExec.cls.xml =================================================================== diff -u --- TECH/Cmd/Commands/PSExec.cls.xml (revision 0) +++ TECH/Cmd/Commands/PSExec.cls.xml (revision 1366) @@ -0,0 +1,43 @@ + + + +TECH.Cmd.Command,TECH.RegisteredObject + + +%String +1 + + + +UitTeVoerenProcess:%String + + + + +%String + + + + +%String + + + + +%String + + + + +%Boolean + + + + + + Index: TECH/Cmd/CommandExecuter.cls.xml =================================================================== diff -u --- TECH/Cmd/CommandExecuter.cls.xml (revision 0) +++ TECH/Cmd/CommandExecuter.cls.xml (revision 1366) @@ -0,0 +1,13 @@ + + + +TECH.Interface + + +1 +Command:TECH.Cmd.Command,ServerName:%String + + + + + Index: TECH/Cmd/Command.cls.xml =================================================================== diff -u --- TECH/Cmd/Command.cls.xml (revision 0) +++ TECH/Cmd/Command.cls.xml (revision 1366) @@ -0,0 +1,28 @@ + + + +TECH.Interface + + +1 +%String + + + +1 +%String + + + +1 +%String + + + +1 +%Boolean + + + + + Index: TECH/Cmd/Commands/Shutdown.cls.xml =================================================================== diff -u --- TECH/Cmd/Commands/Shutdown.cls.xml (revision 0) +++ TECH/Cmd/Commands/Shutdown.cls.xml (revision 1366) @@ -0,0 +1,40 @@ + + + +vhLib.Macro +TECH.Cmd.Command,TECH.RegisteredObject + + +%String +-s + + + +%String + + + + +%String + + + + +%String + + + + +%Boolean + + + + + + Index: TECH/Cmd/Commands/Restart.cls.xml =================================================================== diff -u --- TECH/Cmd/Commands/Restart.cls.xml (revision 0) +++ TECH/Cmd/Commands/Restart.cls.xml (revision 1366) @@ -0,0 +1,31 @@ + + + +TECH.Cmd.Commands.Shutdown + + +%String +-r + + + +%String + + + + +%String + + + + +%Boolean + + + + + +