Did you try it from the Python interpreter? What happens then? Also, the subprocess module is usually preferred over os.system(). It looks like:
import subprocess subprocess.call(r'C:\Work\test.bat') Try that from the command line interpreter and then web.py, and let us know what happens. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
