View Single Post
  #48  
Old 04-12-2005, 05:50 PM
Mr Mojo Risin Mr Mojo Risin is offline
Senior Member
 
Join Date: Feb 2005
Posts: 122
Default Re: A new poker analysis site that i\'ve been working on

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
To make things easier it might be smart to add a way to upload folders. That was i could upload an entire nights play without having to copy past 15 different hand hisories, I could just use to folder for tonight. I must say again though, sweet program. It showed me how poorly I played last night and that it wasn't the cards, it was my sorry ass that caused that downswing.

[/ QUOTE ]

The way a browsers file upload works, it is impossible to upload folders, but I have an easy trick for you.

Just go into a command window. (Start-->Run : cmd). Then CD to your EmpirePoker directory. Now CD into the directory that stores all the files you want to anaylse.

Type the command "type *.txt > session.txt"

That will take all the .txt files in the directory and add them to a file called session.txt, which you can then upload to pokergrader. Just make sure you move tourney hand histories out of the directory first, because they will mess up pokergrader (working on fixing that).

So here is the what the command history looks like for me:
cd \
cd "Program Files\EmpirePoker\HandHistory"
cd "username"
cd "20050409"
type *.txt > session.txt

Then I upload session.txt on the file upload page.

[/ QUOTE ]

Could you make this a bit easier? 'cause I'm an idiot.

[/ QUOTE ]

That is exactly what I thought when I read that explanation.
Reply With Quote