I have the same problem... and I have yet to find a solution from the batch file side...
When frodoplayer starts, I've told it to launch a batch file whitch launches a few programs. Now, this batch file starts above frodo, and is visivble for a few seconds. Is there a parameter to make frodo launch the batch file minimized?
I have the same problem... and I have yet to find a solution from the batch file side...
Pentium 4m 1.5GHz|MB896|Roadie Extreme|XM-Direct|Rikaline 6010|T-View 7"|Streetdeck|160gb Western Digital|1Gb DDR2-533 Ram
Originally Posted by Maņana
Add that as the first line of the batchfile, and you won't see any output. You can also make a PIF for the batchfile that will make it run minimized.Code:@ECHO OFF
I will try a .PIF file... but the @echo off wont make the actual window disappear...
Pentium 4m 1.5GHz|MB896|Roadie Extreme|XM-Direct|Rikaline 6010|T-View 7"|Streetdeck|160gb Western Digital|1Gb DDR2-533 Ram
But frodoplayer cant launch a shortcut, and i can't get the pif file to work properly :sOriginally Posted by some website =P
ah, gimme a minute
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
I hanging here until you get the solution........
Make a file similar to this with a vbs extension.
For example, my file is called "test.vbs"
And tell fp to launch it.
Replace "test.bat" in the code with the path to your batch file.
This requires you have Scripting Installed, which, in all likelyhood youCode:Dim WSH Set WSH = WScript.CreateObject("WScript.Shell") WSH.Run "test.bat", 0
do.
Frodo
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Ok I will try this in the morning....(becouse I also have the same prob)
Thanks frodo..
Also in a couple of threads Manana and I asked how to do something similar to this but with MM (last time I checked there wasn't an answer) any quick word on this matter??
Explain better or find me the threadOriginally Posted by thanatos106
![]()
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Bookmarks