How to make an alias to assist moving files

Joined
Jan 5, 2021
Messages
9
Reaction score
0
I've been playing with the command prompt to move files from one directory to another. I'm finding it wastes a lot of time typing the whole pathway to each directory and I'm curious if there's a way to create an alias to a specific directory?

For example instead of:
move filename C:\Users\a\b\c\d\e...

this:
move filename alias
where alias = C:\Users\a\b\c\d\e...

I made a .bat that can change the command prompt to a specific directory but I don't know how to incorporate this to move a file.

Thanks!
 
Joined
Nov 19, 2013
Messages
6,298
Reaction score
1,273
Seems a little complicated..?
I just mark them and drag, or copy/paste them. them
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top