With iSeries Office Integrator, version 1.1.63 or above, you can use the following parameters to create a directory on the remote PC:
There are two parameters for FILEMOVE:
- Parameter 1: Opcode (FILEMKDIR)
- Parameter 2: Directory to create on local PC. Can be multiple levels.
For example, to create a directory named C:\RJSTEMP:
OFCRUNPC RMTSYS('1.1.1.1') CMD('FILEMKDIR~C:\RJSTEMP') OPTION(*OTHER)
For example, to create a two-level directory named: C:\RJSTEMP\TEST1:
OFCRUNPC RMTSYS('1.1.1.1') CMD('FILEMKDIR~C:\RJSTEMP\TEST1') OPTION(*OTHER)
Last Modified On:
No, open a new Support Case