ROX-Filer ouzzle
jim lesurf (2082) 1438 posts |
Not sure where is best to ask about this, but thought here was worth a try… I usually write ROX apps that go via calling a bash file to launch My standard bash file used is #! /bin/sh exec xterm -fn 10×20 -sb -rightbar -sl 200 -hold -e `dirname $0`/RunImage (exec command all on one line) This then calls the main code in the file ‘RunImage’ in the app and runs it As you’d expect it executes the RunImage and sends it the context info via The snag is when I want to process a file provided by someone else which e.g. the input file may have a leafname “fred the frog.mkv” rather than The spaces cause only the initial “fred” to be sent as the input file name. This is presumably because I shouldn’t be using “$@” but some other spec Personally I regard spaces in file names as a PITA, so never use them BTW if you want to see examples of the ROX apps you can find some here Ta, Jim P.S. Oops! Sorry for the typo in the topic title! Finiger trubble. :-/ |
Steve Fryatt (216) 2105 posts |
Have you tried using Edit: ****ing Textile. |