Mask Processor Rule Generation Bug.
#1
Code to pre-pend $ while generating rule such as ..$1$2$3 works with …

mp32.exe -1 123 $?1$?1$?1 -o Mask_Processor_Test_Result.txt

Prefixing ^ does not work in the same way.

mp32.exe -1 123 ^?1^?1^?1 -o Mask_Processor_Test_Result.txt does not work and only produces 123 etc.

If the user does this however …

mp32.exe -1 123 “^”?1”^”?1”^”?1 -o Mask_Processor_Test_Result.txt

It works !!

^1^2^3 etc

Can this be standardised please so one syntax works for everything ? Thank you.
Smile



Messages In This Thread
Mask Processor Rule Generation Bug. - by Hash-IT - 11-24-2011, 05:20 PM
RE: Mask Processor Rule Generation Bug. - by atom - 11-24-2011, 05:26 PM
RE: Mask Processor Rule Generation Bug. - by atom - 11-24-2011, 05:48 PM
RE: Mask Processor Rule Generation Bug. - by atom - 11-25-2011, 10:10 AM