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!

How to change download path with ASPECT scipt ?

Status
Not open for further replies.

tpq

Programmer
Apr 2, 2003
12
US
There is a default download path in procomp however I want
to change this location at runtime. Is there a command or key word I can use to change this setup

Thanks
 
You can do this with the set dnldpath command. The format of the command is:

set dnldpath "pathname"

where pathname is replaced by the directory that you wish to use.
aspect@aspectscripting.com
 
You can use set dnldpath pathname to specifies the default path for received or downloaded files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top