Alright, I am using dBase IV and I am trying to call pkunzip from within my application. pkunzip and the file im trying to unzip are located in the same directory as the application.
!pkunzip -d myfile.zip
All this does is crash my application. So my question is, how can I call an external application with arguments?
!pkunzip -d myfile.zip
All this does is crash my application. So my question is, how can I call an external application with arguments?