diff --git a/Scripts/ScriptsConfig-Example.ps1 b/Scripts/ScriptsConfig-Example.ps1
index b63ea4c94dbc48b893755177ba343c28a387e27e..cc10b83537895a997354e852eca3d5c821981696 100644
--- a/Scripts/ScriptsConfig-Example.ps1
+++ b/Scripts/ScriptsConfig-Example.ps1
@@ -1,8 +1,8 @@
-$ServiceDir = "C:\Tools\AutoTx"
 $ServiceName = "AutoTx"
+$ServiceDir = "C:\Tools\$($ServiceName)"
 
-$IncomingDir = "D:\AUTOTRANSFER"
 $ManagedDir = "D:\ProgramData\AUTOTRANSFER"
+$IncomingDir = "$($ManagedDir)\INCOMING"
 
 $ServiceUser = "DOMAIN\serviceuser"
 $ServicePasswd = "mycomplexpassword"
\ No newline at end of file