Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
opa committed Aug 16, 2011
1 parent f72086b commit 06b61a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cp2sfjp.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@pushd "%~dp0"
@setlocal
::
@set "TGT=sfjp"
@set "BASE=wrapexec"
::
copy "MAKEFILE.borland" "%TGT%"
copy "%BASE%.cpp" "%TGT%"
copy "%BASE%.ini" "%TGT%"
copy "%BASE%.rc" "%TGT%"
copy "%BASE%.txt" "%TGT%"
copy "%BASE%1.ico" "%TGT%"
copy "%BASE%2.ico" "%TGT%"
copy "%BASE%3.ico" "%TGT%"
copy "%BASE%w.ini" "%TGT%"
::
@endlocal
@popd
pause

0 comments on commit 06b61a1

Please sign in to comment.