Jump to content
Muxe Inc Forums
Sign in to follow this  
Guest frantisek

Launching associated programs

Recommended Posts

Guest frantisek   
Guest frantisek

Hi,

 

when I launch a file in NDN by executing it (e.g. TIF or DOC), NDN doesn't return back but shows the result of the cmd interpreter until I close the launched software.

 

Maybe it's intended, but it's slowing things down a lot. Using { start "!.!" } in EXT file doesn't work for me...

 

Any workaround, or is it a bug?

 

Thanks

 

Frantisek

 

// Sorry, I found the working solution. It was in a another post here but in Russian, so I had to fire up my memory of Cyrrilic, after a while I remembered, translated and used the solution there. the EXT file syntax is this:

 

*{;

start "" "!:!\!.!"

}

 

but why the additional quotes? I guess it's an issue with the win commandline interpreter :(

Edited by frantisek

Share this post


Link to post
Share on other sites
dandv    0

The first set of quotes is mandatory and it specifies the string to be displayed in the title bar of the CMD window, i.e. an empty string.

 

Here is my entry:

avi,mpg,mpe,mpeg,wma,mpa,asf,mov,wmv,m1v,wmv,mp3,ac3,wav,mid { start "" "!:!\!.!" }

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×