使用命令运行打开特定的命令提示符

时间:2013-09-02 14:16:21

标签: terminal command prompt

我在我的网站上使用sass,我觉得很烦人,我需要每次打开命令提示符/终端,键入所有命令,然后开始我的编程。如何在运行命令的情况下保存命令提示符/终端。我正在使用Windows 8和Mac进行编程。谢谢你的帮助。

(命令是[用于命令提示]:

cd xampp/htdocs
sass --watch style.scss:style.css

和[终端]:

cd Applications/XAMPP/xamppfiles/htdocs/
sass --watch style.scss:style.css

非常感谢你。)

1 个答案:

答案 0 :(得分:1)

我成功尝试了这个:

1. Create new text file on desktop;
2. Enter desired commands in text file;
3. Rename extension of text file from ".txt" --> ".bat"

示例,在bat文件中:

d:
cd server
node server.js
cmd