- @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[]>...
-
CREATE TAblE #temp ( T_Name VARCHAR(50), T_Times BIGINT ) INSERT INTO #temp(T_Name,T_Times) VALUES ('ASHISH',4) IN...
-
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 ...
No comments:
Post a Comment