Sounds like the macro uses the FileRewrite command incorrectly, or it's attempting to save/open a file that doesn't exist, or one or more of the subfolders don't exist....
QUOTE
- Added in the following file funtions:
FileOpen FILE, FILENAME - Opens a file
FileClose FILE, FILENAME - Closes a file
FileAppend FILE - Prepares a file for appending text
FileRewrite FILE - Empties a file and appends text
FileReset FILE - Prepares a file for reading
FileRead FILE, CONSTANT - Reads a line of a file into a CONSTANT
FileWrite FILE, CONSTANT - Writes a CONSTANT into a file
{EOF} - End of File marker from last FileRead
Look for those commands in the macro. It should use a constant (variable) to hold the path of the file, but it might not. If it does, look in the constants section, or if it has a certain area where you set them (SetConst FilePath = C:\Da.txt)....go there.
Already read the instructions to set up the macro.