Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
parent 6074571655
commit de56057b65
  1. 8
      script/startup.bat

@ -2,4 +2,10 @@
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
cd /d "%~dp0"
copy /Y fdc_startup.bat "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp"
pm2 start update.js --name fdc
pm2 start update.js --name fdc
cd ..
set /p email=Git Email:
set /p usr=Git Username:
git config user.email %email%
git config user.usr %usr%
git pull
Loading…
Cancel
Save