OpenFolderWith.xys 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*********************
  2. @Author : liuyuqi
  3. @Contact : liuyuqi.gov@msn.cn
  4. @Time : 2019/07/23 05:54:37
  5. @Version : 1.0
  6. @License : (C)Copyright 2019 liuyuqi.
  7. @Desc : 文件夹打开方式
  8. Open Folder With ...
  9. *********************/
  10. "1. Open Folder With Sublime..."
  11. run "D:/Program-Files/Sublime/sublime_text.exe" "<curpath>"
  12. "2. Open Folder With Typora..."
  13. open "D:\Program Files\Typora\bin\typora.exe" "<curpath>"
  14. "3. Open Folder With VSCode..."
  15. open "D:/Program-Files/VSCode-win32-x64-1.30.1/Code.exe" "<curpath>"
  16. "4. Open Folder With Brackets..."
  17. open "D:\Program Files (x86)\Brackets\Brackets.exe" "<curpath>"
  18. "5. Open Folder With Hbuilder..."
  19. open "D:/Program-Files/HBuilderX/HBuilderX.exe" "<curpath>"
  20. "6. Open Folder With Idea..."
  21. open "D:\Program-Files\ideaIU-2019.2.4.win\bin\idea64.exe" "<curpath>"
  22. "7. Open Folder With Phpstorm..."
  23. open "D:/Program Files/JetBrains/PhpStorm 2019.1.3/bin/phpstorm.exe" "<curpath>"
  24. "8. Open Folder With GoLand64..."
  25. open "D:/Program Files/JetBrains/GoLand 2018.1.1/bin/goland64.exe" "<curpath>"
  26. "9. Open Folder With PyCharm64..."
  27. open "D:/Program Files/JetBrains/PyCharm 2019.1.3/bin/pycharm64.exe" "<curpath>"
  28. "10. Open Folder With WebStorm..."
  29. open "D:\Program Files\JetBrains\WebStorm2018.1.5\bin\webstorm64.exe" "<curpath>"
  30. "11. Open Folder With Android Studio..."
  31. open "D:/Program-Files/android-studio/bin/studio64.exe" "<curpath>"
  32. "12. Open Folder With Jupyter lab..."
  33. run "cmd /k ""jupyter lab --notebook-dir=""<curpath>"""""
  34. "13. Serve With fs..."
  35. run """D:\opt\fs-go\fs-go.exe"" -port 8080 -dir ""<curpath>"""
  36. "14. Serve With apache..."
  37. open """D:\Program-Files\Apache24\apache-here.bat"" ""<curpath>"""
  38. "15. Serve With nginx..."
  39. open """D:\Program-Files\nginx-1.13.1\start-nginx.bat"" ""<curpath>"""
  40. "16. Pic Manager..."
  41. open """D:\Program-Files\gif\FSViewer64\FSViewer.exe"" ""<curpath>"""