kodius Posted April 6, 2009 Posted April 6, 2009 What do I need to wrap around my variable Malwarebytes' Anti-Malware --> Global Const $ProgramName = 'Malwarebytes' Anti-Malware' so that it sees that entire name Malwarebytes' Anti-Malware. This program installs a desktop shortcut and my script is set to remove it towards the end of the install but I can't remember anymore what to wrap around the text so it ignores the apostrophe in the middle.
Legacy99 Posted April 6, 2009 Posted April 6, 2009 (edited) $ProgramName = "Malwarebytes' Anti-Malware" Edited April 6, 2009 by Legacy99
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now