Jump to content

Quick84

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

0 Neutral

About Quick84

  • Birthday 04/08/1984

Contact Methods

  • AIM
    Quick84
  • MSN
    JohnStaton
  • ICQ
    0

Profile Information

  • Location
    Rancho Cucamonga, CA
  1. Doing an internet search for "batch file delays" will lead you to several sites suggesting ping... as for my batch file, I alpha test all kinds of software as a job, so I see the buggyest I'd software and often reformat 2 to 3 times a week... my job is to find the major problematic issues and create solutions for them... :-)
  2. Start /wait c:\fix-it\mbam.exe /verysilent /norestart cd "c:\Program files (x86)\Malwarebytes' Anti-Malware\" PING 1.1.1.1 -n 30 -w 1000 >NUL RD C:\Fix-it /S /Q mbam.exe /register Blah blah-blah-blah-blah PING 1.1.1.1 -n 30 -w 1000 >NUL mbam.exe /update -silent PING 1.1.1.1 -n 30 -w 1000 >NUL mbam.exe /quickscan -silent -remove -reboot That seems to work perfect!
  3. Will that load the program 3 seperate times or just once? I'm kinda confused... I was able to run /verysilent /norestart before on 1.44 on the same line...
  4. Yea I read through it and that's why I'm having issues... I feel like its all coded the right way but to no avail... does /verysilent /norestart still work?
  5. Nothing in the corporate environment... just private use. It's only on my computer and I'm just a batch file ######... ill message them but as I said I only run it on my unit. I wasn't sure where to get a more extensive list of the commandline parameters. Any help would be appreciated. I've already written a java script file to hide the batch file window so the working batch file is all I'm missing...
  6. Start /wait c:\mbam-setup.exe /verysilent /norestart cd "c:\Program files (x86)\Malwarebytes' Anti-Malware\" PING 1.1.1.1 -n 10 -w 1000 >NUL Start Mbam.exe /register blah blah-blah-blah-blah /update -silent /quickscan -silent -remove -reboot That's my batch file, what am I doing wrong? I have the PING portion as a delay in the batch file... I'm trying to set this up to install silently, update silently, run and remove silently then reboot if needed. I know once its installed why install again, It's just something i want to get it to do... I did search around the forums before I posted but I wasn't able to get this to happen..
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.