Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compile on Windows 2000

Status
Not open for further replies.

clip4ever

Programmer
Joined
Oct 11, 2002
Messages
43
Location
CA
Our applications use Clipper 5.2c and Blinker 3.20. Build scripts are designed for DOS 6.2, using the APPEND /E command.
We are trying to find a way to compile/link on Windows 2000 with no success, and we believe it is because we cannot run APPEND /E in the DOS shell on Windows 2000.
Has anyone found a solution ?
Thanks in advance.

clip4ever
 
I use Clipper 5.2e & Blinker 6. I have no problems in compiling on w2k, but I don't use the Append command.
Append should work on w2k, but /e can only be used once after starting the system. Try changing your scripts and link without append.

 
Thank you, I returned from a trip and tried again by modifying some scripts. It worked and saved time. It is nice to have this forum. It is more than nice, it's a life saver.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top