12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2Syntaxresult = RUNQQ (filename, commandline)filename(Input) Character*(*). File name of a program to be executed.commandline(Input) Character*(*). Command-line arguments passed to the program to be executed.Results:The result type is INTEGER(2). If the program executed with RUNQQ terminates normally, theexit code of that program is returned to the program that launched it. If the program fails, –1 isreturned.The RUNQQ function executes a new process for the operating system using the same path,environment, and resources as the process that launched it. The launching process is suspendeduntil execution of the launched process is complete.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “SYSTEM”, “NLSEnumCodepages”ExampleUSE IFPORTINTEGER(2) resultresult = RUNQQ('myprog', '-c -r')ENDSee also the example in “NLSEnumCodepages”.SAVEIMAGE, SAVEIMAGE_WGraphics Functions: Save an image from a specified portion of the screen into a Windowsbitmap file. These functions are only available on Windows* systems.Module: USE IFQWINSyntaxresult = SAVEIMAGE (filename, ulxcoord, ulycoord, lrxcoord, lrycoord)result = SAVEIMAGE_W (filename, ulwxcoord, ulwycoord, lrwxcoord, lrwycoord)filename(Input) Character*(*). Path of the bitmap file.2-381

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!