Windows dos help

Discussion in 'Windows' started by Neverdiez, Oct 7, 2008.

  1. Neverdiez

    Neverdiez New Member

    Joined:
    Jul 24, 2007
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    0
    Hi

    I want to create a batch the inserts environment wavriable onto my XP machine but I do not know the syntax, Can somebody please help me?
     
  2. oogabooga

    oogabooga New Member

    Joined:
    Jan 9, 2008
    Messages:
    115
    Likes Received:
    11
    Trophy Points:
    0
    Code:
    @echo off
    set yourvar1=whatever
    set yourvar2=something else
    Type "help" into a command prompt window to see commands.
    Type "help set" for the set command.
     

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.
    Dismiss Notice