Using batch files to speed everything up
May 28th, 2009
Recently I’ve been using quite a few products the require me to use the command line. One of these tasks is using the Adobe AIR SDK to run a debug version of an application, to create a certificate or package the application up into a .air file ready to be sent out to the big wide world.
All of these require me to run an application from the command line. To debug an application I need to run an application called adl with a path to the applications .xml file as a parameter. Doing this via the command line is simple enough but it’s something that is done fairly regularly and the commands never change; so I created a Windows batch file that contains the commands I need to run the application debugger.
Monday, June 1, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment