Rev 68 | Rev 70 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 68 | Rev 69 | ||
---|---|---|---|
Line 282... | Line 282... | ||
282 | if not exist nwl7.patch goto nopatch |
282 | if not exist nwl7.patch goto nopatch |
283 | if not exist nwl8.patch goto nopatch |
283 | if not exist nwl8.patch goto nopatch |
284 | mkdir nw_preserve |
284 | mkdir nw_preserve |
285 | if exist nwl*.map move /y nwl*.map nw_preserve\ |
285 | if exist nwl*.map move /y nwl*.map nw_preserve\ |
286 | if exist "%exedir%\nwl*.map" move /y "%exedir%\nwl*.map" nw_preserve\ |
286 | if exist "%exedir%\nwl*.map" move /y "%exedir%\nwl*.map" nw_preserve\ |
- | 287 | :: TODO: eliminate the need for the if exist checks; tighten up path handling |
|
- | 288 | set grp=nwinter.grp |
|
- | 289 | if exist "%addondir%\%nwgrpname%" set grp=%addondir%\%nwgrpname% |
|
- | 290 | if exist "%exedir%\%nwgrpname%" set grp=%exedir%\%nwgrpname% |
|
287 | "%kextract%" nwinter.grp E2L*.MAP |
291 | "%kextract%" "%grp%" E2L*.MAP |
288 | ren E2L1.MAP nwl1.map |
292 | ren E2L1.MAP nwl1.map |
289 | ren E2L2.MAP nwl2.map |
293 | ren E2L2.MAP nwl2.map |
290 | ren E2L3.MAP nwl3.map |
294 | ren E2L3.MAP nwl3.map |
291 | ren E2L4.MAP nwl4.map |
295 | ren E2L4.MAP nwl4.map |
292 | ren E2L5.MAP nwl5.map |
296 | ren E2L5.MAP nwl5.map |