Prev: Command "file mkdir" doesnt return value and so cannot be nested.
Next: Newbie question about path failures in a configure script that requires Tcl
From: Uwe Klein on 6 Jan 2010 10:59 Horix wrote: > I've solve my problem. > vlc on linux is not the same on windows. > > The command to run correctly vlc is: > > set canal [open "|vlc nom_de_la_chain_free --extraintf=rc --rc-host > localhost:$numcan --rc-fake-tty" w+] > > I've supress "--rc-quiet" and add "--rc-fake-tty". > > Now the error "couldn't open socket: connection refused" is out :-) > and the script is running well. > > I use $tcl_platform(platform) to select the right command for running > vlc. congrats! Like to put your findings for using vlc on both platforms on the tclers wiki? http://wiki.tcl.tk/ uwe |