1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

more

Discussion in 'Windows XP' started by omedodoza, 2003/02/22.

Thread Status:
Not open for further replies.
  1. 2003/02/22
    omedodoza

    omedodoza Inactive Thread Starter

    Joined:
    2003/02/21
    Messages:
    7
    Likes Received:
    0
    If I assume the computer subdirectory has 3 files: Mydocumentt.doc, mycomputer,doc and ourcomputer.doc. What commad do I need to delete all 3 at the same time?
    Is it DELTREE?

    CAN You tell me what command to write to copy files biggining with the letter x, ending D and having any extention on drive A?

    How can I write a a command to perform a quick format of a diskettte in drive A with the lavel "World2" not using the path structure?

    Thanks for all this help
     
  2. 2003/02/22
    Ian Harvie

    Ian Harvie Inactive

    Joined:
    2002/12/31
    Messages:
    11
    Likes Received:
    0
    Hi omedodoza,


    deltree
    if you are running Win98 or below

    then in DOS deltree *.doc ran from the subdirectory will delete all files with the *.doc extension

    I cant remember if deltree MY*.doc would delete all files with the extension .doc and beginning with MY ... its worth a try though. I dont have deltree on this XP box.. only a more advanced version of del.

    Try typing Deltree /? for more information on the deltree command ~ its a little bit cryptic though, but its a try.

    copy files
    to copy multiple files... beginning with a letter (x) the command would be copy x*.doc A:

    you could also do this copy xr*.doc A: (e.g)

    car.doc
    bat.doc
    xray.doc
    bin.doc
    xrack.doc
    xrack.jpg

    copy xr*.doc A: would copy
    xray.doc
    xrack.doc

    the commands copy xr*.* a: would copy all files beginning with xr and with any extension:

    xray.doc
    xrack.doc
    xrack.jpg

    I couldnt tell you off hand if its possible to copy files ending with specific letters...

    quick format & label
    I'm not entirely sure what you mean by 'path struture' so If this is it dont flame me for it :p

    PHP:
    format A: //V:World2

    • format --- format command
      A: --- drive
      /Q --- quick format
      /V:World2 --- new volume label (including label command)

    hope that helps :D

    Ian.
     

  3. to hide this advert.

Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.