Jump to content

Tr3bg0D

Experienced Members
  • Posts

    321
  • Joined

  • Last visited

Posts posted by Tr3bg0D

  1. The first 5 lines of #_H2.TXT should be :-

    100001 [ *]

    100002 [.Thumbnails*]

    100003 [.NET Framework Logs*]

    100004 [.NET Reflector*]

    100005 [32bit Web Browser*]

     

    #_H2.TXT is sorted with an offset of 8 into #_H3.TXT

    The first 5 lines of #_H3.TXT should be :-

    100001 [ *]

    100003 [.NET Framework Logs*]

    100004 [.NET Reflector*]

    100002 [.Thumbnails*]

    100005 [32bit Web Browser*]

     

    Do you have exactly the same ?

    Well YES and NO

    #_H2.TXT

    100001	 [ *]
    100002	[.Thumbnails*]
    100003	[.NET Framework Logs*]
    100004	[.NET Reflector*]
    100005	[32bit Web Browser*]
    

     

    #_H3.TXT

    100001	 [ *]
    100003	[.NET Framework Logs*]
    100004	[.NET Reflector*]
    100002	[.Thumbnails*]
    100005	[32bit Web Browser*]
    100006	[3GP Video Converter*]
    

     

    Notice the slight shift in [ *]

     

    EDIT: a screenshot would be better:

    e82d4dfa98.jpg

     

    Is it possible that BAT to EXE has caused a problem ?

    Will my script run correctly if it is not converted to an EXE.

     

    I have done a file comparison on the BAT file and the extracted BAT file when the program runs.

    3 Differences...well 2 I really should not count the 1st line where it has @SHIFT

     

     

    Line 241

    ORG BAT: SET /A PREFIX=%DispSrt%*2

    EXTRACTED BAT:SET /A PREFIX=%DispSrt%cmdln%2

     

    Line 388

    ORG BAT: ECHO !S_X! - !S_o! = !D_X!0 mSec = %*

    EXTRACTED BAT: ECHO !S_X! - !S_o! = !D_X!0 mSec = %cmdln%

     

    The * is changing to cmdln

     

    YES, the unconverted BAT file does work.

  2. Ran into a problem Alan on my x86.

     

    If I compile the BAT to EXE, I get errors and it tells me to Run As Adminitrator even though I have UAC off and I am Administrator....even happens if I Run As Administrator:

    FILE CREATION 18:42 03/03/2012   Execution  6:29:01.70
    This script creates a trimmed WinApp2.ini giving a faster launch for CCleaner.
    It is safe to use in "normal installed" CCleaner folder - no settings change
    						  TECHNIQUE :-
    Run TRIM_11.exe. CCleaner appears. Click "Analyze" and when done close CCleaner
    A temporary Winapp2.ini variant is created that asserts "Default=True".
    "CCleaner /Debug" is launched to identify all "Detections"
    and a trimmed Winapp2.ini is created which omits the NON-Detections.
    Organize (alphabetic) WinApp2.ini - (O)rganize or (S)kip : (O or S) ? o
    Trimming trailing spaces, IP = #_DOS_WINAPP2.INI : OP = #_FIX.INI
    6:29:15.33 -  6:29:11.70  = 3630 mSec  =
     WinApp2.ini Entry Semi-AlphaNumeric Sequence :- Chaos Factor 79
    6:29:16.37 -  6:29:15.34  = 1030 mSec  = I/P #_H3.TXT O/P NUL + HD_nnnn Array
    6:29:20.81 -  6:29:16.37  = 4440 mSec  = I/P #_FIX.INI O/P indexed #_INI_1.INI
    Invalid number.  Numeric constants are either decimal (17),
    hexadecimal (0x11), or octal (021).
    6:29:23.91 -  6:29:20.81  = 3100 mSec  = I/P=#_SRT_2.INI O/P #_#_WINAPP2.INI
    Size ERROR #_FIX.INI=188747, #_#_WINAPP2.INI=280411
       Look for CORRUPTION in ERROR.LST
    Unexpected content difference between sorted #_FIX.INI and #_#_WINAPP2.INI
    Possibly harmless, e.g. extra blank lines, or SORT.EXE mistakes on some line(s)
    Please inspect ERROR.LST to determine any content corruption in any line(s)
    6:29:23.92 -  6:29:15.34  = 8580 mSec  = Duration of "CALL :Sort_INI ... "
    Replace Chaos by Order in WinApp2.ini - (R)eplace or (S)kip : (R or S) ? s
    CREATING FALSE/TRUE VARIANTS #_ZAP_WINAPP2.INI + #_DEBUG_ZAP_WINAPP2.INI
    6:29:38.29 -  6:29:31.80  = 6490 mSec  =
     YOU  MUST  NOT  "Run Cleaner"  -  ONLY  Click "Analyze"
     After Analysis please CLOSE CCleaner so script may continue.
    Press any key to continue . . .
    6:29:49.69 -  6:29:40.97  = 8720 mSec  =
     F A I L U R E to detect any applicable WinApp2 [Applications *]
     -  Probably due to U.A.C. blocking CCLEANER.EXE /DEBUG
    Suggest trying TRIM_11 using "Right Click" then "Run As Administrator"
    Hit any key to close this window, then retry via "Run As Administrator"
    

     

    If I run the EXE and choose to skip when asked if I want to Organize, everything is fine:

    FILE CREATION 18:42 03/03/2012   Execution  6:33:17.34
    This script creates a trimmed WinApp2.ini giving a faster launch for CCleaner.
    It is safe to use in "normal installed" CCleaner folder - no settings change
    						  TECHNIQUE :-
    Run TRIM_11.exe. CCleaner appears. Click "Analyze" and when done close CCleaner
    A temporary Winapp2.ini variant is created that asserts "Default=True".
    "CCleaner /Debug" is launched to identify all "Detections"
    and a trimmed Winapp2.ini is created which omits the NON-Detections.
    Organize (alphabetic) WinApp2.ini - (O)rganize or (S)kip : (O or S) ? s
    Trimming trailing spaces, IP = #_DOS_WINAPP2.INI : OP = #_#_WINAPP2.INI
    6:33:24.22 -  6:33:20.47  = 3750 mSec  =
    CREATING FALSE/TRUE VARIANTS #_ZAP_WINAPP2.INI + #_DEBUG_ZAP_WINAPP2.INI
    6:33:31.23 -  6:33:24.24  = 6990 mSec  =
     YOU  MUST  NOT  "Run Cleaner"  -  ONLY  Click "Analyze"
     After Analysis please CLOSE CCleaner so script may continue.
    Press any key to continue . . .
    6:33:50.51 -  6:33:33.94  = 16570 mSec		 =
    6:33:50.84 -  6:33:50.57  = 270 mSec   =
    6:33:51.15 -  6:33:50.88  = 270 mSec   =
    CREATING NEW WINAPP2.INI and #_DEBUG_WINAPP2.INI
    Found 74 - (Anomalies 0) = 74 Configs
    6:34:07.11 -  6:33:51.19  = 15920 mSec		 =
    Reporting "BAD" Volatile Detections in file #_?_BAD_*_WINAPP2.INI
    6:34:11.47 -  6:34:07.26  = 4210 mSec  =
    6:34:12.00 -  6:34:11.60  = 400 mSec   =
    @_#_7_BAD_FULL.LST Volatile Detections - (P)reserve or (S)kip : (P or S) ? s
    NEW= 03/05/2012 06:33 AM 18304  .\#TRIMMER\WINAPP2.INI  = 74 Configs
    OLD= 02/23/2012 12:00 AM 188731  .\WINAPP2.INI - (U)pdate or (S)kip : (U or S) ?
    s
    Child Folder .\#TRIMMER\ - (D)elete or (S)kip : (D or S) ? s
    Press any key to continue . . .
    

     

    The INI file created matches v10 INI file.

  3. In this month's new release of CCleaner we've added a Scheduled Tasks management tool and an option to close Internet browsers during cleaning.

    Definately need to play with these options

     

    Currently, I will try to close all running instances of Thunderbird, Mozilla and Chromium based browsers.

    Keeping my fingers crossed as I use Portable Firefox

  4. Well I think you guys should start talking about 3.6.27 :lol:

     

    I have to see if v10 would even run on an older system where I can get 3.6.xx running. Honestly, what do you put on an older system that still works and only has 128 or 256megs of ram? A system which was able to do word and browse before now can't even browse.

  5. The spellchecker hasn't been working for me on the forums for quite some time, I've actually pinned it up as a forums issue, 'cause this is the only place it doesn't work.

    There is anothe rforum I am on which has the same problem. I would lean toward an issue with IPB vs this board.

  6. did some snooping around since my post and the theme is in the same folder as the add-on. It may be in a compressed file (XPI). If so, just use 7zip to extract it in a folder of the same name and rename the XPI file so it can't be recognized, I rename it to XP!. I then find the install.rdf in the extracted folder, edit, save and leave the file uncompressed. Whenever there is an update, the folder will be nuked and a replacement archive will take its place.

  7. Did an "Upgrade" install, which really shouldn't cause any major issues.

     

    It isn't my main browser so I can't be a**ed messing about with a clean install, or trying to find out what the problem is. The lack of any moving back or forward options didn't fix itself at all.

     

    I moved around the forum by clicking the "Forums" button underneath the Piriform name to go back.

     

    And my long lasting Winstripe Modern theme wasn't compatible, and it isn't being upgraded.

     

    End of winge. :lol:

     

    using 10.0.1 and no problems. I am using Portable version so I just drop in the CORE files. Whenever I upgrade and the add-on does not work, I search for the add-on and find the install.rdf and edit the version number in that file to make it compatible. Not sure where the THEME files are, but I'm sure the same may be possible.

  8. SNAGGED for more testing.

     

    Just ran it on my x86 and works fine. Will work on other systems later.

     

    Suggestion: (I went brain dead the last couple of days as I kept forgetting to PM you about this) :blink:

    Toward the end of the script, you prompt to Overwrite the OLD INI with the NEW INI. If you select to SKIP, next question asked is if you want to remove the #TRIMMER folder.

    I would say if the user does not overwrite the INI file, the prompt to delete the #TRIMMER folder should be skipped so it can be manually copied. Just my 1cent....sorry, didn't get paid for 2cents. :(

  9. I've done that before and can't remember if there were any serious after effects. If the portable is running and you run the installed app, the installed app gets the info from the portable running. Now visa-versa could be a problem depending on which closes first. But for the most part, I run portables on my system except for Office, Adobe and any other app which is large and needs system integration......now that reminds me to chack on Waterfox and see if it has been released.

  10. Anyone else notice that 10 seems to be easier on it's memory load?

    I really don't see any differnece between 9 & 10

     

    Much simpler that way. They both use the exact same profile, don't they? Or does the portable version use a profile inside the portable folder? I haven't used portable Firefox yet, so I haven't played with the features. If they do use the portable folder, why don't you just create a folder called Profiles inside the same Firefox folder & drop the profile your using inside that. Then, get the 32 & the 64 bit set to always use the same profile folder via the Firefox Profile Manager, & after you set them like that, then create the SFX after they save the settings?

    I would like to create a launcher sililar to the way PortableAppZ does where there is an Apps folder that contains x86 and x64 APP folder, a Plugin and Profile folder. What I like about PortableApps and PortableAppZ is that if you run a portable on a system that already has FF (or any other portable app) already present, it backs up the info and then restores them when exiting. I haven't figured out a way to break their launcher apart yet. Right now I am leaning on using one of their apps and just plug in my CORE files......since their system seems to work fine.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.