The robot that I'm using still has several KAREL programs from an old discontinued project that I would like to delete since I am running into some memory issues on TEMP. Some of these programs are write-protected, and since they're KAREL programs I can't just turn off the write protection. Any ideas on how to get rid of these programs?
What I've tried without success:
- delete via a karel program (DELETE_FILE), gives write protection error
- delete via KCL (DELETE FILE), gives write protection error
- create a new karel program with the same name, only without any protection error. This won't let me compile and overwrite in roboguide