• Lucid Dreaming - Dream Views




    Results 1 to 4 of 4
    1. #1
      Party Pooper Tsen's Avatar
      Join Date
      Feb 2004
      LD Count
      ~1 Bajillion.
      Gender
      Posts
      2,530
      Likes
      3
      Well, I've heard of a bunch of people installing Vista from a flash drive. Supposedly, because of faster read/write speeds, it makes the installation faster, but that's a moot point to me.
      Anyway, they're using Window's command prompt to partition the USB drive and copy the installation DVD's content over to the drive using this command:
      Code:
      xcopy d:\*.* /s/e/f e:\
      Now, I get most of that. Copies all files (*.*) from the DVD drive (d to the flash drive (e. However, I'm not sure what the flags are. What are the s, e, and f for?
      Since I'm generally more comfortable in Linux, I was planning on replicating this whole bit into it's command prompt, which would mean something like
      Code:
      sudo cp /media/cd0/*.* /media/sd1/
      But I don't know what flags the Linux version would need.

      And while we're at it, is there any reason why I couldn't take the easy way out and just drag/drop the DVD's contents onto a blank partition? Including any hidden files/folders, that should work fine, right?
      [23:17:23] <+Kaniaz> "You think I want to look like Leo Volont? Don't you dare"

    2. #2
      Member Kaniaz's Avatar
      Join Date
      Jan 2004
      Gender
      Location
      England
      Posts
      5,441
      Likes
      9
      C:&#092;Users&#092;Kaniaz>xcopy /? | find "/S"
      /S Copies directories and subdirectories except empty ones.
      Same as /S /E. May be used to modify /T.


      C:&#092;Users&#092;Kaniaz>xcopy /? | find "/E"
      /E Copies directories and subdirectories, including empty ones.
      Same as /S /E. May be used to modify /T.
      include empty directories or subdirectories. /T /E includes


      C:&#092;Users&#092;Kaniaz>xcopy /? | find "/F"
      /F Displays full source and destination file names while copying.

      To be honest, it would probably be less bother if you just installed it from a CD/DVD. I would recommend that, but I&#39;m pretty sure you&#39;re pirating it anyway, no?

    3. #3
      Party Pooper Tsen's Avatar
      Join Date
      Feb 2004
      LD Count
      ~1 Bajillion.
      Gender
      Posts
      2,530
      Likes
      3
      Hehe, yeah. And no DVD burner.
      I&#39;d buy it, but I&#39;m broke, so it&#39;s going to have to wait.
      Thanks for the help though. The MS command prompt always confused me.
      [23:17:23] <+Kaniaz> "You think I want to look like Leo Volont? Don't you dare"

    4. #4
      Party Pooper Tsen's Avatar
      Join Date
      Feb 2004
      LD Count
      ~1 Bajillion.
      Gender
      Posts
      2,530
      Likes
      3
      Well, seems my computer doesn&#39;t want to boot from the second partition on my external hard drive, and moving the data on the hard drive was too much of a pain, so...
      Long story short, I&#39;m playing with Window&#39;s AIK to create a spanned distribution and putting it on CD&#39;s instead of DVDs. It&#39;s been educational, and rather amusing in a lot of ways. No, it isn&#39;t the smart, or easy, or legal way to do things, but I get a kick out of it. Plus, it&#39;s got my mom rolling her eyes and seriously considering permanently branding a "P" for pirate on me, which just makes the whole thing worth the kicks and giggles.
      [23:17:23] <+Kaniaz> "You think I want to look like Leo Volont? Don't you dare"

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •