meepen/entremover_bsp

currently getting an issue with using after compiling it and unsure what might be causing this

Opened this issue · 1 comments

I've managed to fully compile this no problem. when I decided to test it out however I get a response

"Access is denied
Press any key to continue . . . "

my current batch file looks like this
`@echo off

set out=%~d1
set out=%out%%~p1
set out=%out%%~n1

set lump=%out%_out_l_0.lmp
set out=%out%_out.bsp
bsp_lumpremove.exe rp_naboo_city_v2 "%out%" "%lump%"
pause`

I tried using the exact one you had however that had the same results. The .exe is in the same directory as the map file is btw. What would be causing the access denied response?