SET.LIT 1.2(158) adds new flags DLL, ALL, and ATE.
DLL flag causes A-Shell to attempt web download of missing DLLs from repository; if possible, it downloads them directly into the executable directory, else into the webcache directory.
.SET WEBCACHE ENABLE,DLL
ALL flag sets all options but not ENABLE itself, equivalent to PROG, OPENI,LOOKUP,DLL and any others to come in the future.
.SET WEBCACHE ENABLE,ALL
ATE pseudo-flag tells SET to pass the webcache flags and repo info to the ATE client. Note that if you want to assign different options and/or repository directory to ATE, use the following sequence:
.SET WEBCACHE REPO <repo for ATE>
.SET WEBCACHE ENABLE,<options...>,ATE ! forward options & repo to ATE
.SET WEBCACHE REPO <repo for server>
.SET WEBCACHE ENABLE,<options...> ! set server options only