chrno2004 Posted October 12, 2004 Posted October 12, 2004 I've tried searching MSFN but maybe I'm not using the right keyword. So if someone can point me to the right direction, it'll be much appreciated!I believe this is to do with windows profile setup or perhaps this can be done using reg files?Question ... Is there anyway I can set the temp variables to c:\tmpe.g.%TEMP% = c:\tmp%TMP% = c:\tmpThanks!chrno2004
Gism0 Posted October 12, 2004 Posted October 12, 2004 try:SET TEMP=c:\tmpSET TMP=c:\tmpin a cmd script
Tsunami Posted October 12, 2004 Posted October 12, 2004 or this in a reg file:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]"TEMP"="%SystemDrive%\tmp""TMP"="%SystemDrive%\tmp"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now