D:\xampp\apache\conf\vhosts\bat\redis_startup.bat

内容如下:

@echo off
D:
cd /software/redis
redis-server.exe redis.windows.conf
exit

 

D:\xampp\apache\conf\vhosts\1_redis_startup.vbs

内容如下:

set ws=wscript.createobject("wscript.shell")
ws.run "D:\xampp\apache\conf\vhosts/bat/redis_startup.bat /start",0

相关文章:

  • 2021-08-24
  • 2021-10-19
  • 2021-06-28
  • 2021-07-03
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2021-05-22
  • 2021-06-26
  • 2022-12-23
  • 2021-09-17
  • 2021-11-18
相关资源
相似解决方案