I just wondering, how can i create a script in command prompt to auto run the
xserve.exe so that it can sink data and save
it into my PostgreSQL db with out using the mote view GUI

@echo off
>
C:
 chdir D:\Crossbow\cygwin\bin


 bash --login -i -c /opt/MoteWorks/tools/xserve/bin/bin/xserve.exe
 -device=com1 *-db -dbserver=localhost -dbport=5432 -dbname=task
-dbuser=tele -dbpasswd=tiny*


above is my xserve.bat file that run the xserve.exe file. can somebody help
me to alter it
-- 
View this message in context: 
http://old.nabble.com/xserve-command-script-tp32938272p32938272.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to