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) 
Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case