Software Archive
Read-only legacy content
17061 Discussions

pass a filename

Intel_C_Intel
Employee
349 Views
Do anyone know wheather a filename can be passed from VB to an fortran executable file, ie. an exe file. I know it can be done by DLL, but I like to keep simple if it can be done in exe.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
349 Views
If you want to retrieve arguments from the commandline, use GETARG.

Steve
0 Kudos
Reply