10 lines
214 B
Batchfile
Executable File
10 lines
214 B
Batchfile
Executable File
@echo off
|
|
|
|
rem GRS 19/9/2011
|
|
rem assumes that extensions are three characters...
|
|
|
|
set infile=%1%
|
|
set noext=%infile:~0,-4%
|
|
set cmd=ruby %RS_TOOLSROOT%\script\coding\game2ulog.rb --input=%infile%
|
|
|
|
call %cmd% |