Adlice forum

Software feedback => RogueKiller => Topic started by: dickwyn on August 11, 2015, 07:30:18 AM

Title: Roquekiller batch file
Post by: dickwyn 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
Title: Re: Roquekiller batch file
Post by: Curson 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.
Title: Re: Roquekiller batch file
Post by: dickwyn 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
Title: Re: Roquekiller batch file
Post by: Curson on August 12, 2015, 11:34:50 PM
Hi dickwyn,

You are very welcome.

Regards.