markprocessor question error
#1
Hi,

I found error in markprocessor i cant create password for character like "!" or "#" its make trouble in command line

mp64 -1 abc #?1 -o test
mp64 -1 abc !?1 -o test
#2
The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.