prathapml Posted February 7, 2005 Posted February 7, 2005 bmn, .MIDI files might be what you are looking for then.http://www.mididb.com/Also, I found this program on sourceforge to be very good for this purpose - coolplayer.sourceforge.net It is only 1 EXE, so perfectly suited for uA installs. coolplayer %systemdrive%\install\temp\mysong.mp3
bmn Posted February 8, 2005 Posted February 8, 2005 thanks prathapml.this cool player is really cool.but still i can't play midi with it
Kelsenellenelvian Posted May 16, 2005 Posted May 16, 2005 Hey biohazard I want to officially include this into WPI but I need your permission.So is it okay???
Kelsenellenelvian Posted May 18, 2005 Posted May 18, 2005 HEY BIOHAZARD!!! Please clean out your PM box LOL....
TheeBeets Posted June 15, 2005 Posted June 15, 2005 Can someone plz find out whats going on with this? For sum reason when I click UAP2.exe it doesnt load.
TheeBeets Posted June 15, 2005 Posted June 15, 2005 don't know, for me it opens just fine <{POST_SNAPBACK}>I just restarted my machine and then tried to load it and it works
TheeBeets Posted June 15, 2005 Posted June 15, 2005 ADDCD /D %CDROM%\Software\wpi\UAP\start %CDROM%\Software\wpi\UAP\UAP.exe<{POST_SNAPBACK}>Im looking to incorporate this into mine and plz forgive me but im not 100% sure where to place the commands perhaps someone could do it for me?@ECHO OFFREM 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:\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%.set wpipath=%cdrom%\wpiREM Force resolution to needed size for wpi interface.--start %wpipath%\common\VideoChanger.exe 1280x1024x32@85 -qREM Hide this command window."%wpipath%\common\cmdow.exe" @ /hidREM Font installation - the smooth and customizable way.start /wait %wpipath%\common\fonts\fontinstaller.exeREM 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 endstart /wait \wpi\WPI.htaREM Cleaning up the desktop.del /s/q "%userprofile%\desktop\*.lnk"DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"DEL "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk"exit:end
erik_demon Posted June 15, 2005 Posted June 15, 2005 hey I believe you can put it every where between...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:\win51 set CDROM=%%i:echo Found CD-Rom as drive %CDROM%and...REM Start WPI and wait for its endstart /wait \wpi\WPI.htaIf you would like to, you could even start it from inside your WPI
edmoncu Posted June 15, 2005 Posted June 15, 2005 can this run at the t-39 stage? or via the DetachedProgram parameter on winnt.sif? (assuming i have installed the drivers via Pyron's method).
TheeBeets Posted June 15, 2005 Posted June 15, 2005 Would this work? Its %cdrom%\wpi so would start %wpipath%\install\UAP2\UAP2.exe work?@ECHO OFFREM 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:\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%.set wpipath=%cdrom%\wpiREM Make WPI directory the current directory.for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:cd "%wpipath%"CD /D %wpipath%\install\UAP2\start %wpipath%\install\UAP2\UAP2.exeREM Start WPI and wait for its endstart /wait \wpi\WPI.htaexit:end
Synapse Posted June 16, 2005 Author Posted June 16, 2005 (edited) hey, sorry haven't been on much lately, can't really focus on anything anymore. and have been playing lots of games lol.I lost the source code after i had to format since i've been learning some delphi I could probably re-code it. the size of the file would go up a little bit, probably about 300-500K for the player but if i understand delphi correctly it should be able to play completly stand alone.. meaning there would be no more need for the VBRUN60.dll file.@edmoncu i don't think it can play at the T-39 stage, since its windows based.for the questions about WPI, i'm not to sure about it since i haven't tried WPI, but if it does work then . Edited June 16, 2005 by Bi0haZarD
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now