Home / Microsoft / Microsoft DOS / shedule time for copy/transfer folders job
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 [2]  All - (Bottom) Print
Author Topic: shedule time for copy/transfer folders job  (Read 1957 times)
Salmon Trout
Sage



Thanked: 546
Posts: 7,948

Computer: Specs
Experience: Beginner
OS: Unknown

1
« Reply #15 on: July 26, 2010, 02:24:46 PM »

???

We know you are Billrich. All the questionmark smileys in the world won't change that.
IP logged


Proud to be European
marylane
Rookie



Thanked: 1
Posts: 26

USA

« Reply #16 on: July 26, 2010, 02:34:43 PM »

 ???
IP logged

USA
Helpmeh
Egghead



Thanked: 117
Posts: 3,608

Experience: Experienced
OS: Windows XP


Roar.

1
« Reply #17 on: July 26, 2010, 05:00:20 PM »

???
???
We know you are Billrich. All the questionmark smileys in the world won't change that.


Bill, you are such an obvious troll, but what still makes me stay awake at night is why you keep coming back. You are like the stupid cat which came back the next day.
Quote from: Comment on Video - NuggetVu
I remember this from my childhood. That cat is kind of a *censored*
IP logged

Where's MagicSpeed?
Quote from: 'matt'
He's playing a game called IRL. Great graphics, *censored* gameplay.
marylane
Rookie



Thanked: 1
Posts: 26

USA

« Reply #18 on: July 27, 2010, 06:07:47 AM »

I got this code to create data folder but somehow it doesn't work perfectly

Code: [Select]
@echo off
SET date="%date:~6,4%-%date:~0,2%-%date:~2,2%"

md D:\2\%date%
xcopy /e C:\1\*.* D:\2\%date%
@pause

the folder created is D:\2\2010-07-\2

my system date format is
07/25/2010 Sun 15:22:52.92


I'm sorry the thread got off topic.
IP logged

USA
Salmon Trout
Sage



Thanked: 546
Posts: 7,948

Computer: Specs
Experience: Beginner
OS: Unknown

1
« Reply #19 on: July 27, 2010, 10:36:39 AM »

I'm sorry the thread got off topic.


So *censored* out, banned troll.
IP logged


Proud to be European
marylane
Rookie



Thanked: 1
Posts: 26

USA

« Reply #20 on: July 27, 2010, 11:39:17 AM »

Only_lonely,

You have come to right board  for help.

The regular members are kind and professional.

The regular members never insult those asking for help.

You problem will be solved shortly if the problem is not already solved:

Do not use batch commands as a personal variable.

Good Luck and have a great day.
IP logged

USA
Salmon Trout
Sage



Thanked: 546
Posts: 7,948

Computer: Specs
Experience: Beginner
OS: Unknown

1
« Reply #21 on: July 27, 2010, 12:39:45 PM »

The regular members never insult those asking for help.

But they are perfectly happy with baiting a banned troll.

IP logged


Proud to be European
marylane
Rookie



Thanked: 1
Posts: 26

USA

« Reply #22 on: July 27, 2010, 01:23:57 PM »

Only_lonely,

Good Luck and have a great day.

Please post the code that worked for you.
IP logged

USA
only_lonely
Topic Starter
Intermediate



Posts: 215




« Reply #23 on: July 29, 2010, 06:22:10 PM »

i got a working code after googling...i use backup command.
but unfortunately, it cannot copy huge files over network, "insufficient memory" displayed halfway copying....
anyone know why?
my working code...
Code: [Select]
@echo off
:: variables
set drive=D:\2
SET date="%date:~6,4%-%date:~0,2%-%date:~3,2%"

set backupcmd=xcopy /s /c /d /e /h /i /r /k /y

echo ### Backing up your Sites directory...
%backupcmd% "C:\1"  "%drive%\%date%"

echo Backup Complete - Your Backup is located at %drive%
@pause
IP logged
Pages: 1 [2]  All - (Top) Print 
Home / Microsoft / Microsoft DOS / shedule time for copy/transfer folders job « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.104 seconds with 19 queries.