I've tried
dotfuscator.exe /in:myassembly.dll,
According to the command line documentation, this should dotfuscate my DLL. It just immediately returns to the command line, doing nothing. When I try
dotfuscator.exe dotfuscator1.xml
Dotfuscator GUI appears with that .xml file loaded instead of operating on my assembly.
Note I'm running Dotfuscator Community Edition. How can I get it to obfuscate my assembly from the command line? (is this only a Pro-SKU supported operation for Dotfuscator?)