Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Поточный бэкап файлов - папок 
Author Message
Вахмурка



PostPosted: Mon Apr 05, 2010 15:12    Post subject: Reply with quote

Батничек с параметрами %P %S
Code:
@echo off
cd /d %1

:New
if not exist %2 goto :EOF
copy %2 _%2.bak

shift
goto New
Проверил - работает. Только для файлов!
_________________
Сайт PowerPro+Total Commander
Скрипты PowerPro для Total Commander
* * *
«Не усматривайте злого умысла в том, что вполне объяснимо глупостью» (Р. Хэнлон)
View user's profile Send private message Send e-mail Visit poster's website


Powered by phpBB © 2001, 2005 phpBB Group