Sat Jun 21, 2003 8:51 am by Jor
Uh, how did you start it? and whats the error message?
You have to be in the same dir as the .fl file or specify the full path to the file.
And you need to have write-permission on the destination file/dir.
s'posed you want to decode a file names "AutoSave.fl" in the current dir:
flcodec -d AutoSave.fl AutoSave.txt
should do the trick. If it doesent give error messages, its fine. You can now edit the txt file.
You always need to specify two files (source and destination). Both can be the same file however (so the file gets replaced! with the en or decoded version).