Skip to content

Instantly share code, notes, and snippets.

View HBelusca's full-sized avatar
:atom:

Hermès BÉLUSCA - MAÏTO HBelusca

:atom:
View GitHub Profile
@HBelusca
HBelusca / remaster_win2k3_cd.cmd
Last active January 19, 2022 23:35
MS Windows 2003 ISO Remastering Script
@echo off
:: title MS Windows 2003 ISO Remastering Script
cls
echo *******************************************************************************
echo * *
echo * MS Windows 2003 ISO Remastering Script *
echo * *
echo *******************************************************************************
@HBelusca
HBelusca / pdflatex.cmd
Last active September 7, 2020 22:13
pdf-LaTeX Compilation Script
::
:: pdf-LaTeX Compilation Script
:: (C) 2020 Hermès Bélusca-Maïto
::
@echo off
setlocal enableextensions
if "%1"=="" (
:Usage
echo.