repo.or.cz
/
rice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Upstream release 4.02a
[rice.git]
/
examples
/
simple3x.bat
blob
0520e15324494a9b3447aa703a03dc90d8b78da6
1
if X%1X==XX goto end
2
if X%1X==XBEFOREX goto before
3
if X%1X==XAFTERX goto after
4
5
:before
6
copy simple3x.lnk rice.lnk
7
copy simple3x.cod rice.cod
8
9
:after
10
del rice.lnk
11
del rice.cod
12
13
:end
14