Results 1 to 9 of 9

Thread: command

  1. #1
    engenier's Avatar
    engenier is offline Senior Member+
    Last Online
    13th March 2017 @ 01:40 PM
    Join Date
    25 Jun 2011
    Age
    32
    Gender
    Male
    Posts
    311
    Threads
    78
    Credits
    0
    Thanked
    45

    Smile command


    bhai XCOPY KI COMMAND KAISAY CHALATAY HAIN
    PLZ MUJ KO BTAIN
    ALLAH HAFIZ

  2. #2
    ladlahoc's Avatar
    ladlahoc is offline Advance Member
    Last Online
    21st November 2020 @ 02:10 AM
    Join Date
    09 Jun 2011
    Location
    Okara,Punjab
    Age
    29
    Gender
    Male
    Posts
    2,672
    Threads
    196
    Credits
    1,524
    Thanked
    152

    Default

    Bhai try this
    bus red karain asaan sa kaam hai
    Click

    [IMG]http://www.itdunya.com/data:image/gif,GIF89a%12%00%12%00%B3%00%00%FF%FF%FF%F7%F7%EF% CC%CC%CC%BD%BE%BD%99%99%99ZYZRUR%00%00%00%FE%01%02 %00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%0 0%00%00%00%00%21%F9%04%04%14%00%FF%00%2C%00%00%00% 00%12%00%12%00%00%04X0%C8I%2B%1D8%EB%3D%E4%00%60%2 8%8A%85%17%0AG*%8C%40%19%7C%00J%08%C4%B1%92%26z%C7 6%FE%02%07%C2%89v%F0%7Dz%C3b%C8u%14%82V5%23o%A7%13 %19L%BCY-%25%7D%A6l%DF%D0%F5%C7%02%85%5B%D82%90%CBT%87%D8i7 %88Y%A8%DB%EFx%8B%DE%12%01%00%3B[/IMG]

  3. #3
    engenier's Avatar
    engenier is offline Senior Member+
    Last Online
    13th March 2017 @ 01:40 PM
    Join Date
    25 Jun 2011
    Age
    32
    Gender
    Male
    Posts
    311
    Threads
    78
    Credits
    0
    Thanked
    45

    Default

    Isko dos mein kaise run kertay hain batain tafseel mein

  4. #4
    -Salman-'s Avatar
    -Salman- is offline Senior Member+
    Last Online
    9th September 2012 @ 10:59 AM
    Join Date
    01 Feb 2012
    Gender
    Male
    Posts
    142
    Threads
    12
    Credits
    0
    Thanked
    6

    Default

    what is xcopy bhai ye keya hai

  5. #5
    Mawara's Avatar
    Mawara is offline Senior Member+
    Last Online
    27th July 2012 @ 04:28 PM
    Join Date
    07 Dec 2010
    Location
    pata nahi ¯\(°_o)/¯
    Gender
    Female
    Posts
    1,694
    Threads
    93
    Credits
    0
    Thanked
    79

    Default

    xcopy syntax
    Examples

    xcopy c:\temp /e
    [IMG]http://i1142.***********.com/albums/n620/Guriaa/x_3c3d477d.gif[/IMG]

  6. #6
    Haseeb Alamgir's Avatar
    Haseeb Alamgir is offline Super Moderator
    Last Online
    Yesterday @ 08:02 PM
    Join Date
    09 Apr 2009
    Location
    KARACHI&
    Gender
    Male
    Posts
    19,363
    Threads
    419
    Credits
    39,824
    Thanked
    1813

    Default

    Xcopy is a powerful version of the copy command with additional features; has the capability of moving files, directories, and even whole drives from one location to another.

    The xcopy command is an external command that is available in the below Microsoft operating systems

    source Specifies the file(s) to copy.
    destination Specifies the location or name of new files.
    /A Copies only files with the archive attribute set, doesn't change the attribute.
    /M Copies only files with the archive attribute set, turns off the archive attribute.
    /D:m-d-y Copies files changed on or after the specified date. If no date is given, copies only those files whose source time is newer than the destination time.
    /EXCLUDE:file1 [+file2][+file3]... Specifies a list of files containing strings. When any of the strings match any part of the absolute path of the file to be copied, that file will be excluded from being copied. For example, specifying a string like \obj\ or .obj will exclude all files underneath the directory obj or all files with the .obj extension respectively.
    /P Prompts you before creating each destination file.
    /S Copies directories and subdirectories except empty ones.
    /E Copies directories and subdirectories, including empty ones. Same as /S /E. May be used to modify /T.
    /V Verifies each new file.
    /W Prompts you to press a key before copying.
    /C Continues copying even if errors occur.
    /I If destination does not exist and copying more than one file, assumes that destination must be a directory.
    /Q Does not display file names while copying.
    /F Displays full source and destination file names while copying.
    /L Displays files that would be copied.
    /H Copies hidden and system files also.
    /R Overwrites read-only files.
    /T Creates directory structure, but does not copy files. Does not include empty directories or subdirectories. /T /E includes empty directories and subdirectories.
    /U Copies only files that already exist in destination.
    /K Copies attributes. Normal Xcopy will reset read-only attributes.
    /N Copies using the generated short names.
    /O Copies file ownership and ACL information.
    /X Copies file audit settings (implies /O).
    /Y Suppresses prompting to confirm you want to overwrite an existing destination file.
    /-Y Causes prompting to confirm you want to overwrite an existing destination file.
    /Z Copies networked files in restartable mode.

  7. #7
    Haseeb Alamgir's Avatar
    Haseeb Alamgir is offline Super Moderator
    Last Online
    Yesterday @ 08:02 PM
    Join Date
    09 Apr 2009
    Location
    KARACHI&
    Gender
    Male
    Posts
    19,363
    Threads
    419
    Credits
    39,824
    Thanked
    1813

    Default

    The switch /Y may be preset in the COPYCMD environment variable.
    This may be overridden with /-Y on the command line.

  8. #8
    Haseeb Alamgir's Avatar
    Haseeb Alamgir is offline Super Moderator
    Last Online
    Yesterday @ 08:02 PM
    Join Date
    09 Apr 2009
    Location
    KARACHI&
    Gender
    Male
    Posts
    19,363
    Threads
    419
    Credits
    39,824
    Thanked
    1813

    Default

    Examples

    xcopy c:\temp /e

    The above example is the basic xcopy command to copy the files, directories, and subdirectories to the directory you're currently in.

    xcopy "c:\documents and settings\hope" /e

    In the above example the xcopy command would copy all files and directories in the user "hope" directory to the directory or drive you're currently in.

    xcopy h:\*.* /a /e /k

    The above command would copy everything located on the H drive to the drive you are currently on.


  9. #9
    usama khalil's Avatar
    usama khalil is offline Advance Member
    Last Online
    20th August 2019 @ 09:47 AM
    Join Date
    30 Jan 2010
    Location
    islamabad
    Age
    31
    Gender
    Male
    Posts
    985
    Threads
    51
    Credits
    1,174
    Thanked
    76

    Default

    haseeb brother nice i love u.....bahi...!

Similar Threads

  1. 999+ Keyboard Shortcuts
    By shah2010 in forum English IT Zone
    Replies: 146
    Last Post: 25th December 2015, 06:07 PM
  2. 138 Commands of Commond Prompt ( DOS ) with their descriptio
    By don_asia in forum General Discussion
    Replies: 5
    Last Post: 18th October 2014, 03:53 PM
  3. Some Shortcuts for windows!!!
    By Dark Legion in forum General Discussion
    Replies: 14
    Last Post: 20th September 2014, 01:12 PM
  4. All dos command
    By SMART HASSAN in forum Tips and Tricks
    Replies: 11
    Last Post: 3rd March 2014, 10:05 AM
  5. Help For Mgsoftsys
    By KHANZZzzz in forum General Discussion
    Replies: 1
    Last Post: 20th December 2008, 10:54 PM

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
  •