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?
|
Go4Expert Member
|
|
| 7Oct2008,15:37 | #1 |
|
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 |
|
Code:
@echo off set yourvar1=whatever set yourvar2=something else Type "help set" for the set command. |