
CopyFile/CE  [2001-10-01]   Copyright(C)2001 Cornel Huth   http://40th.com/ 
Use: ce <op> [fn1] [fn2] <switches>
 op = -dir [fn1] [-a][-t][-s]    -v  verbose
      [fn1] = filemask           -s  include subs
      --dir if no DLL support    -a  attributes
 op = -mkdir [fn1]                 d directories
      [fn1] = path                 h hidden
 op = -rmdir [fn1]                 s system
      [fn1] = path                 r read-only
 op = -ren [fn1 fn2]               a archive
      [fn1] = source file mask     Z compressed
      [fn2] = destination          R in ROM
 op = -del [fn1]                   X execute in place
      [fn1] = filename             C ext card (N NETWORK)
 op = -copy   (default op)       -t  date type 
 op = <blank> [fn1 fn2]            c create
      [fn1] = source filename      a access
      [fn2] = destination          w write
 op = -comp [fn1 fn2] 
      [fn1] = filename 1
      [fn2] = filename 2

 Eg: ce -dir 
     ce -dir -ad -s    (-s needs b31_rapi.dll)
     ce -dir   "Storage Card/" -tc
     ce -dir   NETWORK/  (show mapped shares)
     ce -oid  (same as -dir, but shows OID instead of filesize)
     ce --dir -ad  (-dir uses --dir if b31_rapi.dll not installed)
     ce -mkdir "Storage Card/saves"
     ce -rmdir "Storage Card/test"
     ce -ren  /myfolder/pcfile.ext /old/pcfile.ext 
     ce -del  /tmp/pcfile.ext 
     ce -copy ce:/myfolder/pcfile.ext d:/tmp/pcfile.ext
     ce       pcfile.ext ce:/myfolder 
     ce       pcfile.ext "ce:/Storage Card/bu/pcfile.ext" 
     ce       ce:/myfolder/pcfile.ext ce:/tmp/pcfile.ext 
     ce -comp ce:/pcfile.ext d:/pcfile.ext 
     ce -xcopy ce:/* d:/cebu/ -a-R -s 
     ce -ver  shows b31_rapi.dll and b3wce_31.dll versions
     ce -kb   remote keyboard (needs b31_rapi.dll)
 For -copy, -comp & -xcopy use "ce:" to indicate a CE device
 Literal -copy [desktop->CE] uses fastmode (w/256 KB xfer size)
 *** DO NOT COPY TO CE IF YOU ARE NOT SURE THERE IS ENOUGH DISK SPACE ***
