Help me understand how to run this Python script

Discussion in 'Computer Science & Culture' started by darksidZz, Feb 5, 2013.

Thread Status:
Not open for further replies.
  1. darksidZz Valued Senior Member

    Messages:
    4,924
    I'm trying to run this script

    http://nwserver.ath.cx/wordpress/2012/05/30/ines-header-fixer/

    I just can't fully understand how to use Python once I've installed it from http://www.python.org/getit/

    I have Python 2.7.3 and I know this should work for what I'm trying to do, execute this script on every file inside the directory

    find . -type f -name '*.nes' -exec ./ines-fix.py {} \;

    What I don't understand is how to use this command on a windows folder.

    Do I use the Python command line, the windows command line? And how the heck can Python's command line even see windows folders etc. I just don't understand it :|

    Any ideas?
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Chipz Banned Banned

    Messages:
    838
  4. Google AdSense Guest Advertisement



    to hide all adverts.
Thread Status:
Not open for further replies.

Share This Page