Upstream release 4.02a
[rice.git] / examples / simple3x.bat
blob0520e15324494a9b3447aa703a03dc90d8b78da6
1 if X%1X==XX       goto end
2 if X%1X==XBEFOREX goto before
3 if X%1X==XAFTERX  goto after
5 :before
6 copy simple3x.lnk rice.lnk
7 copy simple3x.cod rice.cod
9 :after
10 del rice.lnk
11 del rice.cod
13 :end