Re: Gui4Cli and the registry

"[email protected] [gui4cli]" <[email protected]> 04 Jun 2014 01:31:12 -0700
Newsgroups gmane.comp.windows.gui4cli
Message-ID <[email protected]>
> I'll see if I can make them "on demand", ie create them only if specifically asked for.
> I do want to make it portable.

Ok! Sounds good :-)

BTW; I wrote that I didn't advertise it as being portable but later saw I do.

Normally the program runs a renamed copy of "ffmpeg.exe" to avoid conflicts with other
applications that use it (I have to terminate the ffmpeg process in exeptional cases).

A while ago a "portable" user asked to add a option to not run a copy because he runs
the program from a flash dirive. It would save space and delay because of slow copying.
I then added the option to rename it to "ffmpeg_0000.exe" which is for the program
a flag to use it directly and there is still no risk for conflicts because it's already renamed.

Chris
 

---In [email protected], <gui4cli@...> wrote :

 I'll see if I can make them "on demand", ie create them only if specifically asked for. 

 I do want to make it portable.
 

 Dimitris