CactusFeeder
Programmer
If I need to run MS Word in a DTS package, how do I write the Win32Process line? Example:
D:\Program Files\Microsoft Office\Office\Winword.exe Now, if someone needs to run the DTS package from their machine and their MS Word is on their C drive not D drive, is there a way to write the Win32Process line (and the Parameter line that runs a MS Word Macro) so the DTS package can be run from several computers with different lettered drives?
D:\Program Files\Microsoft Office\Office\Winword.exe Now, if someone needs to run the DTS package from their machine and their MS Word is on their C drive not D drive, is there a way to write the Win32Process line (and the Parameter line that runs a MS Word Macro) so the DTS package can be run from several computers with different lettered drives?