06-07-2007, 03:23 PM
when a macro starts, if I open "fred.txt", in what directory or path will the file be expected to be? Is there a way to find the path to the EXE which is running?
Jon
Jon
default path during macro/EXE
|
06-07-2007, 03:23 PM
when a macro starts, if I open "fred.txt", in what directory or path will the file be expected to be? Is there a way to find the path to the EXE which is running?
Jon
06-07-2007, 03:33 PM
Quote:when a macro starts, if I open "fred.txt", in what directory or path will the file be expected to be? http://www.quickmacros.com/help/Popups/ ... PATHS.html Quote:Is there a way to find the path to the EXE which is running? It is in _qmdir variable. mes "My path is[][]%s" "" "i" _qmdir |
« Next Oldest | Next Newest »
|