[Richware Logo]
 
All software distributed from these pages has been released to public domain. Software may be freely copied, distributed, and modified. Software is provided as is, free of charge. The author assumes no responsibility or liability for the use of this software.


User Directory
 

User Directory (UD) allows you to set your default directory to the login directory of a specified user. UD can optionally place a user's default login directory into a local DCL symbol or process-level logical name without changing default directories.

This package is distributed as a "build" DCL command procedure, which will extract and compile all necessary source code and DCL utilities. The DEC C compiler is required (VAX C compiler may work, but has not been thoroughly tested).

Example Usage
$ SHOW DEFAULT
  SYS$COMMON:[SYSMGR]
$ UD JSMITH
SYS$COMMON:[SYSMGR]  -->  DISK$USERA:[JSMITH]
$ SHOW DEFAULT
  DISK$USERA:[JSMITH]
 
 
Downloading Instructions: Click on View Command Procedure below, then use your browser's Save As option from the File menu to save the command procedure. 
 
View Build Command Procedure
View Online Documentation 
Download Alpha Executable Only
Back to the  Home Page
 
©2000 by Richard D. Johnson