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

Author Topic: Help with a batch file?  (Read 2273 times)

0 Members and 1 Guest are viewing this topic.

lisardcrew

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    Help with a batch file?
    « on: June 11, 2011, 03:54:15 PM »
    Hi, I'm creating a batch file, it's actually a lab, and I can't quite figure out why it wont 1) close the window when it's done, and 2) create a file on my C drive.  Any input is appreciated.   ;D

    The commands are:
    @echo off
    ipconfig /all >> c:\mybatch.txt
    netstat -a >> c:\mybatch.txt
    arp -a >> c:\mybatch.txt
    Then it's directed to "start" a certain website.

    lisardcrew

      Topic Starter


      Newbie

      • Experience: Beginner
      • OS: Unknown
      Re: Help with a batch file?
      « Reply #1 on: June 11, 2011, 06:29:42 PM »
      Never mind... am hitting head on table right now.  Figured it out. 

      Salmon Trout

      • Guest
      Re: Help with a batch file?
      « Reply #2 on: June 12, 2011, 07:12:02 AM »
      Never mind... am hitting head on table right now.  Figured it out.

      Care to share?