Create a Batch File for Ipconfig

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • References
    Batch Programming Inputs and Outputs
    • Batch Programming Inpu...
    How to Create a Basic FTP Batch File
    • How to Create a Basic ...
    FTP Console Commands How to Send and Retrieve Files
    • FTP Console Commands H...
    FTP Command Prompt Connecting and Downloading Files
    • FTP Command Prompt Con...
    Run a Batch File in Administrative Mode with Task Scheduler
    • Run a Batch File in Ad...
    Create a Batch File for Ipconfig
    • Create a Batch File fo...
    Basic Batch Commands Reference Guide
    • Basic Batch Commands R...
    Creating a Batch File to Remove Directories and Subdirectories
    • Creating a Batch File ...
    Batch file to Open Applications
    • Batch file to Open App...
    Creating a Batch File to Copy All Subdirectories onto Another Folder
    • Creating a Batch File ...
    Creating a Batch File to Open Folders on Windows Desktop
    • Creating a Batch File ...
    Creating a Batch File to Delete Folders and Remove Directories
    • Creating a Batch File ...
    Creating a Batch File to send files from a Local Drive to a Network Drive
    • Creating a Batch File ...
    Creating a Batch File to Copy Files in a Local Drive
    • Creating a Batch File ...
    Open Websites and Folders with Batch file
    • Open Websites and Fold...
    Batch Programming Simple Menu
    • Batch Programming Simp...
    Batch Programming Mathematical Functions
    • Batch Programming Math...
    Batch Programming Menu with If statements
    • Batch Programming Menu...
    If you found this video helpful, you can donate to my paypal account. It's optional. www.paypal.me/...
    I have a website which contains the links to all my batch programming videos.
    he-1000-1975.c...
  • ХоббиХобби

Комментарии • 16

  • @patryqm8463
    @patryqm8463 День назад

    Very nice, thank you!

  • @elizabethgarciarivera5203
    @elizabethgarciarivera5203 5 месяцев назад

    this help me a lot , thank you!

  • @JohnBerry1
    @JohnBerry1 5 лет назад

    Thanks a bunch! One suggestion, get rid of the first "pause" on line 2, not needed. Also, I'd put this on the root of the "c" drive and make a shortcut to the desktop.

    • @Ace1000ks19751982
      @Ace1000ks19751982  5 лет назад +1

      No problem. The pause was only used for demonstration purposes.

  • @mhuk1220
    @mhuk1220 7 лет назад

    massive thanks for the command path.

  • @dolanbright3733
    @dolanbright3733 7 лет назад +1

    thanks

  • @Tea20024
    @Tea20024 4 года назад

    only this method worked for me. i had to put in the c/windows path. is there any way we can get rid of this statement. why doesnt my pc not accept script without this statement ?

    • @Ace1000ks19751982
      @Ace1000ks19751982  4 года назад

      You don't have to type in c:\path. All you need to enter is ipconfig /all, but make sure you put @echo off at the top of the script.

    • @Tea20024
      @Tea20024 4 года назад

      @@Ace1000ks19751982 i first typed just ipconfig /all . the script does not execute the command. its just displays it in an infinite loop. only when i type the c\windows path command does it execute the ipconfig command.

    • @Ace1000ks19751982
      @Ace1000ks19751982  4 года назад

      @@Tea20024 Maybe, there is something wrong with your operating system.

    • @Tea20024
      @Tea20024 4 года назад

      Ace1000ks1975 Dont know. But it works fine once I put the c/windows command.

    • @Ace1000ks19751982
      @Ace1000ks19751982  4 года назад

      @@Tea20024 Then, use it that way.

  • @dolanbright3733
    @dolanbright3733 7 лет назад

    +1 sub