Search found 6 matches

by hoangpuon1983
08 Feb 2018 00:19
Forum: DOS Batch Forum
Topic: HELP ME DELETE FOR FORDER
Replies: 0
Views: 14130

HELP ME DELETE FOR FORDER

I have a foler backup. (vd: Forder is BACKUP) Then in forder BACKUP will a lot of forder day vd: 01 - 01 - 2018 02-01-2018 03-01-2018 How do i want del before 1 day after 1 day i working ? I search on internet : set deletepath="C:\Users\Administrator\Desktop\1" set days=1 set extension=* forfiles -p...
by hoangpuon1983
22 Jan 2018 01:37
Forum: DOS Batch Forum
Topic: HELP ME WITH BATCH THIS
Replies: 6
Views: 6650

Re: HELP ME WITH BATCH THIS

Thank you very much. Thank you everyone help me. But it not run. The first, A folder contains files : Source : C:\Users\Administrator\Desktop\1 Dest : C:\Users\Administrator\Desktop\2 Name Date modified 18a 18/01/2018 18b 18/01/2018 21 21/01/2018 21b 21/01/2018 21c 21/01/2018 Today is 22/01/2018 I h...
by hoangpuon1983
18 Jan 2018 22:59
Forum: DOS Batch Forum
Topic: HOW TO FILE BACKUP BY BATCH SCRIPT
Replies: 1
Views: 2591

HOW TO FILE BACKUP BY BATCH SCRIPT

you know batch script backup file. But batch script: copy and compress file old after 1 day.


Help me. Thanks
by hoangpuon1983
18 Jan 2018 01:34
Forum: DOS Batch Forum
Topic: HELP ME WITH BATCH THIS
Replies: 6
Views: 6650

Re: HELP ME WITH BATCH THIS

I want to write batch backup . The first https://1drv.ms/i/s!AjzBM7hI31g6iSkVn4D4sZZelRjD I want to backup file with date yesterday by zip. But it's compressed files all fill . It isn't backup with yesterday . I just want in file zip only file of day 17/01/2018 This video : https://youtu.be/abmfTmWL...
by hoangpuon1983
18 Jan 2018 01:21
Forum: DOS Batch Forum
Topic: HELP ME WITH BATCH THIS
Replies: 6
Views: 6650

Re: HELP ME WITH BATCH THIS

Can you help me ?

Link :
https://youtu.be/abmfTmWLF0c
by hoangpuon1983
17 Jan 2018 23:31
Forum: DOS Batch Forum
Topic: HELP ME WITH BATCH THIS
Replies: 6
Views: 6650

HELP ME WITH BATCH THIS

I want to backup file of yesterday. I search on internet. I have a batch but it is not run zip. Please people help me thank you verry much. @echo off cls ::BACKUP SQL for /f "delims=" %%a in ('wmic OS Get localdatetime ^| find "."') do set dt=%%a set YYYY=%dt:~0,4% set MM=%dt:~4,2% set DD=%dt:~6,2% ...