command prompt:
This command creates a x:\ path as an image of the myVeryVeryLongPath:
subst x: C:\myVeryVeryLongPath
This command deletes the x:\ image (not the myVeryVeryLongPath):
subst x: /d
This command creates a x:\ path as an image of the myVeryVeryLongPath:
subst x: C:\myVeryVeryLongPath
This command deletes the x:\ image (not the myVeryVeryLongPath):
subst x: /d
No comments:
Post a Comment