Oh, I see.
What I'm trying to do is make an app (cross platform) that has to be able to tell what song you're listening to on iTunes. I don't know C, so I chose to go with Adobe Air because i'm a web developer and can basically write the adobe air app in javascript/html. Adobe Air on mac will call on an applescript via command line to find out what song is currently being played, because I don't see any other way to do it. When on Windows, it'll open a different program that works on Windows via command line.
The reason I chose AppleScript to work with Adobe Air is because finding what the name of the current track being played is very simple in AppleScript, and I couldn't find a simple example in C that I would be able to compile!
-Rachit