Please enable JavaScript to view this site.

A-Shell Development History

An option to operate relative to the server or the client was added to each of the following routines:

 

MIAMEX, MX_GETSHELLPATH

xcall MIAMEX, MX_GETSHELLPATH, csidl, folder {,clisvr}

where clisvr (S,1) [in] may be set to "S" (for server), or "L" (for local, which is the same as server in this context); anything else is treated as meaning "client".

The option only has significance in the ATSD environment where the possibility exists of performing the function relative to the ATSD server or the client. In all other cases, the parameter is ignored and the operation is performed relative to the client, or returns an empty string if an applicable client is not present.

 

MIAMEX, MX_CHKPCNET

MX_CHKPCNET enhancement: add option to operate relative to the server or the client:

xcall MIAMEX, MX_CHKPCNET, status, flags {,clisvr}

Where clisvr is exactly as for MX_GETSHELLPATH above.

 

MIAMEX, MX_SHELLEX,

MK_SHELLEX enhancement: add option to operate relative to the server or the client:

xcall MIAMEX, MX_SHELLEX, status, objectspec, action, parms, dir, showflags, waitflags, clisvr

(all parameters after objectspec are optional).

The clisvr parameter is exactly as for MX_GETSHELLPATH and MX_CHKPCNET above.