Thursday, March 9, 2017

Creating a short path for a very long path

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



No comments:

Post a Comment

Setting Jupyter and Tensorflow on Google Cloud Platform

https://towardsdatascience.com/running-jupyter-notebook-in-google-cloud-platform-in-15-min-61e16da34d52