Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Vega (0.03 sec)

  1. service.bat

    "%unit%" == "k" goto kilo L186:if "%unit%" == "K" goto kilo L187:if "%unit%" == "m" goto mega L188:if "%unit%" == "M" goto mega L189:if "%unit%" == "g" goto giga L190:if "%unit%" == "G" goto giga L191: L192:rem no unit found, must be bytes; consider the whole value L193:set conv=%value% L194:rem convert to KB L195:set /a conv=%conv% / 1024 L196::kilo L197:rem convert to MB L198:set /a conv=%conv% / 1024 L199:goto mega L200::giga L201:rem convert to MB L202:set /a conv=%conv% * 1024 L203::mega L204:set...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
Back to top