Journal    Friends    Archive    User Info    memories
 

Сон разума или сок мозга - Добавить комментарий


[info]barns
5 Фев, 2014 20:24

@echo off

SET vdrive=[буква сетевого диска]
SET ndrive=\\[имя сервера или IP адрес]\[имя сетевой папки]

IF exist %ndrive% (
SUBST %vdrive% %ndrive%
echo Virtual drive "%vdrive%" created successfully!
) ELSE (
echo "%ndrive%" does not exists
)

rem pause

Read Comments

Reply

From:
(will be screened)
Username:
Password:
Subject:
No HTML allowed in subject
  
Message:

Notice! This user has turned on the option that logs your IP address when posting.