I want to create a dll in a specific directory using a bat file, but I want it to create the file for the active user on ANY computer that runs it without having to change the bat. Here's the portion I need help with...
if %pr% == 1 type nul > "C:\Documents and Settings\D34DL1N3R\Local Settings\Application Data\ProgramFolder\xxxxx.dll"
If there a way to set the path so that it will just use the active users folder for the PC it's being run on, rather then looking specifically for "D34DL1N3R"?
ThanX in advance.
if %pr% == 1 type nul > "C:\Documents and Settings\D34DL1N3R\Local Settings\Application Data\ProgramFolder\xxxxx.dll"
If there a way to set the path so that it will just use the active users folder for the PC it's being run on, rather then looking specifically for "D34DL1N3R"?
ThanX in advance.





