码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2014-11-04 12:46:22      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   使用   for   sp   div   log   bs   

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

标签:blog   http   ar   使用   for   sp   div   log   bs   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!