<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DCL SCRIPT TO RENAME SUB DIRECTORIES in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843759#M78429</link>
    <description>Miles,&lt;BR /&gt;&lt;BR /&gt;The script that you need contains TWO RENAME commands. &lt;BR /&gt;&lt;BR /&gt;For execution, you have a variety of options including batch, DECnet, and the SYSMAN DO command.&lt;BR /&gt;&lt;BR /&gt;As to writing the entire procedure, I can recommend that you take a fairly quick read through the documentation kit (it is available at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Aug 2006 13:43:34 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2006-08-15T13:43:34Z</dc:date>
    <item>
      <title>DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843756#M78426</link>
      <description>I need to rename the COUNTRYWIDE sub-dir to COUNTRYWIDE_DELETE and the TDI sub-dir to TDI_DELETE on all of our systems. &lt;BR /&gt;&lt;BR /&gt;Each site has the same dir structure&lt;BR /&gt;Enclose as an attachment are all the Nodes with their directory structure. &lt;BR /&gt;&lt;BR /&gt;Can someone wrie a simple script to do the renames? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2006 11:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843756#M78426</guid>
      <dc:creator>vmsserbo</dc:creator>
      <dc:date>2006-08-15T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843757#M78427</link>
      <description>Miles,&lt;BR /&gt;&lt;BR /&gt;The thing you might want to know is that you can rename the directory files itself, if you are allowed to deleted them.&lt;BR /&gt;Doing so all files in the directory will 'move' with the directory (they will not move, they are just found through other names now).&lt;BR /&gt;&lt;BR /&gt;So either grab some sysprv or (shudder..) bypass, or SET FILE/PROT...D... TALP1:[USER]COUNTRYWIDE.DIR&lt;BR /&gt;&lt;BR /&gt;Now $RENAME/LOG TALP1:[USER]COUNTRYWIDE.DIR&lt;BR /&gt;TALP1:[USER]COUNTRYWIDE_DELETE.DIR&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;$RENAME/LOG TALP1:[USER]TDI.DIR TALP1:[USER]TDI_DELETE.DIR&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;btw... may I recommend a plain .TXT file for plain text attachement net time?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2006 11:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843757#M78427</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-08-15T11:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843758#M78428</link>
      <description>Miles,&lt;BR /&gt;&lt;BR /&gt;maybe - just maybe - you should consider to contract someone to help you with your OpenVMS system management on a daily basis or just if there are certain tasks to be done.&lt;BR /&gt;&lt;BR /&gt;Also please - when adding attachments - consider to use non-proprietary file formats and especially prevent those documents, which may possibly contain viruses. While almost anybody will probably use anti-virus software, preventing the possibility of spreading viruses in the first place may be a good idea.&lt;BR /&gt;&lt;BR /&gt;The contents of the information you're trying to provide, will most likely not suffer, if presented in a plain .TXT file.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 15 Aug 2006 12:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843758#M78428</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-15T12:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843759#M78429</link>
      <description>Miles,&lt;BR /&gt;&lt;BR /&gt;The script that you need contains TWO RENAME commands. &lt;BR /&gt;&lt;BR /&gt;For execution, you have a variety of options including batch, DECnet, and the SYSMAN DO command.&lt;BR /&gt;&lt;BR /&gt;As to writing the entire procedure, I can recommend that you take a fairly quick read through the documentation kit (it is available at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Aug 2006 13:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843759#M78429</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-08-15T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843760#M78430</link>
      <description>Miles,&lt;BR /&gt;&lt;BR /&gt;In the past, I have needed to make similar changes on a wide area network with about 30 VMS systems.  I found it easiest to just use SYSMAN.  You need to SET the ENVIRONMENT to include all of the nodes, and then use the DO command to execute each command on the remote nodes.  You will need to use the full file spec for the directory names.&lt;BR /&gt;&lt;BR /&gt;If this is something that gets done frequently, you might be better off writing a command file to make the changes and copy the file to each node.  You could still use SYSMAN to execute the command file remotely.&lt;BR /&gt;&lt;BR /&gt;You may want to check out HELP for the RENAME command as well as the SYSMAN internal HELP.&lt;BR /&gt;&lt;BR /&gt;Allan in Atlanta</description>
      <pubDate>Wed, 16 Aug 2006 10:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843760#M78430</guid>
      <dc:creator>Allan Bowman</dc:creator>
      <dc:date>2006-08-16T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: DCL SCRIPT TO RENAME SUB DIRECTORIES</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843761#M78431</link>
      <description>A slight addition to Allan's comment: &lt;BR /&gt;You may define group of nodes using logical names in a special SYSMAN$NODE_TABLE to ease the definition of an environment. See the System Managers document.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 16 Aug 2006 10:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dcl-script-to-rename-sub-directories/m-p/3843761#M78431</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-08-16T10:31:19Z</dc:date>
    </item>
  </channel>
</rss>

