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 Chriss Miller 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: *

  • Users: sherif1980
  • Content: Threads
  • Order by date
  1. sherif1980

    running an external program

    Hello everyone, I wrote a script in which I generate a file and call an external program with the generated file as the argument To be more specific here is the part of the relevant code: open (f, '>temp.sp'); print f @data_in ; @data_out = `hspice temp.sp`; The external program (hspice_...

Part and Inventory Search

Back
Top