Author Topic: Roquekiller batch file  (Read 4800 times)

0 Members and 1 Guest are viewing this topic.

August 11, 2015, 07:30:18 AM

dickwyn

  • Newbie

  • Offline
  • *

  • 2
  • Reputation:
    0
    • View Profile
Roquekiller batch file
« on: August 11, 2015, 07:30:18 AM »
I am fairly new here, I bought RK Premium and like to make a batch file to autoscan, but I am getting nowhere. Can someone please give me a sample of a batch file I can start with Task Scheduler. I run Windows 7 32 bit
Regards and thanks in advance

Reply #1August 11, 2015, 03:05:28 PM

Curson

  • Global Moderator
  • Hero Member

  • Offline
  • *****

  • 2809
  • Reputation:
    100
    • View Profile
Re: Roquekiller batch file
« Reply #1 on: August 11, 2015, 03:05:28 PM »
Hi dickwyn,

Welcome to Adlice.com Forum.
Here is a sample script.

Code: [Select]
@ECHO OFF
"pathtoRogueKillerexectutable\RogueKiller.exe" -hide
exit

Regards.

Reply #2August 12, 2015, 06:44:58 AM

dickwyn

  • Newbie

  • Offline
  • *

  • 2
  • Reputation:
    0
    • View Profile
Re: Roquekiller batch file
« Reply #2 on: August 12, 2015, 06:44:58 AM »
Thank you Curson. All is well now.
Somehow I had RogueKiller spelled with a q instead of a g. Now it works fine.
Thanks again and regards

Reply #3August 12, 2015, 11:34:50 PM

Curson

  • Global Moderator
  • Hero Member

  • Offline
  • *****

  • 2809
  • Reputation:
    100
    • View Profile
Re: Roquekiller batch file
« Reply #3 on: August 12, 2015, 11:34:50 PM »
Hi dickwyn,

You are very welcome.

Regards.