Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #31

Open
yafacex opened this issue Mar 27, 2019 · 1 comment
Open

Windows support #31

yafacex opened this issue Mar 27, 2019 · 1 comment

Comments

@yafacex
Copy link

yafacex commented Mar 27, 2019

I modify something to make it run on Windows

node-file-manager.cmd
"%~dp0\node_modules\node-file-manager\bin\node-file-manager.bat" %*

node_modules\node-file-manager\bin\node-file-manager.bat
%~d0
cd %~dp0../lib
node --harmony index.js %*

I hope it can be used in npm,otherwise i will have to modify it every time after npm install....

@yafacex
Copy link
Author

yafacex commented Mar 27, 2019

By the way,edit control is also recommanded in your command line arguments. For example, i dont want others to delete files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant