Hi Sven,
The following are two very simple examples.
Windows:
Create a adduser.bat or adduser.cmd file with this line:
argbatch add administrator %1
Call this commands file with:
adduser
Unix:
Create a adduser.sh script file with this lines:
#!/bin/ksh
argbatch add administrator $1
Call this script file with:
adduser.sh
Previously, in both environments, the argbatch environment must be set correctly.
Obviusly, the scripts can be completed to verify that only one parameter is used or many other things.
Regards.
#Tamino#API-Management#webMethods