- @echo off
- set hh=%time:~-11,2%
- set /a hh=%hh%+100
- set hh=%hh:~1%
- set dateseed=%date:~10,4%%date:~4,2%%date:~7,2%_%hh%
- %time:~3,2%%time:~6,2%
- if not exist "\\140.175.165.10\Sharing\Databasebackup\
- %dateseed%" mkdir "\\140.175.165.10\Sharing
- \Databasebackup\%dateseed%"
- copy D:\HELLO "\\140.175.165.10\Sharing\Databasebackup\
- %dateseed%"
Monday, 12 December 2016
DOS Command (CMS) Create Folder Current Datetime and Move Files Shared Folder
Subscribe to:
Post Comments (Atom)
Upload valid file in C#
protected bool CheckFileExtandLength(HttpPostedFile HtmlDocFile) { try { Dictionary<string, byte[]...
-
Setting Header Programatically You can also set the cache headers programmatically. This can be useful for generated content and allows m...
-
CREATE TABLE dbo.M_Bank ( ID INT IDENTITY NOT NULL, MB_NAME NVARCHAR (50), MB_SNAME NVARCHAR (20), MB_ADDUSER ...
-
SELECT distinct(volume_mount_point), total_bytes/1048576 as Size_in_MB, total_bytes/1048576/1024 as Size_in_GB, available_bytes/1048576 ...
No comments:
Post a Comment