Skip to content

Instantly share code, notes, and snippets.

@Deathbytears
Deathbytears / project zion.bat
Last active April 20, 2023 19:13
Batch spec script.
@echo off
::notes
::============================
::all settings need be on top
::=============================
::settings
:: menu setup is for true and false. if set false it only load your commputer states
::==============================
set version="v-1"
set buildnumb="2"
@daicham
daicham / gist:1593777
Created January 11, 2012 08:48
ruby code on windows bat file
@echo off
ruby -S -x %0 %*
goto end
#! ruby
# some ruby code
__END__
:end
pause