diff --git a/bpm.bat b/bpm.bat index 9df45ca..95eab6c 100644 --- a/bpm.bat +++ b/bpm.bat @@ -1,2 +1,2 @@ @echo off -node index.js --bat %* \ No newline at end of file +node %~dp0/index.js --bat %* \ No newline at end of file