Skip to content

Instantly share code, notes, and snippets.

View Vlado-99's full-sized avatar

Vladimír Bella Vlado-99

View GitHub Profile
@Vlado-99
Vlado-99 / RegisterStrawberryPerlAsDropTarget.cmd
Last active May 17, 2020 14:40
Register Strawberry Perl as drop target in Windows 7
@echo off
@rem Thanks to Michael Carman, https://stackoverflow.com/questions/4727480/how-do-i-make-my-perl-scripts-act-like-normal-programs-on-windows
@rem Designed for Windows 7.
REM Author: Vladimir Bella, vlabeg@gmail.com
REM DISCLAIMER
rem I wrote this software for myself, to satisfy my needs and requirements.
rem You can freely use (and modify) it, but this is YOUR decision and YOU are responsible if this
rem software fits to you.
@Vlado-99
Vlado-99 / UPDATE_CYGWIN.cmd
Last active May 15, 2020 13:20
Helper script for Cygwin installation update
@echo off
rem Leave empty for defaults/autodetect, or set BOTH variables (C:\cygwin64;x86_64)
set MY_CYGWIN_PATH=
set MY_CYGWIN_ARCH=
rem GnuPG is needed for setup file signature check.
rem Download ftp://ftp.gnupg.org/gcrypt/binary/gnupg-w32cli-1.4.23.exe
rem Actually only needed files are gpg.exe and iconv.dll. gpgkeys_hkp.exe is needed for import new key:
rem gpg\gpg --keyserver keys.gnupg.net --recv-key 1A698DE9E2E56300
set GNUPG=C:\Program Files (x86)\GNU\GnuPG\gpg.exe