i want to setup a ramdisk for various purposes and among them i would want to set the TEMP variable to point to a folder in the ramdisk. I haven't done this yet, but the ramdisk will be initialized before logging on and i have a certain problem:
if for some reason the ramdisk fails to start what will the result be? The TEMP variable will still point to F:\Foo yet the F: drive will not exist
Additionally what will happen if i don't set a TEMP variable on environment variables?
Thanks for any answers