Launcher Local area network folders
All my Pc's have the same structure and disks. Many times I need to open the same folder in all my terminals
By example :
Y:\data
each pc have the serve name
jose-a04555092a is Mozart
pm-7fbff7a4e2ac is Asus
acer-a04555092b is Acer or the portatil
The portatil is not always connect to the LAN
\\jose-a04555092a\y\data
\\pm-7fbff7a4e2ac\y\data
\\acer-a04555092b\y\data
I would like a script to control my terminals and introducing the initial path obtain in explorer way the corresponding folders opened
In my case are three
Data Input : y:\data (or any folder)
Data output :
\\jose-a04555092a\y\data
\\pm-7fbff7a4e2ac\y\data
\\acer-a04555092b\y\data
Three folders opened
Best Regards