Windows dos help

Go4Expert Member
7Oct2008,15:37   #1
Neverdiez's Avatar
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?
Ambitious contributor
8Oct2008,00:02   #2
oogabooga's Avatar
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.