Bob, The help says you should use LAUNCH for windows. See if that works.
Jan -----Original Message----- From: [email protected] To: [email protected] (RBASE-L Mailing List) Date: Tue, 7 Dec 2010 18:17:42 +0000 (UTC) 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

