Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
#!/bin/sh | |
curl -s https://modarchive.org/rss.php?request=featured | grep -oE "https?:\/\/api.modarchive.org\/downloads\.php\?moduleid=[0-9]+" |
@echo off | |
setlocal EnableDelayedExpansion | |
set jsidplay2=jsidplay2_console-3.9.exe | |
set/p sidfile=Enter SID file (you can drag file to here and press enter): | |
set track=1 | |
set/p track=Which track?(default=1): | |
set/p length=Enter length(mm:ss)(if no just press enter): | |
choice /m "Record channel 4?" | |
set record4=%errorlevel% | |
echo Recording master audio... (0.wav) |
Made possible with this reddit post.
wine regedit wine-breeze-dark.reg
wine regedit wine-reset-theme.reg
I hereby claim:
To claim this, I am signing this object:
@echo off | |
::Publish with MIT License | |
if NOT "%~1"=="__CMDSTARTED__" cmd.exe /q /k %0 __CMDSTARTED__ | |
if NOT "%~1"=="__CMDSTARTED__" exit /b | |
echo. | |
set ffpath=%~dp0\bin | |
pushd %ffpath% | |
if %errorlevel% NEQ 0 call :err %errorlevel% | |
if %errorlevel% EQU 1 echo Can't find bin folder, quitting... & pause & exit /b 1 | |
set ffpath=%cd% |