1.

Solve : pre-defined variables?

Answer» OKAY WELL i have had this question and I have been working around it. How do i make a pre-difined variable? like so I can type %1% and it will show what %1% is because i type %1%=Hello or somethingI have no idea what your question is, but here goes:


Quote
set variable=string

Code: [Select]C:\Users\DeltaSlaya>set I=string

C:\Users\DeltaSlaya>echo %I%
string

C:\Users\DeltaSlaya>set I
I=string

C:\Users\DeltaSlaya>

I know thats PROBABLY not what you want but I didn't understand your question. If it's about setting variables type "set/?" in a command prompt.yeah that was pretty much it. thanxQuote from: gamerx365 on AUGUST 09, 2007, 03:04:13 PM
yeah that was pretty much it. thanx


Discussion

No Comment Found