<?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: DR Dos start up disk assistance in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931495#M7761</link>
    <description>I believe the the SET /P toggle only works with XP CMD environment. &lt;BR /&gt;&lt;BR /&gt;Billy - my University is using BartPE to load the environment for Ghosting.  There "should" be SEVERAL good examples out on the net of exactly how to make a bootable CD that contains ALL of the tools you would ever want.&lt;BR /&gt;&lt;BR /&gt;Once at the Desktop, you have access to SEVERAL of the standard XP commands, including the NET USE command.&lt;BR /&gt;&lt;BR /&gt;BartPE is only one tool.  WinPE is another.  Either one would work well for you, and make your imaging process MUCH easier.&lt;BR /&gt;&lt;BR /&gt;That being said....  If you have created the "Ultimate DR-DOS CD", then there should be network tools on the CD that will allow you to connect to shares and map drives.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
    <pubDate>Fri, 26 Jan 2007 11:48:53 GMT</pubDate>
    <dc:creator>Jon Finley</dc:creator>
    <dc:date>2007-01-26T11:48:53Z</dc:date>
    <item>
      <title>DR Dos start up disk assistance</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931491#M7757</link>
      <description>I have created a DR Dos boot CD to boot the PC's at our University. The pupose is of course for ghosting pc's as well as other administrative functions. I want to be able to map a network drive but this is where it get's sticky. The drive will switch nearly everytime we boot to the CD.&lt;BR /&gt;&lt;BR /&gt; What I would like to accomplish is having the tech prompted for a PC name and then using that PC name to map the drive letter to. When we replace a PC we always ghost the drive of the outgoing PC to the replacement pc in case we missed any files that we needed to save. I am trying to dumb this down as much as I can to make life easier on our 'not-so-technical' techs who do not understand the net use command.</description>
      <pubDate>Tue, 23 Jan 2007 14:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931491#M7757</guid>
      <dc:creator>Billy Nelson</dc:creator>
      <dc:date>2007-01-23T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: DR Dos start up disk assistance</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931492#M7758</link>
      <description>Hello Billy,&lt;BR /&gt;&lt;BR /&gt;can you use unc paths to avoid mapping drive letters (f.e. \\server\share)?&lt;BR /&gt;&lt;BR /&gt;An other option is to create a boot CD based on the Windows XP operating sytem and using startup scripts or shortcuts on that. In that case, you can put a version of Ghost (and even FireFox etc.) on the CD. I like PE Builder: &lt;A href="http://www.nu2.nu/pebuilder/." target="_blank"&gt;http://www.nu2.nu/pebuilder/.&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 03:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931492#M7758</guid>
      <dc:creator>B. Boxma</dc:creator>
      <dc:date>2007-01-24T03:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: DR Dos start up disk assistance</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931493#M7759</link>
      <description>I thank you for your response but I think I did a bad job at explaining what I was looking for. The techs that will be making use of this CD are not very seasoned. mapping drives and using unc paths are a little beyond their scope and they really haven't expressed much intrest in learning.&lt;BR /&gt;&lt;BR /&gt;That is why I would like to have them prompted to enter the new pc's name and then have a script automatically use that to map a drive for them. Then they will know to universally use the I: drive to store the images.&lt;BR /&gt;&lt;BR /&gt; I have tried to get them prompted and the info be saved as %pcname% and then use that wildcard to map the drive but either I have been failing at getting the wildcard created or you can't use a wild card in the unc path while mapping a drive.</description>
      <pubDate>Wed, 24 Jan 2007 10:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931493#M7759</guid>
      <dc:creator>Billy Nelson</dc:creator>
      <dc:date>2007-01-24T10:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: DR Dos start up disk assistance</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931494#M7760</link>
      <description>Hello Billy,&lt;BR /&gt;&lt;BR /&gt;Have you tried somthing like this:&lt;BR /&gt;&lt;BR /&gt;@ECHO OFF&lt;BR /&gt;&lt;BR /&gt;CLS&lt;BR /&gt;&lt;BR /&gt;ECHO PC-name:&lt;BR /&gt;set /P PC-name=&lt;BR /&gt;&lt;BR /&gt;net use L: \\%PC-name%\share&lt;BR /&gt;&lt;BR /&gt;Should work with MS-DOS, don't know about DR DOS.</description>
      <pubDate>Wed, 24 Jan 2007 11:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931494#M7760</guid>
      <dc:creator>B. Boxma</dc:creator>
      <dc:date>2007-01-24T11:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: DR Dos start up disk assistance</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931495#M7761</link>
      <description>I believe the the SET /P toggle only works with XP CMD environment. &lt;BR /&gt;&lt;BR /&gt;Billy - my University is using BartPE to load the environment for Ghosting.  There "should" be SEVERAL good examples out on the net of exactly how to make a bootable CD that contains ALL of the tools you would ever want.&lt;BR /&gt;&lt;BR /&gt;Once at the Desktop, you have access to SEVERAL of the standard XP commands, including the NET USE command.&lt;BR /&gt;&lt;BR /&gt;BartPE is only one tool.  WinPE is another.  Either one would work well for you, and make your imaging process MUCH easier.&lt;BR /&gt;&lt;BR /&gt;That being said....  If you have created the "Ultimate DR-DOS CD", then there should be network tools on the CD that will allow you to connect to shares and map drives.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Fri, 26 Jan 2007 11:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/dr-dos-start-up-disk-assistance/m-p/3931495#M7761</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2007-01-26T11:48:53Z</dc:date>
    </item>
  </channel>
</rss>

