Commit Graph

12 Commits

Author SHA1 Message Date
pc-v2 dc2fff05be
Adding flush dns to clean up previous dns cache (#2141) 2022-07-03 14:13:12 +02:00
William Elwood 2c49804bd0 Renormalize line-endings
Git has been nagging me about these files that I haven't touched being changed.
The solution was to run `git add --renormalize .`.
Apparently this needs to be done after setting up `.gitattributes`.
According to `git ls-files --eol windows/`, the .bat files were previously stored in the index with CRLF endings and will now be stored with LF endings (with .gitattributes dictating that checked out copies will use CRLF).
2019-11-12 16:10:57 +00:00
Aleksandr Sergeev a389067d29 Replace “find” with “findstr” in batches (#764)
* Update service-install.bat

* Update service-restart.bat

* Update service-uninstall.bat
2019-03-21 14:23:01 +01:00
Frank Denis 9e3c501bfa New Windows batch files by @Tremerix 2018-04-27 00:19:26 +02:00
Frank Denis 1a9236652d ECHO "" -> ECHO.
says @B00ze64
2018-04-16 02:32:28 +02:00
Frank Denis adcb4d086f Revert "Windows command scripts cleanup/ via @B00ze64"
This reverts commit db837204da.

@ingber: "2.0.9 works fine on my x64 Ubuntu VPS, but fails as did yours on Windows x64.
Your [@iWARR] solution on Windows works fine."

@iWARR: "I want to note, that *.bat file from v2.0.8 is able provide successfully
installation for the v2.0.9 pack, as usual. Other *.bat files from v2.0.8 are fine also."
2018-04-16 02:30:23 +02:00
Frank Denis db837204da Windows command scripts cleanup/ via @B00ze64 2018-04-11 12:27:53 +02:00
Frank Denis e20c980b15 Use CMD.EXE /c to run Windows commands
That sounds very weird to me, but @mazesy said it was the right
thing to do.
2018-04-10 20:04:03 +02:00
Frank Denis 37ebc1db0e Replace @NET session with @SFC 2>&1 | FIND /i "/SCANNOW" >NUL
Fixes #336
2018-04-09 15:38:00 +02:00
Frank Denis fbfa8f9aab Do stop/start for restart 2018-04-09 15:36:19 +02:00
Frank Denis 8a0d919503 +x 2018-01-25 15:56:28 +01:00
Frank Denis 5b6e774356 Add service installation scripts for Windows 2018-01-25 14:15:28 +01:00