6 lines
55 B
Batchfile
6 lines
55 B
Batchfile
@echo off
|
|
color 2
|
|
title 数据库
|
|
ts-node dbserv.ts
|
|
pause
|