Hello,
How do you get and set the FileName property of an ExecutePackageTask object?
I tried doing something like this:
Dim objConn1
Set objConn1 = DTSGlobalVariables("<ExecutePackageTask_ObjectName>")
objConn1.FileName = "C:\SomePackage.dts"
but obviously it doesn't work (or else I wouldn't be posting this question hehe) 
Thanks so much!
-Rafferty