Jump to content

Astalavista

Member
  • Posts

    3,417
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Philippines

Everything posted by Astalavista

  1. sad to say that is not the coding i used for this project. fixed an error in my coding pls download the new updated Download the TEST.rar when downloading from rapidshare u hv to WAIT 40 seconds until u see the file name appear at the bottom of the screen. Color RED fixed multiple errors... now it is ok.
  2. Hopefully, i wont get reprimanded for posting this here. Guys check this post of mine on how you can protect your wpi investment. http://www.msfn.org/board/index.php?act=ST...t=0#entry254351 This protection works great w/ UltraISO hide function and WPI installation. When u mount the TEST.nrg u wont see the Software Folder it is hidden
  3. I got it! for %%i in (C D E F G H I J K L M N O P Q) do if exist %%i:\WIN51 set CDROM=%%i: set WPIPATH=%CDROM%\software999\WPI\ for /F "delims=: tokens=1" %%i in ("%cdrom%\software999\wpi") DO echo %%i: cd "%cdrom%\software999\wpi" WPI.hta Guy i forgot to turn on the ghost mode... pls download again. wpi.rar
  4. Bonebaddy errors for %%i 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 %%i:\WIN51 set CDROM=%%i: set WPIPATH="%CDROM%\software\WPI\" for /R %%i in ( *.ttf ) do ( copy /Y "%%~fi" "%windir%\Fonts" > nul "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul ) "%WPIPATH%\common\cmdow.exe" @ /HID for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i: cd "%cdrom%\software\wpi" start /wait WPI.hta exit what does this do for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i: cd "%cdrom%\software\wpi"
  5. there is a danger of corruption when u do that. pls let me know if u find that tool thanks
  6. ------------- Updated!!! -- something wrong with the coding fixed. Fantastic program i just finish making my Autorun. Customize Buttons, Splash Background, and Password Security! Yahoo now i can protect my CDS from pirates Here is a very crude sample of the password protection. Download the TEST.rar when downloading from rapidshare u hv to WAIT 40 seconds until u see the file name appear at the bottom of the screen. Color RED MSFN for username and password after u enter the username and password click setup or exit u can also try typing an incorrect password
  7. My method of removing stuff [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "Yahoo! Pager"=-
  8. lol good luck post your screenshot and let see what it looks like
  9. Amazon has it 64 dollars china has come out with a portable player similar to this one. I will be importing some to test
  10. I just found this great tool called Autorun Pro http://www.longtion.com/autorunpro/ARPSetup40.exe it creates among other things AutoRun inf's, "well whats the big deal we can all make autorun.inf's." well this one makes PASSWORD protect Autoruns. When combined with hide Function - This could prove quite useful silent install method /Verysilent registration code is stored in C:\Program Files\Longtion\AutoRunPro\AutoRunPro.ini
  11. i replaced notepad.ex_ with my own notepad.ex_ in i386 done. finito works good
  12. arabic windows cool
  13. LOL friend pls check the title of the thread u are in Office Shrink reduce of 02k3 /xp/2k LOL u must be far sighted. j/k
  14. bonebaddy here is my working wpi.exe ... totally silent converted from my working wpi.cmd for cd or dvd install only with wpi being in cdrom\software\wpi\ wpi.rar
  15. [RegionalSettings] LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1 Language=00000409
  16. i saw it in the regtweaks in the sticky look for it.
  17. if u are going to post a really long code it would be better to put it in a txt file zip it and post it. thanks welcome to msfn
  18. try the new xplode it is fantastic! i just love it.
  19. nope i dont think that would work. It has been tried with no success in the past. hey! I love dell systems i hv a couple of the XPS and they still work ok. dont blame the machine... blame the one writing and preparing the code.
  20. I dont know what to tell u i just tested MCT method again on another workstation and it installed all the fonts. and i just check with Office 2003 it recognizes all the fonts just did the sfx method.
  21. Is this correct? REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%CDROM%\software\WPI\ echo WPI will run from %WPIPATH% it worked!!! REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%cdrom%\software\wpi" now to use my Quick Batch Compiler to make this baby totally silent. i hate the Cmd window. hate it!!!
  22. I want to run this from a dvd I am getting errors I dont understand the color red statement. Can we pls hv some instructions? @ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. for %%i 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 %%i:\WIN51 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%~dp0 echo WPI will run from %WPIPATH% REM Font installation - the easy way for /R %%i in ( *.ttf ) do ( echo Installing font %%~ni.ttf copy /Y "%%~fi" "%windir%\Fonts" > nul "%WPIPATH%\common\installfont.exe" "%windir%\Fonts\%%~ni.ttf" > nul ) REM Hide this command window "%WPIPATH%\common\cmdow.exe" @ /HID REM Special registry tweak needed regedit /S "%WPIPATH%\common\wpi.reg" REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%cdrom%\software\wpi" REM Start WPI and wait for its end start /wait WPI.hta REM call any cleanup code here, or after this script. exit :end
×
×
  • Create New...