Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Created June 25, 2020 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/0fe9717b42070ab47ae75fad48be0a68 to your computer and use it in GitHub Desktop.
Save fu-sen/0fe9717b42070ab47ae75fad48be0a68 to your computer and use it in GitHub Desktop.
ファイルを結合する例 Windows 版 IchigoJam BASIC 1.4b21 https://fukuno.jig.jp/2891
@echo off
copy ichigojam-ntsc-uskbd.bin ichigojam-temp.bin
copy /b ichigojam-temp.bin + files\0.bin + files\1.bin + files\2.bin + files\3.bin ichigojam-pack.bin
del ichigojam-temp.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment