Hi Edgar - thanks so much for the response, so the code would go something like this?
call sxpg_command_execute
command = 'Z_CD'
parameters = '/dir1/dir2/dir3/'
call sxpg_command_execute
command = 'Z_CD'
parameters = '/dir4/dir5/dir6/'
call sxpg_command_execute
command = 'Z_CP'
parameters = 'myfile.dat ../../newdir/myfile.dat'
Or something like that?
Is there a command to reset back to the home directory? I guess just "cd /" or something?
I guess I'll need to read my linux/unix command book.
Thanks again.