Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: xccopy help list  (Read 4417 times)

0 Members and 1 Guest are viewing this topic.

zaka kash

  • Guest
xccopy help list
« on: December 20, 2005, 08:33:57 AM »
hi all,

I've been in IT for 8yrs and not  a single time I've had the chance to delve into DOS until now, because I've got the opportuniuty to do an A+ course, after all those years I wasted.  I am learning some DOS skills and know the basics such as copying, creating system disks, copying sys files from a: to c: etc.  I know wot batch files are and even created one from an online tutorial.

I've being going thru the help options and I am stumped on the the following command:

c:\xcopy /? |more   this command is suppose to show the help option list one page at a time, but it keeps missing the top portion of the help file which describes wot the command does.  

Anyone with better common sense than me.  By the way it works on my xp machine.  On my win98 2nd ed. it is causing the problem that i've described.

best wishes

za
 


2k_dummy



    Specialist
  • A word, once spoken, can never be recalled.
  • Thanked: 14
    Re: xccopy help list
    « Reply #1 on: December 20, 2005, 08:59:22 AM »
    Right click on MSDOS prompt and select properties. Under the screen tab set the initial size to 50 lines. Click OK. Now when you open the prompt from within windows, type xcopy/? and the window should have scroll bars to allow viewing the entire display. You can also resize the window to suit your needs.
    If you don't stand for something, you'll fall for anything.
    _______________________________________ ________
    BlackViper

    Software and utilities

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: xccopy help list
    « Reply #2 on: December 20, 2005, 09:08:00 AM »
    You can also use the /p switch...this displays one screen of info at a time with the spacebar available for moving the page down one line at a time. Useful in the dir command as well.
    " Anyone who goes to a psychiatrist should have his head examined. "

    noisycricket

    • Guest
    Re: xccopy help list
    « Reply #3 on: December 20, 2005, 11:20:33 AM »
    IF you want to save it for better viewing copy and paste the commands below into your cmd prompt.

    xcopy /? >%temp%\xcopyhelp.txt
    start %temp%\xcopyhelp.txt

    zaka kash

    • Guest
    Re: xccopy help list
    « Reply #4 on: December 20, 2005, 02:03:11 PM »
    Quote
    Right click on MSDOS prompt and select properties. Under the screen tab set the initial size to 50 lines. Click OK. Now when you open the prompt from within windows, type xcopy/? and the window should have scroll bars to allow viewing the entire display. You can also resize the window to suit your needs.


    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Re: xccopy help list
    « Reply #5 on: December 20, 2005, 03:07:40 PM »
    Quote



    Is this a reply ? ? /
    " Anyone who goes to a psychiatrist should have his head examined. "

    zaka kash

    • Guest
    Re: xccopy help list
    « Reply #6 on: December 21, 2005, 04:48:18 PM »
    sorry I wrote out a message by quoting wot u said but ended up cocking it up!!!  ANyway wot I intended to say woz that, when I set the window to full screen mode ALT-ENTER, the problem is still there.

    Your help is very much appreciated!

    best regards,

    za

    2k_dummy



      Specialist
    • A word, once spoken, can never be recalled.
    • Thanked: 14
      Re: xccopy help list
      « Reply #7 on: December 21, 2005, 04:53:02 PM »
      Try following the above directions. Full screen mode is not the same as displaying it in a window.
      If you don't stand for something, you'll fall for anything.
      _______________________________________ ________
      BlackViper

      Software and utilities