Jump to content

Kelsenellenelvian

Patron
  • Posts

    9,018
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Kelsenellenelvian

  1. @ECHO OFF REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). 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:\wpi.ico 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%. set wpipath=%cdrom% REM Force resolution to needed size for wpi interface. --start %wpipath%\common\VideoChanger.exe 1280x1024x32@85 -q REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait WPI.hta REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 10 -c "Reboot in 10 sec..." exit Aaaaaannnnnd there ya go....
  2. Okay bernr tell me all what changes are made and write up a quick tutorial on how to make and use multiple configs please.
  3. Het Almulder I will post your theme and the link for it tommorow ok.
  4. The current media player supports a song list and the usuall options.
  5. Download here. <------ Sorry for the sudden new release but there was a couple of issues that really needed fixed. 3.6 - 3.61 Changelog: Made user manual part of the lang file. User manual is now part of the "options" buttons. Made the default wallpaper part of the actual theme. Fixed alignment of the config wizard. Added Korean Language. Fixed OS dependancy bug windows 2003 is now recognized as "03". 3.6 Changelog: Fixed "Unterminated String Constant" errors. (Thanks RayOK) Fixed WPI not loading because .hta extension is not registered. Re-tooled the options menu. Gave the main interface a face lift. Discovered WPI supports pictures in the description pop-up boxes. Added Manual button to the main interface. (Thanks Blinkdt) Added Tools and Graphics Folders. Added Unnatended Audio Player (UAP). (Thanks Bi0haZarD) Added a full user manual. Added Universal Silent Switch Finder (USSF). Added A Picture section to the Config wizard. (Thanks Almulder) Two new languages: Danish Language. Arabic Language. Moved FontInstaller, VideoChanger, Cmdow, UAP and USSF to the tools folder. A lot of work went into this one and several members of MSFN devoted quit a bit of effort to it. Lets keep the discussion here.
  6. It is in the lang.js file m8. WOOT 700th post.
  7. It is fully integrated into the next release.
  8. Sorry but I borrowed your script and made the link for the manual Lost Soul wrote.
  9. It would be great to have an integrated media player.
  10. Okay I have it now and will be releasing it in a couple of hours.
  11. Almulder really busted his a$$ on this one.
  12. Nice script thank you for sharing.
  13. YAY!!! WHOOOHOOOOO Lets get 'er done.
  14. So how is the new vesion coming. P.S. This little app is freakin Awesome.
  15. WOW So are you almost done? As soon as you are done and I double-check everything WPI 3.6 can be released.
  16. DAMNIT!!! LOL Oh well at least we tried.
  17. Do you think u could do something like that? Sorry but I don't believe this is possible. I am looking into it. The only solution I have is to call the player next in line after the prog that calls for a reboot.
  18. WOW This looks sweet I can't wait to get my hands on it. I would like to beta.
  19. --shutdown.exe -r -f -t 10 -c "WPI will now reboot in 10 sec..." This does work from CD.
  20. I use this method and the mini-player works fine for me. Your problem most likely is not this method of slipstreaming WMP10.
  21. Okay 2 things and your prob should be fixed. REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%~dp0 Make sure where it says set wpipath= That you have %cdrom% there. and for the secomd thing what do you have for the cd identifier?? REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). 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:\wpi.ico set CDROM=%%i: echo Found CD-Rom as drive %CDROM% if you change the part where it says %%i:\wpi.ico you need to edit generate.js to reflect those changes. (2 spots) function FindCDRom() { position = "generate.js"; var i, li; if (foundCDdrv) return cddrv; li = GetCDRomDriveLetters(); for (i=0; i<li.length; i++) { if (FileExists(li+'\\WPI.ico'))<----- HERE { cddrv = li; debug("Found CDROM as drive " + cddrv,1,2); } } if (cddrv=="") { a = fso.GetAbsolutePathName("."); while (a.length>=3) { //debug("Trying ... " + a, 1); if (FileExists(a+'\\WPI.ico'))<----- AND HERE
  22. Run a test with all choices except those two and tell me what you get please
×
×
  • Create New...