Añadido network_drives

This commit is contained in:
2023-10-28 13:39:20 +02:00
parent 7c7bca5667
commit 5b0f9f0c5f
+5
View File
@@ -0,0 +1,5 @@
net use D: \\192.168.1.2\downloads /PERSISTENT:YES /USER:Sergio
net use H: \\192.168.1.2\home /PERSISTENT:YES /USER:Sergio
net use M: \\192.168.1.2\music /PERSISTENT:YES /USER:Sergio
net use R: \\192.168.1.2\roms /PERSISTENT:YES /USER:Sergio
net use V: \\192.168.1.2\video /PERSISTENT:YES /USER:Sergio