RMTCMD - Run an iSeries batch/CL command
Use this command from a console prompt to run a single iSeries™ command or a group of iSeries commands.
Syntax
To run a single command:
rmtcmd [command]To run a group of commands
rmtcmd [/I:fileName]
Parameters
- /system:systemName = iSeries system name
- /user:userName = iSeries user profile
- /password:password = iSeries user profile password
- /Q = no error prompts
- /Z = no banners
Examples
- To run command foo on iSeries system bigblue, run:
rmtcmd foo /system:bigblue /user:UserProfile /password:UserPassword
- To run a groups of command listed in a file, run:
rmtcmd /i:foocmds.txt /system:bigblue /user:UserProfile /password:UserPassword
Parent topic:
iSeries Access for Linux utilities