View Single Post
  #2133  
Old 11-29-2007, 12:15 PM
traz traz is offline
Senior Member
 
Join Date: Oct 2005
Location: Sleeping on stacks
Posts: 19,775
Default Re: Official Party Regulars Thread

[ QUOTE ]
[ QUOTE ]
My notes aren't saving...anyone still having this problem? I thought it was fixed =/

[/ QUOTE ]

Put the following in a notepad file and then re-save as a .BAT file. If your pp closes in session, you will still lose the notes you've typed during it. :

@echo off
IF NOT EXIST "%programfiles%\partygaming\partypoker\notes backup\" MKDIR "%programfiles%\partygaming\partypoker\notes backup\"

for /f "tokens=1-3 delims=/- " %%a in ('date /t') do set XDate=%%a-%%b-%%c
for /f "tokens=1-3 delims=: " %%a in ('time /t') do set XTime=%%a-%%b-%%c


IF EXIST "%programfiles%\partygaming\partypoker\notes.t xt" COPY "%programfiles%\partygaming\partypoker\notes.t xt" "%programfiles%\partygaming\partypoker\notes backup\notes.%XDate%_%XTime%.txt

cd %programfiles%\partygaming\

start partygaming.exe -P=PartyPoker

[/ QUOTE ]

The thing is, I think i'm losing my notes even when I close party manually and it doesn't reopen/shutdown. My notes are disappearing even when things go smoothly.
Reply With Quote