UNSOLVED

SidBord

updated

22 years ago

S

SidBord

2 Intern

261 Posts

0

106745

July 3rd, 2004 16:00

What Does the Command %temp% Do?

I saw a recommendation to use the RUN command %temp% to look for a file. I presume that %temp% finds one or more temp folders. My question is more generic: are there other versions of %(something)% that are useful?
What does %...% do for you?
  • abach

    1728 Posts

    17437

    0

    Posted July 4th, 2004 22:00

    The % signs are used mostly for setting defaults in Windows. I don't know of many others that work with the run command.
  • SidBord

    2 Intern

    261 Posts

    17437

    0

    Posted July 5th, 2004 16:00

    I wish I could remember the specifics, but it seems to me that one of the experts (maybe you) told someone to type in %temp%, and it seemed to do a search for all folders named temp. Does that make sense?
  • abach

    1728 Posts

    17437

    0

    Posted July 5th, 2004 18:00

    The %temp% in the Run command line will show the contents of the logged in user's temp folder. I always recommend deleting as many files as possible in this folder, as they are only temporary files and can safely be deleted.