You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM To generalize the username so that the script works for any user, you can use the variable $env:USERPROFILE, which points to the current user's profile directory.
2
+
3
+
REM In this example you will go inside the “Documents” folder of the currently logged in user.
4
+
5
+
REM To change it change the end part of the command.
To generalize the username so that the script works for any user, you can use the variable $env:USERPROFILE, which points to the current user's profile directory.
3
+
In this example you will go inside the “Documents” folder of the currently logged in user.
4
+
END_REM
5
+
6
+
REM Change this variable to access the subfolder or subpath you want to reach, for example Documents/private/etc...
0 commit comments