Author |
Message |
Travelcard
Joined: 11 Dec 2006 Posts: 77
|
Posted: Mon Sep 01, 2008 8:27 am Post subject: Include Archive path in email log |
|
|
Hi there,
Is there any chance of including the Archive path in the email log?
I guessed at the following, but it doesn't work:
Code: | sourcefolder = WshShell.Environment("PROCESS").Item("VV_SOURCE_FOLDER")
targetfolder = WshShell.Environment("PROCESS").Item("VV_TARGET_FOLDER")
archivefolder = WshShell.Environment("PROCESS").Item("VV_ARCHIVE_FOLDER") |
It must be possible to grab that variable?
Thanks. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Travelcard
Joined: 11 Dec 2006 Posts: 77
|
Posted: Tue Sep 02, 2008 7:02 am Post subject: |
|
|
Can I get some kind of suggestion allowance? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Travelcard
Joined: 11 Dec 2006 Posts: 77
|
Posted: Thu Sep 04, 2008 3:20 pm Post subject: |
|
|
Well, well, well, look what I stumbled upon
VV_TARGET_ARCHIVE_FOLDER
It's in the script FAQ under the variables page here:
http://www.tgrmn.com/web/kb/item65.htm
and I can confirm that it works perfectly. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
|