View Single Post
  #2084  
Old 11-28-2007, 12:39 AM
gir gir is offline
Senior Member
 
Join Date: Jul 2006
Location: 400NL - buildin\' the roll
Posts: 1,435
Default Re: Official Party Regulars Thread

[ 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
Reply With Quote