G
gary
im not sure if i understand tbe whole set path= command
correctly... need some help. if i have a batch file that
starts like this:
@echo off
set path=%windir%;%windir%\system32;c:\exe
this will only set the path just for this batch file. is
this correct? if so how can i change the path in the
environment variables through a batch file to be set to
this at all times?
correctly... need some help. if i have a batch file that
starts like this:
@echo off
set path=%windir%;%windir%\system32;c:\exe
this will only set the path just for this batch file. is
this correct? if so how can i change the path in the
environment variables through a batch file to be set to
this at all times?