Skip to content

Instantly share code, notes, and snippets.

@NobleUplift
Last active December 28, 2015 23:03
Show Gist options
  • Select an option

  • Save NobleUplift/dff2939dac87370005be to your computer and use it in GitHub Desktop.

Select an option

Save NobleUplift/dff2939dac87370005be to your computer and use it in GitHub Desktop.
7-Zip File Association Test Script
@echo off
REM Created on 2013 November 30th at 03:05 AM.
mkdir Test
echo. > Test/Test.001
echo. > Test/Test.7z
echo. > Test/Test.arj
echo. > Test/Test.bz2
echo. > Test/Test.bzip2
echo. > Test/Test.cab
echo. > Test/Test.cpio
echo. > Test/Test.deb
echo. > Test/Test.dmg
echo. > Test/Test.fat
echo. > Test/Test.gz
echo. > Test/Test.gzip
echo. > Test/Test.hfs
echo. > Test/Test.iso
echo. > Test/Test.lha
echo. > Test/Test.lzh
echo. > Test/Test.lzma
echo. > Test/Test.ntfs
echo. > Test/Test.rar
echo. > Test/Test.rpm
echo. > Test/Test.squashfs
echo. > Test/Test.swm
echo. > Test/Test.tar
echo. > Test/Test.taz
echo. > Test/Test.tbz
echo. > Test/Test.tbz2
echo. > Test/Test.tgz
echo. > Test/Test.txz
echo. > Test/Test.vhd
echo. > Test/Test.wim
echo. > Test/Test.xar
echo. > Test/Test.xz
echo. > Test/Test.z
echo. > Test/Test.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment