Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29073 Discussions

Execute wordpad from within a program

gfr1
Beginner
426 Views
I would like to execute wordpad from within a program so I can examine a file before progressing. Is there a function within fortran that will allow me to do this.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
426 Views
There are several ways - but one of the nicest is to use the ShellExecute Win32 API routine with an "Edit" action. See this Newsletter article for details.

Steve
0 Kudos
Reply