[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3151.0. "DECW$* files" by MJPR02::TENHUISEN () Tue Jul 31 1990 09:32

I've searched the notes files and documentation and even tried to pick a few
brains on this question.  Is there a way to reassign the top level DECW$* files
for a user to a specified subdirectory in his/her account?

Thanks,
/kerry
T.RTitleUserPersonal
Name
DateLines
3151.1PSW::WINALSKICareful with that VAX, EugeneTue Jul 31 1990 15:063
Do you mean reassign the DECW$* logical names?

--PSW
3151.2DECW$ filesMJPR02::TENHUISENTue Jul 31 1990 16:1923
Let me explain this further:

In a user's top level directory, there are the following files (plus or minus)
depending on which applications they run:

DECW$CALENDAR_FILE.DWC;1
DECW$MAIL.DAT;1
DECW$MAIL.EXE;1
DECW$SM.LOG;7
DECW$SM.LOG;6
DECW$SM.LOG;5
DECW$SM_COLOR.DAT;1
DECW$SM_GENERAL.DAT;1
DECW$TERMINAL_DEFAULT.DAT;1
DECW$WINMGR.DAT;1

I would like to move them to a subdirectory and have the DECW$SM.LOG files also
to write to this subdirectory.  

My question is can I do this?  If so, how?  by changing a DECW logical?  an entry
in DECW$WINMGR.DAT?

/kerry
3151.3it's all logical :^)GSRC::WESTSCARY : A programmer with a screwdriver.Tue Jul 31 1990 18:3410
  The logical that points to these files is DECW$USER_DEFAULTS.  It is
currently defined to point to sys$login.

  You can re-define this logical to point to a directory somewhere else.
I'm not 100% sure but I think you can even define it as a search list
just like the logical DECW$SYSTEM_DEFAULTS is.

					-=> Jim <=-

3151.4QUARK::LIONELFree advice is worth every centTue Jul 31 1990 18:363
You can define it, but few of the applications pay attention to it.

		Steve
3151.5CLTMAX::dickSchoeller - Failed XperimentTue Jul 31 1990 18:528
.4

You can define DECW$USER_DEFAULTS and all applications except for the
session manager, decterm and the decwindows window manager should pay attention
to it.  The only reason that these applications don't is that the processes
they are in do not have your process logicals defined.

Dick
3151.6Thanks ....MJPR02::TENHUISENWed Aug 01 1990 09:353
Thanks

/kerry