Compile code 64 bit in batch mode on Windows 64-bit machine

okion

New Member
Hi there,

We have a 64 bit progress environment (102B) on a server.

Does someone know how to compile 64 bit in batch mode on a Windows 64-bit server?

When i do it manually it works fine via:
call %DLC%\bin\_progres -pf E:\Appserver\Parameter\appserver.pf -db xlt -ld xlt -H dbhost -S 2801 -N TCP -p E:\Appserver\Program\Compile.p

Now i want to run it in batch mode and added the -b parameter. (This is the same wat we did on a 32 bit installation and using prowin32.exe. There it works fine)
When i do that and the .bat file via "Cruise control" i got the message : There is no terminal.

Does anyone know how to solve this?

Regards Okion
 
Top