Hi Cheryl,

I use an edited Menus.ini to put the Windows Explorer program on the Adagio menu to load Explorer and default the location to the data directory. This is what mine looks like:

[Adagio]
WinExplorer=WinExplorer

[WinExplorer]
name=Windows Explorer
data=none
program=C:\windows\explorer.exe
parameters= /E,%d
hint=Windows Explorer

The /E parameter is the standard Windows parameter used for a default folder to open with Windows Explorer - I presume you could enter your ePrint Report folder here. If you can't use C:\windows as the path to the Explorer program, you can also use this (another shortcut I have on my desktop to start Windows Explorer and default to the root C drive):
%SystemRoot%\\explorer.exe /E,C:\

Note that you have to put a comma after the /E parameter, followed by the path (with no spaces in between). If your ePrint Reports folder path has spaces in it, I suspect you would have to surround the entire path in double quotes:
%SystemRoot%\\explorer.exe /E,"F:\softrak\data\PDF reports\"

(By the way, %d is the parameter for the data directory to which the Adagio program is loading data from).
_________________________
Regards,
Softrak Tech Support