CSGalloway 0 Posted March 10, 2007 Share Posted March 10, 2007 I have in Winapp2.ini: [Yahoo! Messenger (Non-Chat Log)] LangSecRef=3022 Detect=HKCU\Software\Yahoo\pager Default=True FileKey1=%ProgramFiles%\Yahoo!\Messenger|ypager.log FileKey2=%ProgramFiles%\Yahoo!\Messenger\Cache|*.*|RECURSE FileKey3=%ProgramFiles%\Yahoo!\Messenger\imvcache|*.*|RECURSE fileKey4=%SystemDrive%\YServer.txt and it's selected but when I <Analyse> it doesn't show fileKey4. Any ideas why? Link to post Share on other sites
Moderators Andavari 2 Posted March 10, 2007 Moderators Share Posted March 10, 2007 What's the exact path to that file without variables? e.g.; C:\YServer.txt Link to post Share on other sites
CSGalloway 0 Posted April 6, 2007 Author Share Posted April 6, 2007 What's the exact path to that file without variables? e.g.;C:\YServer.txt Yes that is the answer.... Link to post Share on other sites
Whiteshark 0 Posted April 6, 2007 Share Posted April 6, 2007 Yes that is the answer.... Just tried to reproduce. I get this error from CCleaner: Error in file: C:\Program Files\CCleaner\winapp.ini line: Filekey4=%SystemDrive%\YServer.txt 9 - Index out of interval range (or something similar, my WinXp is italian :-)) Wonder if CCleaner can't (safely) delete any file saved in Root... Guide in italiano per CCleaner - Recuva - Defraggler - Speccy Link to post Share on other sites
Moderators Andavari 2 Posted April 6, 2007 Moderators Share Posted April 6, 2007 Just tried to reproduce.I get this error from CCleaner: Error in file: C:\Program Files\CCleaner\winapp.ini line: Filekey4=%SystemDrive%\YServer.txt 9 - Index out of interval range (or something similar, my WinXp is italian :-)) Wonder if CCleaner can't (safely) delete any file saved in Root... Because this: %SystemDrive%\YServer.txt Must be written like this: %SystemDrive%|YServer.txt The reason is because a backslash "\" was used, when CC expects there to be a upward slash "|" which is rather unintuitive and to this day I still forget about it when making some winapp2.ini entries. Link to post Share on other sites
Moderators Andavari 2 Posted April 6, 2007 Moderators Share Posted April 6, 2007 So the corrected entry would be: [Yahoo! Messenger (Non-Chat Log)] LangSecRef=3022 Detect=HKCU\Software\Yahoo\pager Default=True FileKey1=%ProgramFiles%\Yahoo!\Messenger|ypager.log FileKey2=%ProgramFiles%\Yahoo!\Messenger\Cache|*.*|RECURSE FileKey3=%ProgramFiles%\Yahoo!\Messenger\imvcache|*.*|RECURSE fileKey4=%SystemDrive%|YServer.txt Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now