Reply To: Ipod Share

#9301
rpedde
Participant

@w1ll14m wrote:

download wait.exe

I see your batch file upgrade, and I’ll raise you a cross-platform millisecond resolution wait function:


ping -n 1 -w 1000 192.168.1.254

(or some ip that’s local but not used).

— Ron