How do I create a Windows script that executes the command
C:\ZP4\AUTOFIXD C:\FOLDER\PARCELS.DBF \HOME\LIST.LAY SKIPFIRST UPLOW
for any and all PARCELS.DBF files that might be in \FOLDER\ and all subdirectories. Ie, the script would be equivalent to
C:\ZP4\AUTOFIXD \FOLDER\PARCELS.DBF \HOME\LIST.LAY SKIPFIRST UPLOW
C:\ZP4\AUTOFIXD \FOLDER\SUBFOLDER1\PARCELS.DBF \HOME\LIST.LAY SKIPFIRST UPLOW
C:\ZP4\AUTOFIXD \FOLDER\SUBFOLDER1\SUBSUBFOLDER2\PARCELS.DBF \HOME\LIST.LAY SKIPFIRST UPLOW
...etc., but only for each PARCELS.DBF file that actually exists.
\HOME\LIST.LAY SKIPFIRST UPLOW
are unchanging parameters used by AUTOFIXD
.