|
- Is it safe to delete AppData\Local\Temp? - Super User
Some programs keep important files in there, surprisingly If you are interested in freeing some space I'd advise to only delete the files excluding those that were created in the last 24h or so, or the ones you know for sure aren't used by other programs, such as old installers from software you downloaded, etc
- Is there a list of Windows special directories shortcuts (like %TEMP . . .
Win+R Run commands Calc - Calculator Cfgwiz32 - ISDN Configuration Wizard Charmap - Character Map Chkdisk - Repair damaged files
- storage - Can I delete files from C:\Windows\ServiceProfiles . . .
C:\Windows\ServiceProfiles\NetworkService\AppData\Local\PeerDistRepub\Store\0 This directory contains many, many dat files which use ~33% of my 500GB disk space
- Get Last Modified Date of File in Linux - Super User
Building off of @Adam Taylor 's comment in @phoops 's answer and @Sparhawk 's answer To specifically just get the date (using October 3, 2019 for examples because it was my last birthday)
- Windows command-line: create a file with the current date in its name
I'm trying to create a zip file from a batch script I need it to be named like archive_ zip Unfortunately, this doesn't work on systems with the date formatted like y m d because of the slashes:
- How to download a complete website from the Internet Archive’s Wayback . . .
As a note: archive org has added a rate limit which breaks most, if not all solutions to this post There are 2 pull requests to fix wayback_machine_downloader but there has been no work on that repo from the maintainer in around a year or so
- How to get the date in a batch file in a predictable format?
In a batch file I need to extract a month, day, year from the date command So I used the following, which essentially parses the Date command to extract its sub strings into a variable: set Day=
|
|
|