Written by:R Teachout6/28/2007 10:31 AM
Put : SET UtilPath=%~dp0 at the top of your batch file, then when you need the path,use %UtilPath%filename to get a file in the current directory..
Put : SET UtilPath=%~dp0 at the top of your batch file, then when you need the path,
use %UtilPath%filename to get a file in the current directory..
0 comments so far...