- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DCL script for displaying current directory af...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 06:06 AM
03-28-2007 06:06 AM
Somewhere in the dark murky past, I seem to remember seeing a DCL script that would display your current volume and directory info at the DCL prompt, including your location if you changed volume and/or directory. If someone has such a script I would be very grateful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 06:19 AM
03-28-2007 06:19 AM
Re: DCL script for displaying current directory after SET DEF
$ SET PROMPT="''F$ENV("DEFAULT")'>"
SYS$USERS:[EZAMORA]>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 06:21 AM
03-28-2007 06:21 AM
Re: DCL script for displaying current directory after SET DEF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 06:43 AM
03-28-2007 06:43 AM
Re: DCL script for displaying current directory after SET DEF
Unfortunately I am not located anywhere near the actual hardware, and at the moment, I have nobody who can go in search for the possible existance of a Freeware CD.
I'm not sure who you or what you were refering to with Hunter Goatley's HGSD, but if it's something that you can cut-and-paste (or e-mail), then that would be fantastic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 07:03 AM
03-28-2007 07:03 AM
Re: DCL script for displaying current directory after SET DEF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 07:20 AM
03-28-2007 07:20 AM
Re: DCL script for displaying current directory after SET DEF
CLCC1> type sd.com
$ loop:
$ if p1 .nes. ""
$ then set def 'p1
$ else
$ inquire p1 "_Directory"
$ goto loop
$ endif
$ set prompt="''f$env("default")'> "
CLCC1>
then just put in your LOGIN.COM something like:
$ SD :== @SYS$LOGIN:SD
and you should be able to do SD DEV:[DIR] instead of SET DEF DEV:[DIR]
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 07:29 AM
03-28-2007 07:29 AM
Re: DCL script for displaying current directory after SET DEF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:19 AM
03-28-2007 08:19 AM
Re: DCL script for displaying current directory after SET DEF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:30 AM
03-28-2007 08:30 AM
Re: DCL script for displaying current directory after SET DEF
http://h71000.www7.hp.com/freeware/freeware80/hgsd/