Jump to content

SiMoNsAyS

Patron
  • Posts

    3,414
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by SiMoNsAyS

  1. really useful!, i use something similar indeed: sendto>dirtxt.cmd @ECHO OFF IF EXIST "%~f1\DIR.TXT" DEL /F /Q "%~f1\DIR.TXT" DIR %1 /A /-P /O:GN>"%TEMP%\DIR.TXT" MOVE "%TEMP%\DIR.TXT" "%~f1\DIR.TXT"
  2. only rar-sfx fonts to the fonts folder don't work for me. i use to open the fonts folder and after a few seconds kill the process ps: alt. you can open word to register fonts
  3. there are many out there... my favorite list (in order): diablo series moh series (i use to play moh:spearhead online more than any other) half-life and half-life2 quake series nfs series pro evolution soccer / winning eleven series doom3 and farcry ... so many ...
  4. i agree, let's hope an increment of rar's compression ratio or an upgrade on 7zip sfx modules
  5. sound a bit of racism... but true, all people need to be equal before the law (including black polimen ). back to topic, sportsmen get more money because of the millions of people that follows them (remember the amount of money that TV pay to sports clubs and entities). i (sadly) suppose is not too much far from here the show @crispy talked about.
  6. have u tried searching? that switch won't work since 2.5.x, you'll need an autoit script to install it
  7. i guess @war patches the exe for multi-msn, remove ads, and after installing overwrite the original exe... or not?
  8. lol check the similar named thread Daemon Tools Final Solution
  9. voted watching pr0n; i'm sure from the list my favorites are nba, tennis and soccer
  10. one of the ten rules of deskmoders ...
  11. Aluminium Alloy (Toxic Variation), ported by kol. includes wallpapers and themes
  12. glad to help as always
  13. use winrar to extract from the .exe setup file a .msi file (/qb /qn switches makes it silent). about the patch i doubt it can be silent, you can try to apply the patch and then overwrite the old msnmsgr.exe. for msngr plus! switch /SilentInstallNoSponsor @SwedenXP, every1 of this covered many times, probably you couldn't find an especific thread because it uses the same way of installation as the curretn msn6
  14. all mirrors updated, check first post
  15. create a new .htm file and insert there the .gif file, then set the .htm file as background (active desktop enabled).
  16. @dams007 you need to point a .theme file (create it on display properties) not a .msstyles, or at least that is what i do
  17. 7zip is a great compression tool, the only thing that prevents me to move from rar is the time i need to spent on creating a config.txt, and the .sfx module. also i like to keep my nero icon on my customized installation (yes i'm so picky... ). btw great guide
  18. nice leeching!
  19. i think i'm the terrible dr. jekyll | mr. hyde and i think there are many ALLCAPS around here...
  20. well i personally don't use the default profile shortcut but i thought some people that use that method will use it. same for the admin shortcut (i use this one ). don't like them? del /f /q "%PROGRAMFILES%\Mozilla Firefox\*.lnk"don't like a plugin or search plugin? del /f /q "%PROGRAMFILES%\Mozilla Firefox\plugins\yourplugin.dll del /f /q "%PROGRAMFILES%\Mozilla Firefox\searchplugins\yourplugin.src del /f /q "%PROGRAMFILES%\Mozilla Firefox\searchplugins\yourplugin.png... so easy ... lol and this time featuring "search MSFN" for noobs and MSFN forum bookmarks! really lol!
  21. ok guys i've uploaded a new version of the installer. check first post for more info... plugins updated to latest vesions (including reader7 plugin ), MSFN search plugin, shortcuts for default profile and admin profiles on "%PROGRAMFILES%\Mozilla Firefox" (sorry i haven't been able to locate them on start menu, anyway you can use a batch file to move them), icon size boosted up to 128x128, QFA now is ALWAYS not installed... hope you find it interesting, uploading at the moment, please check in 5 minutes
  22. so then use... ;Force classic Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSimpleStartMenu"=dword:00000000
  23. @prathapml, let just leave out the ambiguous term "security". tabbed browsing, themes support, millions of possibilities adding extensions, css... this is about firefox, about thunderbird i'm not going to talk bc i've never used a mail client (neither outlook). i still preffer my old-school html mail or my gmail notifier extension
  24. because i started based on a code developed by @jdoe for firefox and to ensure shortcuts to .exe and .ico files would work under batches on DOS, paths were shorted like "%SHORTPF%\MOZILL~1\FIREFOX.EXE". i know it doesn't make so much sense when trying to locate for example "%SHORTPF%\Windows Media Player\wmplayer.exe" but that's the way i started the batch and bc of that i still preserve that variable anyway if you don't like it you can search/replace %SHORTPF% with %PROGRAMFILES%, %PF% or %IMAGEEK% lol edit: i suggest the mod that changed the title of the topic to "Registering file Extensions Unattended" next time use propper capitalizations
  25. i see... it has take me a time to find something official... http://sourceforge.net/project/showfiles.php?group_id=56991 i'm a big fan of shell replacements and i didn't know about it. don't look bad at all well you can do it 2 ways, by $oem$ folders: place your blackbox dir on $oem$\$1\blackbox for example. create a shortcut to "%systemdrive%\blackbox\blackbox.exe" or "%systemdrive%\blackbox\blackbox.cmd" depending on the file you use to launch the program. place the shortcut on "$oem$\$Docs\All Users\Start Menu\Programs\Start" (be aware that in localized versions of windows this path could be different, mine is "All Users\Menú Inicio\Programas\Inicio"). second way; more "proffesional": create a self-estracting archive with winrar to be silently extracted on "%systemdrive%\blackbox" and to be called from cmdlines.txt with /S switch. then we'll use a reg entrie from a .cmd file, for example startup_blackbox.cmd from cmdlines.txt with the content... REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "Blackbox" /D "%SYSTEMDRIVE%\Blackbox\Blackbox.exe" /F hope you can find some part interesting...
×
×
  • Create New...