←  AutoPatcher Feature Requests

AutoPatcher Forum

»

Option to run autopatcher.exe directly fro...

M2Ys4U's Photo M2Ys4U 05 Dec 2007

Hey, it'd be nice to have a button/checkbox that allows the user to run autopatcher.exe after all of the downloads have been completed rather than having to run it manually
Quote

Cyrus's Photo Cyrus 05 Dec 2007

I agree. It shouldn't be too hard to make a checkbox in VB6 which simply runs an external application (via the command line if necessary). Although it wouldn't take much time to do, I doubt that it's a high priority for Antonis.
Quote

M2Ys4U's Photo M2Ys4U 06 Dec 2007

 Cyrus, on Dec 5 2007, 11:17 PM, said:

I agree. It shouldn't be too hard to make a checkbox in VB6 which simply runs an external application (via the command line if necessary). Although it wouldn't take much time to do, I doubt that it's a high priority for Antonis.
Of course. I wasn't suggesting it as a high priority feature request, just throwing it out there ;)
Quote

Paxtez's Photo Paxtez 31 May 2008

I agree, currently autopatcher takes two icons on the desktop.

... Just whipped up a .bat file that updates then runs. But it would be nice if it was built in.
@echo off
echo ...Running AutoPatcher Updater...
apup.exe
echo ...Running AutoPatcher...
autopatcher.exe /nolicense /neverselectinstalled
Quote