如何在Windows cmd中运行一个更深入的目录?

时间:2013-06-27 14:24:38

标签: cmd windows-xp

我有一个我想在此目录中运行的文件:

C:\ruby\App\bin\cucumber

我有一个文件,我想在这个目录中传递它:

C:\ruby\App\features\creating_projects.feature

当我明确cd/bin并运行文件时,一切正常:

C:\ruby\App>cd bin
C:\ruby\App\bin>cucumber ..\features\creating_projects.feature

但我希望能够在我的应用程序的根目录中运行它。但这不起作用。它说,"bin\cucumber" is not a program, command of file

C:\ruby\App>bin\cucumber features\creating_projects.feature
# error

如何以这种方式运行文件?

2 个答案:

答案 0 :(得分:1)

你试过了吗?

C:\ruby\App>.\bin\cucumber ..\features\creating_projects.feature

答案 1 :(得分:1)

我不确定,但也许你应该添加文件扩展名

  

C:\红宝石\应用> BIN \黄瓜???。特征\ creating_projects.feature