> > As far as I understand there's no $1, $2... etc stuff right ? Yes - but there is sys.argv Try this import this print sys.argv and invoke it as script with args. Make also sure to checkout modules optparse and getopt to deal with the options. Diez