Xming

Kenneth Brody kenbrody at spamcop.net
Wed Jun 18 06:42:31 PDT 2014


On 6/18/2014 9:15 AM, tob at b-e-s-t.com wrote:
[...]
> The nano call is which works fine is:
> ia(8,*)=1 ; 'the account number
> ay="nano /o/o"{@qu{"/notes/"{ia
> system ay ;' runs nano and then returns to the next line
> BUT
> ia(8,*)=1 ; 'the account number
> ay="gedit /o/o"{@qu{"/notes/"{ia
> system ay
> simply returns.
[...]

Try:

     system ay & "; echo press enter to continue ; read junk"

See if there are any error messages displayed.

BTW, unless there is some compelling reason to use the temporary dummy 
fields, you could simply do:

     system "nano /o/o" { @qu { "/notes/" { 1

And I hope that field 1 can't contain anything like ";rm -rf /", nor do you 
have any qualifiers with non-alphanumeric characters in it.

-- 
Kenneth Brody


More information about the Filepro-list mailing list