VSPACE.EXE NW v3.x/v4.x: Retrieve/Set Volume Restrictions/Usage FreeWare Written by Wolfgang Schreiber (v1.1 - Dec 93) Functions: a) Set volume restrictions for all/selected users. Wildcards ('?'/'*') in names are accepted Syntax: VSPACE SET Example: VSPACE SET WSCHREIB SYS 5000 Set limit to 5000 kB VSPACE SET WSCHREIB SYS - Remove limit VSPACE SET * SYS 5000 Set limit for all users b) List all or selected users, their volume restrictions, and their currently used disk space per volume. Wildcards ('?'/'*') in names are accepted Syntax: VSPACE GET [/batch] Example: VSPACE GET * list space info for all users VSPACE GET name list space info for user 'name' VSPACE GET * /Batch list space info for user 'name' wildcards ('?'/'*') in names can be used The option '/Batch' creates output usable for a batch file to set the restrictions. This can be utilized for backup/restore purposes, or to transfer volume restrictions between servers Output can be redirected to files or printers. Limitations: * Volume space restrictions are not supported in NetWare 286 Version history: * Version 1.0 (July 91) supported only the 'GET' functionality * Version 1.1 (Dec 93) added 'SET' option and '/batch' switch