I found a few issues in the Convert_VFP9_BIN_2_PRG.vbs and Convert_VFP9_PRG_2_BIN.vbs files used by "Send To" items for FoxBin2Prg:
1. A variable named cFlagShowCall is initialized but the variable is called cFlagJustShowCall everywhere else.
2. The cFlagNoTimestamps variable isn't initialized under all conditions.
3. The script doesn't handle a folder name with a single quote in it, such as Doug's Files.
These issues are fixed in the attached files with comments showing what changes were made. I didn't check the other VBS files because I don't use them.
1. A variable named cFlagShowCall is initialized but the variable is called cFlagJustShowCall everywhere else.
2. The cFlagNoTimestamps variable isn't initialized under all conditions.
3. The script doesn't handle a folder name with a single quote in it, such as Doug's Files.
These issues are fixed in the attached files with comments showing what changes were made. I didn't check the other VBS files because I don't use them.