Re Exit values

Richard Kreiss rkreiss at gccconsulting.net
Thu Aug 27 10:56:27 PDT 2015


Is there a way on a Window 7 computer to see or record what the exit code issued in a processing table is?

I am using the follow menu script.

When EXIT "50" is executed, it appears that the script is not reading this value.

In processing:
If: @sk="BRKY"
Then: EXIT "50"

Menu Script:
@echo off
title Add New Patients
F:\fp57\fp\dclerk l_patient_market -s1 -xa -lx -d -z "enter" -r "new"
IF ERRORLEVEL 55 goto do_recno
IF ERRORLEVEL 50 goto DONE
:do_recno
F:\fp57\fp\dclerk l_patient_market -s2 -z more -xe -lx -d -r "more"
:DONE




More information about the Filepro-list mailing list