View Single Post
  #2  
Old 12-23-2003, 10:50 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
If you have Python installed on the machine running Visual Build Pro, it should be as simple as adding a Run Program step, and adding the script name (ending in .py??) as the command.

Basically anything you can run from the command prompt should be very easy to invoke from Visual Build Pro with a Run Program step.

See this url: http://python.scripting.com/runAScript for an example of running a python script on Windows from a command-prompt (found with a simple Google.com search).

Kevin
Reply With Quote