View Single Post
  #2  
Old 09-28-2009, 06:32 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
There isn't a predefined macro with the current directory value. Typically, using relative paths will automatically operate from the current directory. You could use this as the value of a CURRENT_DIR project or global macro:

[WScript.CreateObject("WScript.Shell").CurrentDirec tory]
Reply With Quote