start-server.vbs 162 B

1234
  1. Set shell = CreateObject("Wscript.Shell")
  2. shell.CurrentDirectory = "C:\Users\caoyg\ai\audio-tts\audio_codebuddy\server"
  3. shell.Run "npx tsx src\app.ts", 0, False