I know this must be simple but I can't figure out how to do it. I have a string in a variable that is being read in via XML. The variable is called $software and its value is Java Flash Reader "Flash (IE)"
This is then launched from a command line later:
C:\Deployment\Ninite\NiniteOne.exe /select $xmlsoftware $installtype /remote file:"$NiniteTargets" $shortcuts $autoupdate /cachepath "$NiniteCache" $userinterface "$NiniteLog"
The command is breaking when it gets to the "Flash (IE)" portion. I think something is happening with the brackets being in that variable but I am unsure. Any help would be appreciated.