User Activity

  • Modified a comment on discussion Help on 7-Zip

    If none of these work, this script will try to get wget.exe from any method possible, and then download 7za.exe with it. Ideal for older systems. ::getting wget.exe set wget_dl=https://eternallybored.org/misc/wget/1.19.4/32/wget.exe if not exist wget.exe curl "%wget_dl%" -o "wget.exe" if not exist wget.exe powershell Invoke-WebRequest "%wget_dl%" -outfile "wget.exe" if not exist wget.exe powershell (New-Object Net.WebClient).DownloadFile('%wget_dl%', 'wget.exe') if not exist wget.exe certutil -urlcache...

  • Modified a comment on discussion Help on 7-Zip

    If none of these work, this script will try to get wget.exe from any method possible, and then download 7za.exe with it. Ideal for older systems. ::getting wget.exe set wget_dl=https://eternallybored.org/misc/wget/1.21.3/32/wget.exe if not exist wget.exe curl "%wget_dl%" -o "wget.exe" if not exist wget.exe powershell Invoke-WebRequest "%wget_dl%" -outfile "wget.exe" if not exist wget.exe powershell (New-Object Net.WebClient).DownloadFile('%wget_dl%', 'wget.exe') if not exist wget.exe certutil -urlcache...

  • Modified a comment on discussion Help on 7-Zip

    If none of these work, this script will try to get wget.exe from any method possible, and then download 7za with it. Ideal for older systems. ::getting wget.exe set wget_dl=https://eternallybored.org/misc/wget/1.21.3/32/wget.exe if not exist wget.exe curl "%wget_dl%" -o "wget.exe" if not exist wget.exe powershell Invoke-WebRequest "%wget_dl%" -outfile "wget.exe" if not exist wget.exe powershell (New-Object Net.WebClient).DownloadFile('%wget_dl%', 'wget.exe') if not exist wget.exe certutil -urlcache...

  • Posted a comment on discussion Help on 7-Zip

    If none of these work, this script will try to get wget.exe from any method possible, and then download 7za with it. Ideal for older systems. ::getting wget.exe set wget_dl=https://eternallybored.org/misc/wget/1.21.3/32/wget.exe if not exist wget.exe curl "%wget_dl%" -o "wget.exe" if not exist wget.exe powershell Invoke-WebRequest "%wget_dl%" -outfile "wget.exe" if not exist wget.exe powershell (New-Object Net.WebClient).DownloadFile('%wget_dl%', 'wget.exe') if not exist wget.exe certutil -urlcache...

  • Modified a comment on discussion Help on 7-Zip

    Since a lot of people really need a direct link to 7za.exe for their automation scripts, I made a simple bat to download and extract 7za.exe from the official 7z-extra.7z download. For W7 and up: powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7zr.exe', '7zr.exe') powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7z2201-extra.7z', '7z-extra.7z') 7zr.exe -y e "7z-extra.7z" "x64\7za.exe" 1>nul if exist "%cd%\7z-extra.7z" del "%cd%\7zr.exe", "%cd%\7z-extra.7z"...

  • Modified a comment on discussion Help on 7-Zip

    Since a lot of people really need a direct link to 7za.exe for their automation scripts, I made a simple bat to download and extract 7za.exe from the official 7z-extra.7z download. For W7 and up: powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7zr.exe', '7zr.exe') powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7z2201-extra.7z', '7z-extra.7z') 7zr.exe -y e "7z-extra.7z" "x64\7za.exe" 1>nul if exist "%cd%\7z-extra.7z" del "%cd%\7zr.exe", "%cd%\7z-extra.7z"...

  • Modified a comment on discussion Help on 7-Zip

    Since a lot of people really need a direct link to 7za.exe for their automation scripts, I made a simple bat to download and extract 7za.exe from the official 7z-extra.7z download. powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7zr.exe', '7zr.exe') powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7z2201-extra.7z', '7z-extra.7z') 7zr.exe -y e "7z-extra.7z" "x64\7za.exe" 1>nul if exist "%cd%\7z-extra.7z" del "%cd%\7zr.exe", "%cd%\7z-extra.7z"...

  • Modified a comment on discussion Help on 7-Zip

    Since a lot of people really need a direct link to 7za.exe for their automation scripts, I made a simple bat to download and extract 7za.exe from the official 7z-extra.7z download. powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7zr.exe', '7zr.exe') powershell (New-Object Net.WebClient).DownloadFile('https://www.7-zip.org/a/7z2201-extra.7z', '7z-extra.7z') 7zr.exe -y e "7z-extra.7z" "x64\7za.exe" 1>nul if exist "%cd%\7z-extra.7z" del "%cd%\7zr.exe", "%cd%\7z-extra.7z"...

View All

Personal Data

Username:
neilz
Joined:
2022-08-28 18:34:52.255000

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB