I am trying to copy a file in Oracle Forms 6.0 using the Host command. An example follows.
HOST ('COPY longfilename.txt longfilename.bak');
The command does not appear to work if the filename is longer than 8 characters (it must be using the DOS 8.3 format).
I welcome suggestions or possible alternatives to the HOST command that could be used to copy and delete files in a MS Windoes environment.
Thanks.