首页 > Windows开发 > 详细

Windows 7 Path环境变量255限制的解决办法,SUBST

时间:2014-11-04 12:45:01      阅读:554      评论:0      收藏:0      [点我收藏+]
C:\Users\xxx>subst /?
Associates a path with a drive letter.

SUBST [drive1: [drive2:]path]
SUBST drive1: /D

  drive1:        Specifies a virtual drive to which you want to assign a path.
  [drive2:]path  Specifies a physical drive and path you want to assign to
                 a virtual drive.
  /D             Deletes a substituted (virtual) drive.

Type SUBST with no parameters to display a list of current virtual drives.

C:\Users\xxx>subst L: /d

C:\Users\xxx>subst L: D:\DevPrograms\LuaForWindow5.1_win32

SUBST将一个路径映射为一个虚拟盘符,path使用短路径。  

 

PS:

Lua网址:
官网:http://www.lua.org/
http://code.google.com/p/luaforwindows/
下载:
http://luabinaries.sourceforge.net/download.html

Windows 7 Path环境变量255限制的解决办法,SUBST

原文:http://www.cnblogs.com/wucg/p/4073283.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!