Jump to content

SiMoNsAyS

Patron
  • Posts

    3,414
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by SiMoNsAyS

  1. winamp was free until the advanced cd ripper came as a feature. an "official" program needs to pay copyright and so on to the codecs used... so yes, for me winamp is free! if we don't make use of cd ripping, the program is fully functional
  2. hahahahaha! LoL! i haven't introduced myself yet. maybe 1 day when i reach 2k/3k of posts i'll do it because i haven't notice this section when i joined msfn edit: forgot to say
  3. yesterday i recieved the mail, my account will be upgraded dec 5th
  4. Tomorrow (11/19/04) Bill Gates will visit Spain. He is going to meet some spanish ministers and will talk with spanish journalists on a live-chat from elmundo.es. You can enter the chat and ask what you want to the Microsoft President.
  5. RD is used to Remove Dirs, to delete shortcuts you'll need to use the command DEL like: DEL /F /Q "%Userprofile%\Start Menu\Programs\DVD Shrink 3.1.lnk" DEL /F /Q "%Userprofile%\Start Menu\Programs\Spybot - Search & Destroy.lnk" DEL /F /Q "%Userprofile%\Start Menu\Programs\Outlook Express.lnk" normally shortcuts are created on your user profile, if that is not the case you'll need to use the variable %ALLUSERSPROFILE% also next time try to use tags to left it clear
  6. i personally don't like mail clients (perhaps because my experiences with outlook before), for people like me gmail extension for firefox!
  7. any1 knows the final release date? when first beta came i heard something about ending november...
  8. REG ADD %KEY%\027 /VE /D "MSN Messenger Plus! 3.25 (Es)" /f REG ADD %KEY%\027 /V 1 /D "%CDROM%\Software\MsgPlus\MsgPlus-325.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\027 /V 2 /D "REGEDIT /S %CDROM%\Software\MsgPlus\MsgPlus.reg" /f REG ADD %KEY%\027 /V 3 /D "pskill.exe MsgPlus.exe" /f REG ADD %KEY%\027 /V 4 /D "pskill.exe msnmsgr.exe" /f search better next time
  9. ok, first thanks for the info i used this post because i didn't want to start a topic with this content, i know about the other one on "forum issues" but the last reply is dated oct 17, and i would like to know if things have changed @prathapml nice to see you again... where were you hidding?
  10. i would like to use this topic to ask admins (if they know)... will msfn move to ipb2.02? sooner, later or never?
  11. PS2 RuLeS!!
  12. start unplugging hardware until the error disappears, if you can't then check bios settings again to see if the correct cpu clock is set and so on...
  13. you're not using updated extensions, that's why they aren't installed on ff 1.0 -install-global-profile works perfect for me, i'm just working on a review of my guide using this method.
  14. why don't create a rar self extracting archive?? (check "create SFX archive") edit: arggghhh! i hate when some1 is faster!
  15. i'm sure you'll find it in the donkey net if you want the installation alone. you can also try filemirrors and so on.
  16. this is mine and here is the msi installer. both are bunch of features, select what matchs your needs (but let me recommend mine )
  17. @FSB-SPY, the installer was built by yourself or you downloaded mine? things you can try: uninstall and delete profile, then reinstall and re-export profile. don't export profile folder, just install firefox. try to use other installer like the .msi one or mine.
  18. those values are stored on "%SYSTEMDRIVE%\boot.ini" and you can edit it (at least display list of os, i've never touched the other one). line is "timeout=10" for 10 sec for example. also can be done with bootcfg command bootcfg /Timeout 10
  19. waiting too... maybe someday we can play online together
  20. i would say "We really need to talk.... Can I get a job ?"
  21. just export this key Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\TuneUp\Utilities\4.0] "UserName"="BioHaZaRD" "Company"="BioHaZaRD iND. CoRP." "RegCode"="key" [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\4.0] "UserName"="BioHaZaRD" "Company"="BioHaZaRD iND. CoRP." "RegCode"="key"
  22. autoit script is really simple, simply you need to run the installation and type the serial. my exe file is compiled but i can decompile it if you can't find a solution. i built that dvd installation for me and a friend who has a clan GreenDevilS clan and GreenDevilS server, i usually play there and mostly on spanish servers. here is the code... that launch the installation @ECHO OFF TITLE Instalacion de Medal of Honor: Deluxe Edition COLOR 20 ECHO. ____ ECHO ______________________________ ____________/ /________ ECHO -=-=-=-=/ __________________/ _ \ _ \/ ____\____ \ / \/ ____\-=-=-=-=- ECHO ____\___ \/ \/ _ _ / / / / /\___ \/ / /__ /\___ \ ECHO -=-=-/ ________/ ___/__/_/ /_____/__/ /______/\_____/ / /______/=-=-=-= ECHO \/(-Dvc!-)\/ / _/ / _/ /_____/ ECHO \/ \/ ECHO. ECHO. ECHO Instalando Medal of Honor: Deluxe Edition ECHO Por favor espera... FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\BioHaZaRD.nfo SET CDROM=%%d FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\MOHAA\setup.iss SET MEDAL=%%d IF EXIST %MEDAL%\MOHAA\setup.iss %MEDAL%\MOHDLX.CMD IF EXIST %MEDAL%\MOHAA\setup.iss DEL /F /Q "%ALLUSERSPROFILE%\Escritorio\Medal of Honor Allied Assault.lnk" IF EXIST %MEDAL%\MOHAA\setup.iss DEL /F /Q "%ALLUSERSPROFILE%\Escritorio\Medal of Honor Allied Assault(tm) Spearhead.lnk" EXITfor mount.cmd: @echo off TITLE Instalacion de Medal of Honor: Deluxe Edition COLOR 20 ECHO Por favor inserta el DVD de Medal of Honor: Deluxe Edition ECHO En 1 minuto se continuara la instalacion... FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\BioHaZaRD.nfo SET CDROM=%%d START /WAIT %CDROM%\$OEM$\pause.cmd FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\MOHAA\setup.iss SET MEDAL=%%d IF EXIST %MEDAL%\MOHAA\setup.iss "%PROGRAMFILES%\D-Tools\daemon.exe" -noicon -mount 0,%MEDAL%\MOHSH\SPEAR.ISO EXIT for unmount.cmd: @echo off TITLE Instalacion de Medal of Honor: Deluxe Edition COLOR 20 FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\$OEM$\BioHaZaRD.nfo SET CDROM=%%d ECHO Por favor inserta el CD de Instalacion de Windows XP SP2 ECHO En 1 minuto se continuara la instalacion... START /WAIT %CDROM%\$OEM$\pause.cmd "%PROGRAMFILES%\D-Tools\daemon.exe" -noicon -unmount 0 EXITand for pause.cmd: @echo off cmdow @ /HID PING -n 61 127.0.0.1>nul exit i know this looks really complecated but if i could write it i'm sure is not that difficult hope it can help you
  23. @DigeratiPrime, glad to help @Timorad, with the winrar reg file you don't need to open and kill winrar, it will be associated perfectly. @MSFN, i'm surprised because i'm missing contributions, don't you want to associate the extensions with your favorite program?! also it can be used to change the default icons for files, i'm sure someone will find it interesting
  24. no vision problems for me
  25. ok now because i use firefox i'm an ignorant, bigoted, unthinking moron; if we sume that to the UGLY point... i would suggest m$ to put this on the main page of IE like: nice advertisement, but let me suggest supermods to close this pointless thread.ps: sorry but my ego is strong enough to not be broken by 1 pointless coment.
×
×
  • Create New...