Consultor Eletrônico



Kbase 8542: Running the TDA in DOS V5.2A 4GL/RDBMS Environment
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Running the TDA in DOS V5.2A 4GL/RDBMS Environment

890620-JEP01Running TDA in DOS V5.2A 4GL/RDBMS Environment This batch file
(TDADRIVE.BAT) runs the Test Drive App in the 4GL/RDBMS environment
under DOS V5.2A. The standard DRIVE.BAT file in the DLCTDA directory
calls PROFT.BAT, which is not part of the 4GL/RDBMS product because
only Fast Track Runtime is supplied with it and not Fast Track (Full).

ECHO OFF
REM
REM TDADRIVE.BAT
REM MODIFIED VERSION OF \DLCTDA\DRIVE.BAT
REM FOR TEST DRIVE APPLICATION (NOT FOR THE TEST DRIVE DEMO SYSTEM)
TYPE C:\DLCTDA\HELLO
SET DLC=C:\DLC
SET DLCFT=C:\DLCFTRT
SET DLCTDA=C:\DLCTDA
SET PROPATH=;C:\DLCTDA;C:\DLCFTRT;C:\DLC
_PROGRES -p C:\DLCTDA\MAINMENU.P -e 63 -l 31 -c 30 -A %1 %2 %3 %4 %5
REM NEXT LINE WOULD BE USED FOR THE MEMORY-SAVER VERSION
REM _CPROGRS -p C:\DLCTDA\MAINMENU.P -e 63 -l 31 -c 30 -A %1 %2 %3 %4

Progress Software Technical Support Note # 8542