Thanks Jan and Tony,
I will try the Launch -Bob ----- Original Message ----- From: "A.G. IJntema" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Tuesday, December 7, 2010 12:35:09 PM Subject: [RBASE-L] - RE: v8 compiled app ----- Original Message ----- From: "A.G. IJntema" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Tuesday, December 7, 2010 12:35:09 PM Subject: [RBASE-L] - RE: v8 compiled app Try LAUNCH, as far as I understand the documentation ZIP is more related to the DOS environment I have solved similar problems by using a BAT file which contains the variables (not very nice, but it works). It look like this: LAUNCH <Programname>.BAT||W The two piping symbols are necessary to enforce the program waiting for respons The bat file is created as follows, where the variable V_BATFILE contains the program instruction. OUTPUT <programname>.BAT SHOW VAR V_BATFILE=200 OUTPUT SCREEN I am in for better ideas. Tony IJntema From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: dinsdag 7 december 2010 19:18 To: RBASE-L Mailing List Subject: [RBASE-L] - v8 compiled app I have an app that runs fine from the R:>. However when I compile it, this section of code does not work the same. --copy 856 file to 856 directory ZIP cmd . exe / c MOVE & vedifile & v856file IF verror <> 0 THEN PROPERTY move856 visible 'true' ELSE PROPERTY move856 visible 'false' ENDIF vError always returns as 1 when running compiled but works as expected when running from the R>. Is the ZIP /C command not supported in the compiler? Any other thoughts? Thanks, -Bob

