Okay, so I know how to make a variable:
set bla = blabla
but then i want to set it as a directory of "cd"
so then if the directory was C:\WINDOWS,
i want bla to = cd
so something like
set bla = cd
but that doesn't work. any help?
thanks
set bla = blabla
but then i want to set it as a directory of "cd"
so then if the directory was C:\WINDOWS,
i want bla to = cd
so something like
set bla = cd
but that doesn't work. any help?
thanks
Comment