<?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 How to create a batch file? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458654#M654130</link>
    <description>I know how to create a batch file under DOS, but how to do the similar things under HP-UX 10.20? Also how to create an icon for an batch file and put it onto the desktop?</description>
    <pubDate>Fri, 27 Oct 2000 08:40:02 GMT</pubDate>
    <dc:creator>Paul_6</dc:creator>
    <dc:date>2000-10-27T08:40:02Z</dc:date>
    <item>
      <title>How to create a batch file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458654#M654130</link>
      <description>I know how to create a batch file under DOS, but how to do the similar things under HP-UX 10.20? Also how to create an icon for an batch file and put it onto the desktop?</description>
      <pubDate>Fri, 27 Oct 2000 08:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458654#M654130</guid>
      <dc:creator>Paul_6</dc:creator>
      <dc:date>2000-10-27T08:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458655#M654131</link>
      <description>Paul:&lt;BR /&gt;&lt;BR /&gt;A batch file in DOS is equivalent to a shell script in UNIX.  Here's a thread that givess some excellent references on Shell scripting.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbb5e7e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbb5e7e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Oct 2000 08:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458655#M654131</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-27T08:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458656#M654132</link>
      <description>Paul:&lt;BR /&gt;&lt;BR /&gt;A batch file in DOS is equivalent to a shell script in UNIX.  Here's a thread that givess some excellent references on Shell scripting.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbb5e7e990647d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xbb5e7e990647d4118fee0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Oct 2000 08:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458656#M654132</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-27T08:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458657#M654133</link>
      <description>Try these links:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shells: User's Guide &lt;A href="http://docs.hp.com/hpux/os/" target="_blank"&gt;http://docs.hp.com/hpux/os/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Fri, 27 Oct 2000 09:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458657#M654133</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-10-27T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458658#M654134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;when you have reached the knowlegde to create a script, here's how to put it on the desktop (CDE):&lt;BR /&gt;Start the application manager from CDE panel.&lt;BR /&gt;Doubleclick at 'desktop applications'&lt;BR /&gt;Doubleclick 'Create Action'&lt;BR /&gt;Type in the new action name and the scriptfilename (best with absolute path)&lt;BR /&gt;Choose terminal based application.&lt;BR /&gt;Now save it.&lt;BR /&gt;The Action file is stored at you home dir ($HOME)&lt;BR /&gt;Now open the file manager from CDE panel and search for the Action file.&lt;BR /&gt;Simply drag and drop the icon from within file manager to the desktop.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 27 Oct 2000 10:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-batch-file/m-p/2458658#M654134</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-27T10:20:37Z</dc:date>
    </item>
  </channel>
</rss>

