Script Format #
Scripts should be stored as /PALM/Programs/JunkRemover/TargetFiles.txt
on the SD card.
The script format is the following:
JUNK REMOVER
// This is a comment. The line above is necessary to correctly identify the file.
//
// This file is used in the advanced mode of JunkRemover and
// contains a list of files to be deleted.
//
// To Remove a RAM File:
RRF MailDB
//
// To Remove a Card File, where "1" is the number of the card.
// 0 is usually the internal NVFS partition.
RCF /TEST/TEST.TXT 1
//
// To Remove a Card Directory
RCD /TEST/ 1
//
// Make sure you hit enter after the END part
END
Anything can be written here :)