Using CVF 6.6C Fortran. I am making a call to Notepad.exe via the call
Iret = WinExec('NotePad.exe '//efile(1:lenE)//CHAR(0) ,SW_SHOW).
What call must I make to wait until the above call is successful?
XWB
The scenario you described is basically what I want to do.
Step 3 can be either a folder or a filename.
Step 4 is to return the selected item to the fortran program. An example of the call would be helpful.
I have seen some discussions about Fortran 2003 in Http:/www.fortran.gantep.edu.tr...
XWB
Thanks, but that is no the question I had asked. I do not know the path or folder a pirori. In experimenting with Explorer.exe, I found that using the switch /e in the command line, I can manipulate files and folders just as usual. When I want to select a specific folder within Explorer...
From CVF 6.6c I can give the command : Runqq(Explorer.exe, ' 'c) to run Microsoft's Explorer. Instead of using ' 'C, there must be a command to retrieve the selected folder. Can any one help?
I am using CVF 6.6C. I am trying to debug the assignment of parameter numbers in the Script files. I have a lot of IDDs which have similar names for IDC variables, but are supposedly different. I have more than one IDC variable with the same number, how do I fix it? Is it because I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.