<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br>I'm wondering what "65280" means.<br><br>I'm trying to use the s7 "system" call from Grace,<br>ex.<br><br>(system "/home/Grace/test.sh")<br><br>It works fine on some things, such as if .sh contains:<br><br>#! /bin/sh<br>cd /opt/snd-13.5<br>./snd 808loop.wav<br><br>and returns 0, but on other items I just get "65280" returned in Grace. I've checked file permissons, ownership, execution of .sh file etc. Seems to have something to do with whether the program uses graphics or opens in a terminal. The troublesome programs fire just fine if I directly run the .sh file from command line outside of Grace/s7.<br>                                            </div></body>
</html>