AyrA

list of files

Nov 2nd, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. 7z.bat 7-zip command line
  2. admin.bat Restarts CMD in admin mode
  3. AERO.BAT Restarts Windows aero systm if it fucked up
  4. alpha.bat Creates a directory for each letter of the alphabet and then sorts the files from the current directory into the folders.
  5. autosign.bat Automatically signs an executable.
  6. b64.exe Base64 encoder/decoder
  7. cert.bat Creates a self signed certificate using OpenSSL
  8. CMD.BAT the startup script
  9. delcache.bat Deletes windows icon cache
  10. dev.bat Opens device manager that shows disconnected devices
  11. dotemp.bat Puts the output of the supplied command into a temporary text file and opens it in notepad++
  12. DUPE.BAT Duplicates the console
  13. edit.bat Runs a terminl based editor from far file manager
  14. EX.BAT Opens explorer.exe in the current directory
  15. [far] Great two-pane CLI file manager (like mc on linux but with more features)
  16. far.bat Opens far manager
  17. fmpeg.bat Shortcut for ffmpeg.exe
  18. GET.exe wget but way more primitive
  19. hash.exe Creates multiple hashes from stdin or file
  20. hosts.bat Opens the hosts file in notepad++
  21. image.bat Creates gzip compressed image of the specified drive
  22. IP.bat like ipconfig but only shows IP address
  23. lock.BAT Locks the workstation (like WIN+L does)
  24. M3U.BAT Creates playlist of the current folder
  25. macros.txt Macros file
  26. mount.bat Mounts any folder or network UNC path under a new drive letter (subst on steroids)
  27. npp.bat Notepad++
  28. openssl.bat Runs openssl and passes all arguments
  29. pageant.exe For Putty
  30. play.exe Self-Made command line MP3 player
  31. plink.exe Part of Putty
  32. putty.exe Definitely Putty
  33. puttygen.exe Putty key generator
  34. rdp.bat Used by my keepass so I can connect to RDP server with the ability to pass username and password
  35. runAsAdmin.exe Runs the given process as administrator
  36. search.bat Searches for files. Usually faster than windows search
  37. show.bat Launches the editor for Far manager but in readonly mode (has hex view support)
  38. showGif.exe Shows gif animations because the W7 viewer can't
  39. sign.bat Signs an executable
  40. SOCKS.BAT Connects to my SSH server and starts a local socks tunnel
  41. sparse.exe Creates sparse files (empty file of specified size) very quickly
  42. streams.exe Can show and delete NTFS alternate streams
  43. telnet.exe Classic Windows XP telnet client
  44. trash.bat Moves a file into the recycle bin instead of deleting it
  45. unzip.bat Unzips the given file using 7-zip
  46. utf.bat Puts the terminal into UTF-8 mode (and breaks some applications)
  47. view.bat Alternate to show.bat
  48. where.bat implementation of linux "where" command in batch language only
  49. whoIs.exe Self-made whois client with syntax highlighting
  50. [yt] youtube-dl
  51. yt.bat runs youtube-dl and downloads the given url in maximum quality
  52. yta.bat same asyt.bat but only download audio tracks
  53. ytp.bat Same as yt.bat but for playlists
  54. ytpa.bat same as yta.bat but for playlists
  55. ytu.bat Updates youtube-dl. Automatically prevents multiple update attempts per day.
Add Comment
Please, Sign In to add comment