Skip to content

Commit 063cd01

Browse files
committed
- Indicates what parameters are being passed to WinNFSd, to aid in debugging.
- Allows WinNFSd to show errors.
1 parent 97a300e commit 063cd01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/nfsservice.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ if %1==start (
2828
if "%result%"=="winnfsd.exe" (
2929
echo already running
3030
) else (
31-
start "" "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
31+
ECHO Running "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
32+
START "" CMD /K %~dp0winnfsd -log %2 -pathFile %3 -id %4 %5
3233
echo started
3334
)
3435

0 commit comments

Comments
 (0)