0
votes

Run batch file from Delphi IDE (via: Stack Overflow)
The Wiert Corner
– In pre-Galileo versions of Delphi it was easy to run a .BAT or .CMD file as a main project file: just press F9. Thanks to iManBiglary for posting how to do this in modern Delphi versions. Paraphrased: Add the file path to cmd.exe (easieist is to add $(ComSpec) which expands the %ComSpec% environment variable) in the tools menu, with /c$EDNAME as the parameter. In addition, you can tell the IDE to save your file before running the external tool with the $SAVE macro –jeroen via: Run batch file from Delphi IDE – Stack Overflow. Filed under: Delphi, Delphi 2005, Delphi 2006, Delphi ...
Statistics
|
Visits by Source |
User Actions |