Posted by: manoah
« on: June 13, 2013, 11:01:19 am »thank you so much, works very well
Thank you for using this forum as the technical support base for your device.
● You can format the text and attach screenshots, photos and RDS Spy records
● Faster reply: 50 % of questions are answered within 30 minutes
● You don't need to register (but registration is possible)
● The members represent a wide range of experts
● The resolution will be helpful to other users
● You'll be notified by email about new post
SET LAST_SRC=A
FOR /F "tokens=1" %%G IN (switch.txt) DO SET LAST_SRC=%%G
IF %LAST_SRC%==A GOTO Last_A
:Last_B
echo A>switch.txt
start *insert the source A .pls file here*
GOTO End
:Last_A
echo B>switch.txt
start *insert the source B .pls file here*
:End