VB6 IDE(编译器)的命令行选项是什么 [英] What are the Command Line options for the VB6 IDE (Compiler)

查看:21
本文介绍了VB6 IDE(编译器)的命令行选项是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在做批量编译,需要指定输出目录.

I'm doing batch compiling and need to specify the output directory.

推荐答案

/run

/runexit - 编译然后运行它.当项目返回到设计模式时退出 VB IDE.

/runexit - Compile and then run it. Exit VB IDE when project returns to design mode.

/make 或/m projectname - 使用 proj 文件中的现有设置编译 make exe

/make or /m projectname - compiles an makes exe using the existing settings in proj file

/输出文件名

/outdir path 指定使用/make 时放置所有输出文件的目录路径

/outdir path Specifies a directory path to place all output files in when using /make

/d

/cmd

/mdi 或/sdi

  • 和其他几个.

运行 vb6.exe/?了解更多信息.

Run vb6.exe /? for more information.

这篇关于VB6 IDE(编译器)的命令行选项是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆