Avoiding MFG/Pro 5 second startup delay

oldemanw

Member
Hi,

Does anyone know how to bybass the 5 second startup delay when starting MFG/Pro in batchmode?
I once saw a thread where this was mentioned, but can't find it back anymore.

TIA,
Willem
 
Cannot bypass

Apparently the delay is hardcoded into mf1a.p that cannot be bypassed.
Someone gave me a tip to add the statement

pause 0 before-hide.

before calling mf.p, but that doesn't work.
QAD said that they can send me a modified program, but we'd have to pay for it.

Pity.

Regards,
-Willem.
 
modify the source code

i think you must modified your souce code about mf1a.p
/*
do on endkey undo, leave:
pause 5.
end.
*/

if you want to modify it ,you can connect with me.
 
Source mf1a

Hi Sharkdim,

do you happen to have the source for mf1a.p for eB2.1?
I happen to have the 8.6 version, but that isn't domainified.

Regards,
-Willem.
 
oldemanw said:
Hi Sharkdim,

do you happen to have the source for mf1a.p for eB2.1?
I happen to have the 8.6 version, but that isn't domainified.

Regards,
-Willem.
Willem,
i got your information ,if you want to get this modified source code ,you will pay for it to me !
you can contact me by hotmail:bluelight.China@hotmail.com
 
Back
Top