ramp_up_install #16
Replies: 1 comment 1 reply
-
之前博客上的相关文章,搬到这里: 在文件夹下直接创建新的 VI在 Windows Explore 中,鼠标右键点击某一文件夹的空白处,弹出的菜单中有“新建”一项。通过修改 Windows 的注册表,可以给这个新建列表添加一项,从而直接在文件夹下创建一个新的 VI。如图1所示。 下载 Create New VI.zip 文件,然后解压缩。运行里面的 Create Empty VI.reg,把它里面的内容导入到注册表。然后就会发现多出图1所示的新建 VI 的项目了。 让 Windows 多一个新建项目,只要在注册表里添加上相关内容就行了。Create Empty VI.reg 文件中的 Data 数据其实就是新建出来的文件的内容。在这个例子中,他是一个空白的 LabVIEW 8.0 的 VI。我们可以改变 reg 文件中的数据,使得产生出来的 VI 有所不同。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
安装
https://lv.qizhen.xyz/ramp_up_install
Beta Was this translation helpful? Give feedback.
All reactions