Search found 1 match

by J4ck01
11 Aug 2018 06:05
Forum: DOS Batch Forum
Topic: Batch script if findstr TTL
Replies: 1
Views: 2785

Batch script if findstr TTL

So im trying to write a little script. It should play a sound if my Phone joins my Network. @echo off :A ping -n 1 xxx.xxx.xxx.xx | findstr TTL && start airsiren.wav goto A The Problem is now that if the Phone got detected. It will repeatedly start the Sound. But if done correctly it should only pla...