我正在设计一个流程来为我的同事创建一个模糊重复列表。我已经自动化了大部分过程,并使用了一个 .bat 文件来打开 sqlite。但是,除了手动键入之外,我现在找不到其他方法来阅读代码:
.read file_name.sql
进入命令提示符。有没有一种方法可以键入 open 并使用预先编写的命令从记事本读取文件,例如 .bat 文件。例如:
cd sqlite -- enter directory with sqlite3 inside of it. DOS command
sqlite3 --to open the sqlite3 application DOS command
.read file_name.sql -- SQLite command
在此先感谢,如果问题微不足道,对不起。