see also thread204-217738 but the solution is not mentionned :(
Hi I want to automate sms's being send out via the serial port com 1 to a GSM modem
script looks like this:
mode com1:96,n,8,1
ping 123.45.67.89 -n 1 -w 600 > nul => just wait few seconds
echo on
ping 123.45.67.89 -n 1 -w 600 >...