this simple code (on Mac OS), copies your iTunes library songs to your USB flash disk
this simple code (on Mac OS), copies your iTunes library songs to your USB flash disk
for run this little project you need JDK and GCC
first compile the main.c file:
$ gcc -o copyMusic main.c
or you can use the available exe file
then run the project
$ ./copyMusic
or you can click on downloaded exe file