Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/20/2020 in all areas

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200321-b0429df-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200321-b0429df-uxp-90a4813d1-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200321-b0429df-uxp-90a4813d1-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200321-cef212cb8-uxp-90a4813d1-xpmod.7z Official UXP changes since my last build: - Issue #1485 - Fix incorrect grid cell sizing to min/max space. (b3a4b8361) - Issue #1477 - Fix finding config.guess on builds not using MOZ_OBJDIR (157a4abbc) - Merge pull request #1486 from MoonchildProductions/1485 (a1f53ada5) - Issue #1482 - Give dynamic SSUAO rules priority over static ones (a20f20883) - Merge pull request #1484 from JustOff/PR_ssuao_priority (60ea1e85f) - Issue #1355 - Make addition of cell border display items depend on whether they should be drawn. (6d504711a) - [network] Cherry-pick various sctp lib upstream fixes. (22fc22035) - [js] Remove pointless MakeMRegExpHoistable optimization. (54f44bb62) - [DOM] Make sure to exit fullscreen mode if popups are opened or focused. (9550c68d7) - [devtools] Properly escape method arguments for curl. (90a4813d1) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1473 - Use `%OS_SLICE%` macro in SSUAO to refine OS info (95a9a47) - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (a7b58de) - Merge pull request #9 from dbsoft/CatalinaBuildFixes (492f648) - Update back-end branch pointer (045c1bc) - Merge pull request #10 from JustOff/PR_ssuao_os_slice (b0429df) Official Pale-Moon changes since my last build: - Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks. (973848504) - Merge pull request #1739 from dbsoft/CatalinaBuildFixes (7bd3fbe08) - Change geolocation pref for official releases to https (645b50d09) - Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (cef212cb8)
    1 point
  2. That image is part of Q125691, which is part of the MSKB collection in .pdf attached below all the links in post #1 of that thread...
    1 point
  3. First search for the text "SHA-1"; in the file name and separate @Echo Off :: Create empty files to contain file names parsed yes / no shafiles Echo. 2>yshafiles.txt Echo. 2>nshafiles.txt :: For all jpg and gif files in actual folder For %%a In (*.jpg *.gif) Do ( :: Search "SHA-1;" in file name and save Echo %%a | Find "SHA-1" && Echo %%a >> yshafiles.txt || Echo %%a >> nshafiles.txt ) After use @jaclaz implementation
    1 point
  4. Good , then, if I were you (and you do know how cheap I am) I would get a PWM Y cable, example: https://www.quietpc.com/gel-pwm-cable and a couple PWM (4 pin) fans, again example, of suitable airflow/speed: https://www.quietpc.com/120mmfans and call it a day. Check also this: https://www.overclockers.com/pwm-fan-roundup-twenty-four-120-mm-case-fans-tested/ Since you shouldn't be in a situation of extreme need for cooling/airflow I would go for more silent fans. If you can get a couple of Arctic ones, you won't need the Y cable, if you get one with the "pass through" connector (that they call "PST"). i.e.: PST: https://www.arctic.ac/eu_en/f12-pwm-pst.html vs. "normal": https://www.arctic.ac/eu_en/arctic-f12-pwm.html and actually, since the cost is not that much different, I would personally go for a P12 (as opposed to a F12) as it should be more silent (and also efficient) in "normal" operation: https://www.arctic.ac/eu_en/p12-pwm-pst.html jaclaz
    1 point
  5. Look, the SET name=!name:~0,-6! removes LAST 6 characters, it has nothing to do with spaces. You provided an example, and I proposed a possible solution for that example, in which the code removes " SHA-1", i.e. 6 characters before the semi-colon. You can have the same result using (say): FOR /F "tokens=1,2,3,4,7 delims= ." %%A IN ("%LongName%") DO ( SET name=%%A %%B %%C %%D SET ext=%%E SET newname=!name!.!ext! ) But that fixes the name as having 4 tokens space delimited, i.e. Some Image File # Whilst the earlier suggestion would cover *anything* that is suffixed by "<6 characters>;<any number of characters>" I posted it explicitely to show you how to use (besides the final dot separating the extension, which can be obtained by other means, using variable expansion, see below) the semicolon as a separator and proceed from that, assuming that the " SHA1;" before is a fixed suffix. For all it matters (again following your example) the suffix is always a fixed length, as the SHA-1 hash has a fixed length so you can also do: CALL :shortname "Some Image File 1 SHA-1; 843j0b5a5a06ff252cab25d2142beva7a072aea3.jpg" SET shortname GOTO :EOF :shortname SET shortname=%~n1 SET shortname=%shortname:~0,-48% SET shortname=%shortname%%~x1% jaclaz
    1 point
  6. Español (España) Language Pack langpack-es-ES@palemoon-28.9.0a1.xpi Other Language Pack langpack
    1 point
  7. Many x64 netbooks are made to boot only 32bit *.efi by design. Also, secure boot needs proper certificates and keys - similar to SSL. Your boot .efi file has to pair up with the CA certificate embedded in the BIOS. Anything M$ older than Win8 needs CSM, even Win7 can't boot properly on pure EFI. CSM breaks secure boot - it's either one or the other. You want XP, so secure boot is off-limits for you.
    1 point
  8. Nop, the color feature is posible on all Windows (incl. XP) using FindStr: @Echo Off Set "on=[YES]" Set "off=[NO] " Set opt1=%off% Set opt2=%off% Set opt3=%off% :menu Cls <NUL Set/P=A. & ( If %opt1%==%on% (Call :echolor %opt1% 0a) Else (<NUL Set/P=%opt1%) ) & Echo Option_1 <NUL Set/P=B. & ( If %opt2%==%on% (Call :echolor %opt2% 0a) Else (<NUL Set/P=%opt2%) ) & Echo Option_2 <NUL Set/P=C. & ( If %opt3%==%on% (Call :echolor %opt3% 0a) Else (<NUL Set/P=%opt3%) ) & Echo Option_3 Echo D. GO Choice.exe /C ABCD /N /M "Toggle your option: " If ERRORLEVEL 4 GoTo :continue If ERRORLEVEL 3 (If %opt3%==%on% (Set opt3=%off%) Else (Set opt3=%on%)) & GoTo :menu If ERRORLEVEL 2 (If %opt2%==%on% (Set opt2=%off%) Else (Set opt2=%on%)) & GoTo :menu If ERRORLEVEL 1 (If %opt1%==%on% (Set opt1=%off%) Else (Set opt1=%on%)) & GoTo :menu :continue Pause Goto :EOF :echolor (text, color) MD "%tmp%\_%1" >NUL Pushd "%tmp%\_%1" For /F %%a In ('Echo PROMPT $H ^| Cmd.exe') do Set "bs=%%a" <nul Set /P="_" >"%1" FindStr.exe /S /B /P /A:%2 /C:"_" "%1" <nul Set /P=%bs%%bs% Popd RD /S /Q "%tmp%\_%1" Goto :EOF - Make a temp directory for reduce FindStr recursive finder to minimum - Pushd and Popd for save, change and recovery the current directory - For Echo PROMPT $H, for obtain BackSpace character - FindStr colorize the folder containing the searched string followed by a colon and the string - Use BackSpace variable for delete colon and string - Use <NUL Set/P="hello" for Echo without newline endening - Windows XP not include Choise.exe command T_T. BUT you can use Set /P asking to press Enter Key modifying the menu like this: :menu Cls <NUL Set/P=A. & ( If %opt1%==%on% (Call :echolor %opt1% 0a) Else (<NUL Set/P=%opt1%) ) & Echo Option_1 <NUL Set/P=B. & ( If %opt2%==%on% (Call :echolor %opt2% 0a) Else (<NUL Set/P=%opt2%) ) & Echo Option_2 <NUL Set/P=C. & ( If %opt3%==%on% (Call :echolor %opt3% 0a) Else (<NUL Set/P=%opt3%) ) & Echo Option_3 Echo D. GO Set /P op="Toggle your option AND PRESS ENTER: " If /I "%op%"=="D" GoTo :continue If /I "%op%"=="C" (If %opt3%==%on% (Set opt3=%off%) Else (Set opt3=%on%)) & GoTo :menu If /I "%op%"=="B" (If %opt2%==%on% (Set opt2=%off%) Else (Set opt2=%on%)) & GoTo :menu If /I "%op%"=="A" (If %opt1%==%on% (Set opt1=%off%) Else (Set opt1=%on%)) & GoTo :menu GoTo :menu Result: - Another option for colorize is using Call to PowerShell: https://stackoverflow.com/questions/2048509/how-to-echo-with-different-colors-in-the-windows-command-line
    1 point
  9. 15 years later I still use Sony Vegas 9.0e 64-bit (released May, 2010) to produce MP4 files (H264 + AAC) 720p/1080p on WinXP SP2 x64 - The best system from MS
    1 point
  10. VirtualBox 1.5.6 is the final version officially supported for vanilla Windows 2000, but VirtualBox 2.0.4 is the final version using a modified kernel driver made by BWC. But, if you use the extended kernel and core, you can use VirtualBox 4.1.22 (and possibly up to about 4.1.32 - 4.2 introduces driver incompatibilities). However, you must manually install the kernel/networking/USB drivers from the "drivers" folder in VirtualBox's program folder using the included infs. USB 2.0 passthrough seems to be broken, just like in 1.5.x.
    1 point
  11. New Pale Moon 26.5 for Win2000 build: updated test binary: https://o.rthost.cf/gpc/files1.rt/palemoon-26.5.0-20180718.win2000.7z and updated test binary of K-Meleon 74 with Goanna 2.2(palemoon-26.5) that works in Win2000: https://o.rthost.cf/gpc/files1.rt/KM74-g22-20180718.win2000.7z base repo: https://github.com/roytam1/palemoon26/tree/oldvc Changes since last build (omitted due to forum restrictions, changelog available in blog entry)
    1 point
×
×
  • Create New...