Hello,
I need to be able to launch an upload of a text file to a physical file on an AS/400. I'm using a VBA procedure that executes the following command line :
"Shell ("C:\Program Files\IBM\Client Access\cwbuisxe.exe /t" _
& "<PATH>\Upload_scheme.dtt""
Unfortunately, It seems that it doesn't do anything. When I use the same executable "cwbuisxe.exe" with the option /f, I can run a download without problem (it accepts the specified parameters).
If I use the executable "cwbtf.exe" with the option /f, it launches the Client Access interface, but doesn't pick up the parameters.
Could anyone advice on this issue ?
Thanks.
Olivier
I need to be able to launch an upload of a text file to a physical file on an AS/400. I'm using a VBA procedure that executes the following command line :
"Shell ("C:\Program Files\IBM\Client Access\cwbuisxe.exe /t" _
& "<PATH>\Upload_scheme.dtt""
Unfortunately, It seems that it doesn't do anything. When I use the same executable "cwbuisxe.exe" with the option /f, I can run a download without problem (it accepts the specified parameters).
If I use the executable "cwbtf.exe" with the option /f, it launches the Client Access interface, but doesn't pick up the parameters.
Could anyone advice on this issue ?
Thanks.
Olivier