Cool Powershell Command for EUO

"EUO - Further evidence that Diabloesque games kill real role-playing games."

Moderator: EUO Moderators

Post Reply
User avatar
Lemonope
LAUGHING OUT LOUD LIKE A MORON
Posts: 70
Joined: Tue Aug 24, 2004 5:24 pm
Location: From The Underworlde

Cool Powershell Command for EUO

Post by Lemonope »

I thought I'll Share this, it's great with dual monitors but will be useful with a single monitor also.

It require you to enable options and check Log chat to msglog.txt to ON

Just open Win + R and type


Code: Select all

Powershell.exe Get-Content (Path to EUO)\msglog.txt -wait
eg.

Code: Select all

Powershell.exe Get-Content C:\EUO\msglog.txt -wait
Then you got movable chat window in real time, where you can never miss a message because euo was unfocused.


Better still make a bat file.

Code: Select all

@echo off
start "" EUO.EXE
start /b  Powershell.exe Get-Content D:\EUO\msglog.txt -wait
Any other cool tricks around?
User avatar
EmoMage
Girls only want boyfriends who have great skills.
Posts: 772
Joined: Tue Aug 06, 2013 10:10 am

Re: Cool Powershell Command for EUO

Post by EmoMage »

this is neat.
eggmceye wrote:
ParadoxOfChoice wrote: Zombie using bow/sling probably shouldn't give disease.

the zombies are pulling the arrows out of their ass
Post Reply