BAT file to open CMD in current directory

前端 未结 17 1949
清酒与你
清酒与你 2020-12-22 18:09

I have many scripts which I interact with from the command line. Everytime I need to use them, I have to open a command line window and copy+paste and CD to the path to the

17条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 18:27

    You can simply create a bat file in any convenient place and drop any file from the desired directory onto it. Haha. Code for this:

    cmd
    

提交回复
热议问题