Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening MS Word with Aspect

Status
Not open for further replies.

rdmapes

IS-IT--Management
Nov 9, 2007
1
US
All,
I have a script that I use to run a call trace and parses the data I need into a capture file. I would like to have the script open MS Word when it finishes so I can view the data. Is there a way to make happen through the Aspect script? I have been poking around the manual and on-line and have not had much luck.

Thanks
 
You can use the run command to open the file. Depending on your system, you may be able to just use run "c:\path to\file.doc" or you may need to prepend the Word executable and path to the command line as well.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top