d***@hotmail.com
2016-06-19 14:25:26 UTC
Hello, I am a complete novice to CA-Clipper, so please bear with me.
I am trying to install Clipper 5.3 using DOSBox. I have the eight floppy images in a folder C:\dos\cl53. I open DOSBox and execute the following command to mount the Clipper directory:
mount c c:\dos\cl53
It says "Drive C is mounted as local directory c:\dos\cl53\"
I cd into that directory and run a dir command. I see there are eight image files: DISK01.IMG, DISK02.IMG, DISK03.IMG, ... all the way up to DISK08.IMG. I now run the following commands to mount each image file as its own drive letter:
C:\>imgmount F DISK01.IMG -t floppy
C:\>imgmount g DISK02.IMG -t floppy
C:\>imgmount h DISK03.IMG -t floppy
C:\>imgmount i DISK04.IMG -t floppy
C:\>imgmount j DISK05.IMG -t floppy
C:\>imgmount k DISK06.IMG -t floppy
C:\>imgmount l DISK07.IMG -t floppy
C:\>imgmount m DISK08.IMG -t floppy
The J:\INSTALL.EXE file (from DISK05.IMG) is the installation program for the DOS version of Clipper. After running INSTALL.EXE the CA-Clipper installation program starts. I select "Drive C:" as the target drive, I set "\CLIP53" as the target directory, I confirm that all groups will be installed, I confirm that all utilities will be installed. I select "Yes" to allow changes to AUTOEXEC.BAT, I select "YES" to allow changes to CONFIG.SYS. This is where installation fails. I get an error message that says the following:
Unable to read file date/time information: J:\README.TXT
Do you want to Retry or Abort (R/A)?
No matter how many times I retry, it never works and I have to Abort. If I do a dir on the j:\> drive the files all have a date/time of 00-00-1980.
How do I install this program successfully?
I am trying to install Clipper 5.3 using DOSBox. I have the eight floppy images in a folder C:\dos\cl53. I open DOSBox and execute the following command to mount the Clipper directory:
mount c c:\dos\cl53
It says "Drive C is mounted as local directory c:\dos\cl53\"
I cd into that directory and run a dir command. I see there are eight image files: DISK01.IMG, DISK02.IMG, DISK03.IMG, ... all the way up to DISK08.IMG. I now run the following commands to mount each image file as its own drive letter:
C:\>imgmount F DISK01.IMG -t floppy
C:\>imgmount g DISK02.IMG -t floppy
C:\>imgmount h DISK03.IMG -t floppy
C:\>imgmount i DISK04.IMG -t floppy
C:\>imgmount j DISK05.IMG -t floppy
C:\>imgmount k DISK06.IMG -t floppy
C:\>imgmount l DISK07.IMG -t floppy
C:\>imgmount m DISK08.IMG -t floppy
The J:\INSTALL.EXE file (from DISK05.IMG) is the installation program for the DOS version of Clipper. After running INSTALL.EXE the CA-Clipper installation program starts. I select "Drive C:" as the target drive, I set "\CLIP53" as the target directory, I confirm that all groups will be installed, I confirm that all utilities will be installed. I select "Yes" to allow changes to AUTOEXEC.BAT, I select "YES" to allow changes to CONFIG.SYS. This is where installation fails. I get an error message that says the following:
Unable to read file date/time information: J:\README.TXT
Do you want to Retry or Abort (R/A)?
No matter how many times I retry, it never works and I have to Abort. If I do a dir on the j:\> drive the files all have a date/time of 00-00-1980.
How do I install this program successfully?