I have a program that copies a file from HP UX server to local Windows PC using C$COPY.
This works in thin client GUI, but how do I copy a file from the server in DOS mode (see picture)?
C$COPY does not work, so I tried calling a batch script with cmd.exe using C$SYSTEM with and without @[DISPLAY] but nothing is working. The compiler could not even find cmd.exe.



