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 TouchToneTommy 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: vefanuri
  • Content: Threads
  • Order by date
  1. vefanuri

    System Call from Fortran program

    Hi, I am using the 'call system' statement in my fortran code to run some outside executable: cmd = 'some executable' call system(cmd) I was wondering how standard this 'call system' routine is; i.e., would the code be portable to any operating system? Is there any other alternative without...

Part and Inventory Search

Back
Top