November 16, 200421 yr Hi guys. I would like to play an MP3 While my batch file is running, i want run it by mplayer2.exe i try this batch but it may be had errorscan any one help meCLSECHO.ECHO Listen to Quran While Install ApplicationsECHO Please wait...run "%systemdrive%\Program Files\Windows Media Player\mplayer2.exe" "%systemdrive%\drivers\002_cre\Ketaab_Allah.mp3"for more explainhttp://www.msfn.org/board/index.php?showto...=0entry221369
November 16, 200421 yr down? give it a min man.. u only posted 45mins ago..start "%programfiles%\Windows Media Player\mplayer2.exe" "%systemdrive\Drivers\002_cre\ketaab_allah.mp3"
November 17, 200421 yr Author hi what do you mean aboutdown? give it a min man.. u only posted 45mins agoand i tried this code and it work ok but i found a new problemwhen batch file runing it run program mplayer2.exe and run MP3 its okbut after that the batch file stop and cant't continue it still run tthis mp3 and stophow can i run mp3 and continue install all applications
November 17, 200421 yr hi what do you mean aboutdown? give it a min man.. u only posted 45mins agohe means that not everyone will know the answer to your question. be patient and give it some time.
November 17, 200421 yr when batch file runing it run program mplayer2.exe and run MP3 its okbut after that the batch file stop and cant't continue it still run tthis mp3 and stophow can i run mp3 and continue install all applicationscall it from another batch file....example...Install.cmd:CLSECHO.ECHO Listen to Quran While Install ApplicationsECHO Please wait...start music.cmdthen in music.cmd:start "%programfiles%\Windows Media Player\mplayer2.exe" "%systemdrive\Drivers\002_cre\ketaab_allah.mp3"(maybe an "exit" here so that when it starts the music it closes the Dos prompt for music.cmd)that should tell it to play and move on to installing stuff.
November 17, 200421 yr Author i do it but also stopin install file areCLSECHO.ECHO Listen to Quran While Install ApplicationsECHO Please Listen%systemdrive%\drivers\000_con\001_HSF\info.cmdand in quran file "%systemdrive%\Program Files\Windows Media Player\mplayer2.exe" %systemdrive%\install\Ketaab_Allah.mp3CLsEXITif you find any errors tell me
November 18, 200421 yr dude, its ONLY been 4 hrs, stop bumping your post what are you wanting 2 do?u wanna install programs & have a batch file play music while its installing?mplayer2.exe "file.mp3"start /wait programuwant2install.exe /switchnothing 2 it..
November 18, 200421 yr Author the path of mediaplay2 "%systemdrive%\Program Files\Windows Media Player\mplayer2.exe"the path of mp3%systemdrive%\install\Ketaab_Allah.mp3tell me how
November 18, 200421 yr Muslim, I made an Application to do just this, since it doesn't look like Mplayer2.exe can do this.i'm just waiting for a couple replys on my VB6 question post. so far it seems to work perfect. and if enough people show intrest in it maybe a future release.. right now my program only supports 1 MP3 file.the dos command prompt is just there to show that while it plays music it will install stuff too. but well.. in the form of Ping, Netstat, Ipconfig executing.
November 19, 200421 yr are any member have any wayi've tried every command line option i could think of and everytime it starts playing the music and stops until the media player is closed. so i don't think there is a possible way besides maybe VBScript to do this which i'm not familiar with.so once i release my program it should help you since it allows the installation to keep going. i've also done about 2 hours of research into this.. and i haven't been able to find any command line options that will allow the music to play then move on to the installation.so just wait a day or two till i find out which Files i need to pack with my program for it to work on everyones computers.
Create an account or sign in to comment