Am wondering about a batch file to send push message to multiple devices. Have tried
Doesn't work
Have tried separating device names with comma, doesn't work
Have tried the following, putting all three lines in one batch file - doesn't work - only sends the message to device1
Any suggestions??
B4X:
b4a_c2dm.bat send device1 device2 device3 "GET_FILE"
Doesn't work
Have tried separating device names with comma, doesn't work
Have tried the following, putting all three lines in one batch file - doesn't work - only sends the message to device1
B4X:
b4a_c2dm.bat send device1 "GET_FILE"
b4a_c2dm.bat send device2 "GET_FILE"
b4a_c2dm.bat send device2 "GET_FILE"
Any suggestions??