DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Using variables in Windows batch files | Batch file programming | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

5 comments

  • Nice easy tut for people not familiar with .bat variables. Leared a lot, before i got a bunch of stuff on 'ErrolLevel' stuff. Not what i was looking for.
  • Very nice. Helped a lot.
  • cmd command line
    set usb=h:

    Created system variable 'usb' with value 'h:'

    How to do the same from the batch file?
    Thanks, Vladimir Orlovsky 4vladimir@gmail.com 2009Feb04Wed14:05
  • Awesome instructions! Thanks a bunch
  • thanks alot I can set and echo variables now!

    @echo off
    color 80
    cls

    direct used busses to handlers



    -------------------------------------------
    /make all unused network busses travel here
    retrieve all available information for each
    ip address by storing them in a file called
    network_database

    set ip_address=ipaddress

    echo #%ip_address% > network_database
    network_database{
    #<ip address>
    retrevable information
    retrevable information}






    handlers for all network busses

    ::CALL network_handler

Add New Comment

Returning? Login