首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > winalias

winalias

  • 资源大小:66.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

A command line alias utility for Windows implemented purely by Windows batch script. Usage: alias [alias_name] [your_command_with_options_and_arguments] Here is some examples: * alias go cd /d [Your_Project_Directory] defined a go.bat under C:mybin(which is created and put into PATH by the installer) which change directory to your project directory * alias inst mvn clean install -Dmaven.test.skip defined a inst.bat which build and install your Maven project without compiling and running tests * alias run "go && inst && mvn jetty:run" go to your project directory, package it and then launch Jetty * alias /v inst print out the content of inst.bat * alias /d inst delete the predefined inst.bat * alias /l list all batch files under C:mybin The purpose of this Windows alias utility is to speed up your daily opera
VIP VIP
0.172668s