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 MOVE & vedifile & v856file 

IF verror <> 0 THEN 
PROPERTY move856 visible 'true' 
ELSE 
PROPERTY move856 visible 'false' 
ENDIF --copy 856 file to 856 directory 
ZIP cmd . exe / c MOVE 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

Reply via email to