Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mdoland

    Ant: Change extension on file

    Primarily Windows, but it could be for Linux later on.
  2. mdoland

    Ant: Change extension on file

    I have an exec in Ant that looks like this: <exec taskname = "convert" executable = "convert" failonerror = "true"> <arg line="in=@{file} out=???" /> </exec> I want to use a command that converts a file. THe in infile name has one extension and the out file another, but...

Part and Inventory Search

Back
Top