Question

  • Creator
    Topic
  • #2154837

    Displaying Drive Info

    Locked

    by rcblt ·

    I used a code sample to display the drive information for all drives on my computer and it worked OK except that the drive info comes up on the console screen and immediatly disappears before I can read it. how do I fix that?

All Answers

  • Author
    Replies
    • #2774509

      Clarifications

      by rcblt ·

      In reply to Displaying Drive Info

      Clarifications

    • #2774505

      Code

      by unhappyuser ·

      In reply to Displaying Drive Info

      Can I see your code please?

    • #2774502

      Script

      by wizard-09 ·

      In reply to Displaying Drive Info

      What kind of script are you using if its a bat file you may have to put in a pause to read the information, post your code and we can have a look at it for you.

    • #2774497

      If it’s a batch file (*.bat)

      by bizzo ·

      In reply to Displaying Drive Info

      The just edit the file and at the end of the file put:

      pause

      This will cause the cmd prompt (console screen) to wait until you press a key.

      It might be useful if you can tell us the extension of your script or code sample, and/or maybe post it here.

Viewing 3 reply threads