<?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: OpenVMS files in Windows in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794617#M19691</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Not very easy but create an a image of the floppy using winimage or dd for windows. Then you need to use the ReadFile Windows API to read the floppy disk image sector by sector and  parse the file system contents. &lt;BR /&gt;&lt;BR /&gt;Going through FreeVMS ODS2 implementation might give you some clues.&lt;BR /&gt;&lt;A href="http://www.freevms.net/IMG/gz/ods2_0-9-3-w9-tar.gz" target="_blank"&gt;http://www.freevms.net/IMG/gz/ods2_0-9-3-w9-tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Truly Evil&lt;BR /&gt;Lucifer Megacruel</description>
    <pubDate>Thu, 02 Jun 2011 16:24:38 GMT</pubDate>
    <dc:creator>Lucifer Megacruel</dc:creator>
    <dc:date>2011-06-02T16:24:38Z</dc:date>
    <item>
      <title>OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794614#M19688</link>
      <description>Hi,&lt;BR /&gt;I need to retrieve some .txt file created with OpenVMS on windows, the data is available in floppy, is it possible retrieve floppy created in OpenVMS system on windows.&lt;BR /&gt;&lt;BR /&gt;Thankyou</description>
      <pubDate>Thu, 02 Jun 2011 05:25:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794614#M19688</guid>
      <dc:creator>Dhanasekar</dc:creator>
      <dc:date>2011-06-02T05:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794615#M19689</link>
      <description>Welcome to the VMS forum!&lt;BR /&gt;&lt;BR /&gt;Floppies, really ?&lt;BR /&gt;I don't know if there are tools to read Files11 floppies on Windows (I don't have my Windows PC accessible here, but once tried to use some ODS2 reader program to read VMS format CDs without success).&lt;BR /&gt;&lt;BR /&gt;My suggestion: write the floppy on VMS with one of the FAT format tools available from freeware and open source tools:&lt;BR /&gt;two of them are PCX and MTOOLS.&lt;BR /&gt;&lt;BR /&gt;MadGoat PCX was written by Matt Madison and is currently maintained by Hunter Goatley.&lt;BR /&gt;(look to the VMS repository at process.com).&lt;BR /&gt;&lt;BR /&gt;Mtools is a collection of utilities to access MS-DOS disks from&lt;BR /&gt;Unix without mounting them. It supports Win'95 style long file&lt;BR /&gt;names.&lt;BR /&gt;&lt;BR /&gt;VMS version maintained by Steven Schweda,&lt;BR /&gt; &lt;A href="http://antinode.info/dec/sw/mtools.html" target="_blank"&gt;http://antinode.info/dec/sw/mtools.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jun 2011 07:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794615#M19689</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2011-06-02T07:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794616#M19690</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] OpenVMS [...]&lt;BR /&gt;&lt;BR /&gt;Not a very detailed description of your&lt;BR /&gt;hardware or software.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Floppies, really ?&lt;BR /&gt;&lt;BR /&gt;A fair question.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; My suggestion: write the floppy [...]&lt;BR /&gt;&lt;BR /&gt;My suggestion (if you have an Alpha or IA64&lt;BR /&gt;system with a PCI bus and reasonably recent&lt;BR /&gt;VMS):  Use a USB flash EEPROM storage gizmo&lt;BR /&gt;instead of a floppy.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &lt;A href="http://antinode.info/dec/sw/mtools.html" target="_blank"&gt;http://antinode.info/dec/sw/mtools.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Works for me (with a floppy or a USB thing).</description>
      <pubDate>Thu, 02 Jun 2011 12:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794616#M19690</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-06-02T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794617#M19691</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Not very easy but create an a image of the floppy using winimage or dd for windows. Then you need to use the ReadFile Windows API to read the floppy disk image sector by sector and  parse the file system contents. &lt;BR /&gt;&lt;BR /&gt;Going through FreeVMS ODS2 implementation might give you some clues.&lt;BR /&gt;&lt;A href="http://www.freevms.net/IMG/gz/ods2_0-9-3-w9-tar.gz" target="_blank"&gt;http://www.freevms.net/IMG/gz/ods2_0-9-3-w9-tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Truly Evil&lt;BR /&gt;Lucifer Megacruel</description>
      <pubDate>Thu, 02 Jun 2011 16:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794617#M19691</guid>
      <dc:creator>Lucifer Megacruel</dc:creator>
      <dc:date>2011-06-02T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794618#M19692</link>
      <description>&lt;P&gt;IF the OP has no choice but to retrieve the data from the floppies, maybe this discussion has a solution:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/General/ODS2-Disks-under-Windows-XP/m-p/5111206#M25669" target="_blank"&gt;http://h30499.www3.hp.com/t5/General/ODS2-Disks-under-Windows-XP/m-p/5111206#M25669&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;or Hunters page for Windows tools:&lt;BR /&gt;&lt;A href="http://www.goatley.com/hunter/w2k.html" target="_blank"&gt;http://www.goatley.com/hunter/w2k.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 20:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794618#M19692</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2011-08-08T20:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794619#M19693</link>
      <description>Could copy files through Ods2_win32.exe downloaded from &lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?ODS2" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?ODS2&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Thank you all</description>
      <pubDate>Fri, 03 Jun 2011 04:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794619#M19693</guid>
      <dc:creator>Dhanasekar</dc:creator>
      <dc:date>2011-06-03T04:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS files in Windows</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794620#M19694</link>
      <description>These answers assume that the floppies are 5.25 or 3.5 inch.  8 inch was popular before both of those.&lt;BR /&gt;&lt;BR /&gt;If you have 8 inch floppies, you're going to have to go to a specialty shop to read them.  Even OnTrack Data Recovery doesn't have 8 inch drives anymore.&lt;BR /&gt;&lt;BR /&gt;I get requests from time to time, but assembling a system would cost about $5,000.  Just not worth it for me...</description>
      <pubDate>Fri, 03 Jun 2011 13:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-files-in-windows/m-p/4794620#M19694</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2011-06-03T13:34:09Z</dc:date>
    </item>
  </channel>
</rss>

