Jump to content

shawnm

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by shawnm

  1. The corporate techs are no help because they want a trial ID and validation key. I gave them what I thought was the ID and key, but they said that they were wrong. I don't know the real ID and key then. All I want is to be able to schedule a scan using a batch file on just this one computer. I can worry about other computers later. Can you still help me?
  2. I'm actually wanting to send this script to multiple computers on a weekly basis, but the script I wrote above was to test it on my computer first. I did change the directory into the folder where the program resides (or at least I thought I did with this script.) Isn't this the line where I change it? "C:\Program Files (x86)\Malwarebytes' Anti-Malware\mbam.exe" /schedule /scan -quick -terminate /once /starting 05/18/2012 03:45:00
  3. I already did this in the script I wrote above (in fact, I saw this stuff in another post, and I used it for my script.) Does this mean that the trial version doesn't work with this script, but the PRO version does?
  4. I am trying to run a batch file to have Malwarebytes perform a quick scan. I can make it run with this script: @echo off echo Starting Malwarebytes Quick Scan cd /d %~dp0 "C:\Program Files (x86)\Malwarebytes' Anti-Malware\mbam.exe" /scan -quick -terminate but if I try to schedule it using this script: @echo off echo Starting Malwarebytes Quick Scan cd /d %~dp0 "C:\Program Files (x86)\Malwarebytes' Anti-Malware\mbam.exe" /schedule /scan -quick -terminate /once /starting 05/18/2012 03:45:00 nothing happens. What part of the second script is wrong?
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.