ReFox can also be controlled externally by a .MAK file and passing this filename as a parameter when starting ReFox.
Eg REFOX @MAKEFILE.MAK
This command line use allows, for example, the application branding to be automated without user intervention, so it can be included into a batch process or launched from from Visual FoxPro.
Makefile commands
refox
- decompilation
split [0|1|2]
- separation and regeneration
compare [text]
- comparison
brand [1 | 2 | 3 | 4 | 5 or i | i+ | ii | ii+ | iii or A] [{ZLIB | JCAL}:N/N]
- protection of selected level
pwd password
- password
plb password
- password .PLB
input X:\dir_1\...\dir_n\
- input (source) directory
output X:\dir_1\...\dir_n\
- output (target) directory
default
- input = home, output = target
ver [ 6 | 7 | 8 | 9 ]
- Visual FoxPro version
files filename.ext
- filemask (e.g. T*.exe)
hide
- ReFox works in background
wait [”message”]
- stop and show message
echo [ON | OFF]
- display the commands in REPORT window
quit [report.lst]
- finish, save REPORTs in the file
* <asterisk>
- comments
example: REFOX @refox.mak
i c:\directoryr
o c:\directory
pw PASSWORD
file APLIKACE.EXE
brand II
file VFP7R.DLL
brand II
wait DONE
quit REFOX.LST
*
or
i c:\directoryr
o c:\directory
pw PASSWORD
file APLIKACE.EXE
brand III ZLIB:9/4M
wait DONE
quit REFOX.LST
*
---
rexmake.html