This may be more of a bash question than a myth question ... if so, forgive me.<br><br>I have a user job that encodes shows for my Palm TX ... run as :<br><br> palmencode $FILE% "$TITLE%" "%SUBTITLE%"
<br><br> 'palmencode' is a bash script inputing the command line as $1, $2 and $3<br><br>However, if %TITLE% has a space in it, my script only reads to the first space despite the<br>enclosing quotes around %TITLE% and %SUBTITLE%.
<br><br>So, encoding "The Omega Man" gives me "The-Omega.avi" (Omega is seen as the<br>%SUBTITLE%).<br><br>How can one get the full title with spaces and other special characters ?<br><br><br>Barry<br>
<br><br>