On 12-May-2000 revcom wrote:

> I am trying to run InstApp in a windows .BAT file. I can say:
> 
> InstApp myapp.prc

Actually you can copy the files yourself into the /Palm/username/Install
directory.  The problem is that there is some magical registry bit that
InstApp sets to indicate that there are files to install.  I wish I could
find that stupid bit or remove its requirement in the install conduit because
it utterly destroys my cron experiment where I wanted to simply do this:

cd ~/Pilot/showtimes
if [ $? == 0 ]; then
  ./getdata.pl
  cd ~/Pilot/Install
  if [ $? == 0 ]; then
    smbclient //house/c -N -c 'prompt;cd /Palm/dennyf/Install;mput *'
  fi
fi

Now it just copies the files but Palm just sits there Duh! and doesn't know
there are new files to sync with that user.


/* Chris Faherty <[EMAIL PROTECTED]>                 */
/* Your Stock has crashed - you must now restart your system */


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to