Loading Pickles from an Application

We can compile our application as follows:
      ozc -x DataApp.oz -o DataApp.exe
Then execute it so:
      ozengine ./DataApp.exe
or just so:
      ./DataApp.exe
or even so:
      ./DataApp.exe --file=http://foo.com/Data-1.bin