Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

make shortcut folder in windows

//in cmd
//LINK FOLDER will be created automatically

mklink /J "LINK FOLDER" "ORIGINAL FOLDER"

//ex
mklink /J "C:wampLinkFolderName" "C:Users
ameDocumentsOriginalFolder"
Comment

shortcut to create a new folder in windows 10

Ctrl+Shift and N 
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall all nuget packages 
Shell :: commit in git 
Shell :: dump database docker 
Shell :: migrate has no installation candidate 
Shell :: list remote branches git 
Shell :: install choclatey 
Shell :: nodemon use 
Shell :: pip install pathlib 
Shell :: adb screenrecord 
Shell :: install flask 
Shell :: qemu convert qcow2 to vmdk 
Shell :: leiningen install windows 
Shell :: python pytorch 
Shell :: choco chrome install 
Shell :: bash single vs double quotes 
Shell :: bash print output to one line 
Shell :: how to run a sh file in terminal 
Shell :: pip upgrade package 
Shell :: yarn install raspberry pi 
Shell :: bash check if string starts with substring 
Shell :: localhost ssl 
Shell :: rsync only updated files 
Shell :: how to read from keyboard in bash and store in a variable 
Shell :: codeigniter 4 migrate 
Shell :: how to create a shortcut to a folder on linux 
Shell :: no matching manifest for linux/arm64/v8 in the manifest list entries 
Shell :: debian without gui 
Shell :: pgadmin4 on docker 
Shell :: reload .bashrc 
Shell :: arch linxu 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =