Skip to content

Commit

Permalink
- Indicates what parameters are being passed to WinNFSd, to aid in de…
Browse files Browse the repository at this point in the history
…bugging.

- Allows WinNFSd to show errors.
  • Loading branch information
GuyPaddock committed Feb 5, 2016
1 parent 97a300e commit 063cd01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/nfsservice.bat
Original file line number Diff line number Diff line change
@@ -28,7 +28,8 @@ if %1==start (
if "%result%"=="winnfsd.exe" (
echo already running
) else (
start "" "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
ECHO Running "%~dp0winnfsd" -log %2 -pathFile %3 -id %4 %5
START "" CMD /K %~dp0winnfsd -log %2 -pathFile %3 -id %4 %5
echo started
)

0 comments on commit 063cd01

Please sign in to comment.