PDA

View Full Version : bat file and spaces in folders


Nicholas Hall
May 2nd 04, 01:48 PM
I have created a bat that uses xcopy to backup files from my document. One
thing though is I can not work out what I need to add to the bat file so I
can copy stuff from folders with gaps in the name IE: test site.
Can anyone help me.
A big thank you in advance.

NIK

--
Remove nospam for personal reply if responding via newsgroup.

David Candy
May 2nd 04, 01:48 PM
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

David Candy
May 2nd 04, 01:48 PM
You didn't turn up. Last time I help you.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"David Candy" > wrote in message =
...
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

Zoolook
May 2nd 04, 01:48 PM
>I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.

Two methods...
1. enclose the directory and/or file names in quotes, ie: "test site"
instead of test site
2. use the dos 8.3 naming convention that uses ~ character to signify long
filenames

Method 1 is more compatible and to be honest, easier.
Method 2 will work except that it truncates the long filename to the ~
encoded name you use, ie "test site" would literally be copied as "testsi~1"

> A big thank you in advance.

Glad to be of service

David Candy
May 2nd 04, 01:48 PM
You didn't turn up. Last time I help you.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"David Candy" > wrote in message =
...
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

Zoolook
May 2nd 04, 01:48 PM
>I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.

Two methods...
1. enclose the directory and/or file names in quotes, ie: "test site"
instead of test site
2. use the dos 8.3 naming convention that uses ~ character to signify long
filenames

Method 1 is more compatible and to be honest, easier.
Method 2 will work except that it truncates the long filename to the ~
encoded name you use, ie "test site" would literally be copied as "testsi~1"

> A big thank you in advance.

Glad to be of service

Ramesh [MVP]
May 2nd 04, 01:48 PM
Foster's: Australian for Beer ;)

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

Ramesh [MVP]
May 2nd 04, 01:48 PM
Foster's: Australian for Beer ;)

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

Ramesh [MVP]
May 2nd 04, 01:48 PM
Foster's: Australian for Beer ;)

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
A big thank you isn't enough. If you come to the pub on the corner =
within 10 minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message =
...
> I have created a bat that uses xcopy to backup files from my document. =
One
> thing though is I can not work out what I need to add to the bat file =
so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>=20
> NIK
>=20
> --=20
> Remove nospam for personal reply if responding via newsgroup.
>=20
>

niknik1971
May 2nd 04, 05:47 PM
David as I can not make to your pub could I send you a pint vie email ???

What you said did the trick.

"BIG thanks"

NIK

"David Candy" > wrote in message
...
A big thank you isn't enough. If you come to the pub on the corner within 10
minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message
...
> I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>
> NIK
>
> --
> Remove nospam for personal reply if responding via newsgroup.
>
>

David Candy
May 2nd 04, 05:52 PM
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK
> >
> > --=20
> > Remove nospam for personal reply if responding via newsgroup.
> >
> >
>=20
>

Ramesh [MVP]
May 2nd 04, 05:53 PM
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

David Candy
May 2nd 04, 05:54 PM
I'll let on. If I drink I drink Champagne. Although this last summer I =
had a few bottles of various bitters or ice filtered beer (whatever the =
hell this new invention is) for the first time in a few years cause I =
wanted to know what all these new beers were like.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Ramesh [MVP]" > wrote in message =
...
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

niknik1971
May 2nd 04, 05:57 PM
David as I can not make to your pub could I send you a pint vie email ???

What you said did the trick.

"BIG thanks"

NIK

"David Candy" > wrote in message
...
A big thank you isn't enough. If you come to the pub on the corner within 10
minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message
...
> I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>
> NIK
>
> --
> Remove nospam for personal reply if responding via newsgroup.
>
>

niknik1971
May 2nd 04, 05:57 PM
David as I can not make to your pub could I send you a pint vie email ???

What you said did the trick.

"BIG thanks"

NIK

"David Candy" > wrote in message
...
A big thank you isn't enough. If you come to the pub on the corner within 10
minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message
...
> I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>
> NIK
>
> --
> Remove nospam for personal reply if responding via newsgroup.
>
>

David Candy
May 2nd 04, 06:00 PM
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK
> >
> > --=20
> > Remove nospam for personal reply if responding via newsgroup.
> >
> >
>=20
>

David Candy
May 2nd 04, 06:00 PM
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK
> >
> > --=20
> > Remove nospam for personal reply if responding via newsgroup.
> >
> >
>=20
>

Ramesh [MVP]
May 2nd 04, 06:00 PM
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

Ramesh [MVP]
May 2nd 04, 06:00 PM
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

David Candy
May 2nd 04, 06:00 PM
I'll let on. If I drink I drink Champagne. Although this last summer I =
had a few bottles of various bitters or ice filtered beer (whatever the =
hell this new invention is) for the first time in a few years cause I =
wanted to know what all these new beers were like.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Ramesh [MVP]" > wrote in message =
...
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

David Candy
May 2nd 04, 06:00 PM
I'll let on. If I drink I drink Champagne. Although this last summer I =
had a few bottles of various bitters or ice filtered beer (whatever the =
hell this new invention is) for the first time in a few years cause I =
wanted to know what all these new beers were like.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Ramesh [MVP]" > wrote in message =
...
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

niknik1971
May 2nd 04, 08:46 PM
David as I can not make to your pub could I send you a pint vie email ???

What you said did the trick.

"BIG thanks"

NIK

"David Candy" > wrote in message
...
A big thank you isn't enough. If you come to the pub on the corner within 10
minutes and buy me 2 beers I'll tell you now, Deal?

"c:\my folder"

with the inverted commas.
--
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Nicholas Hall" > wrote in message
...
> I have created a bat that uses xcopy to backup files from my document. One
> thing though is I can not work out what I need to add to the bat file so I
> can copy stuff from folders with gaps in the name IE: test site.
> Can anyone help me.
> A big thank you in advance.
>
> NIK
>
> --
> Remove nospam for personal reply if responding via newsgroup.
>
>

David Candy
May 2nd 04, 08:49 PM
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK
> >
> > --=20
> > Remove nospam for personal reply if responding via newsgroup.
> >
> >
>=20
>

Ramesh [MVP]
May 2nd 04, 08:50 PM
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

David Candy
May 2nd 04, 08:50 PM
I'll let on. If I drink I drink Champagne. Although this last summer I =
had a few bottles of various bitters or ice filtered beer (whatever the =
hell this new invention is) for the first time in a few years cause I =
wanted to know what all these new beers were like.

--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"Ramesh [MVP]" > wrote in message =
...
Mine is last, but 1 in "Entries from 2004"
http://www.homebrewandbeer.com/beeroftheyear.html#2003
Bottle: around Rs.100 (arnd USD 2) in India.

--=20
Ramesh - Microsoft MVP
Windows XP Shell
http://www.mvps.org/sramesh2k
---------------------------------------
What You Should Know About the Sasser Worm and It Variants:=20
http://www.microsoft.com/security/incident/sasser.asp
---------------------------------------


"David Candy" > wrote in message =
...
As long as it's not fosters. That's another state's beer and now is for =
foreigners only.

We drink Tooheys round here. Up north they drink XXXX cos none of em can =
read. Down south they used to drink Fosters till it went international. =
Now they drink it's stablemate Victoria Bitter.
--=20
----------------------------------------------------------
And the band played ....
http://www.livejournal.com/users/aldon/74121.html
"niknik1971" > wrote in message =
...
> David as I can not make to your pub could I send you a pint vie email =
???
>=20
> What you said did the trick.
>=20
> "BIG thanks"
>=20
> NIK
>=20
> "David Candy" > wrote in message
> ...
> A big thank you isn't enough. If you come to the pub on the corner =
within 10
> minutes and buy me 2 beers I'll tell you now, Deal?
>=20
> "c:\my folder"
>=20
> with the inverted commas.
> --=20
> ----------------------------------------------------------
> And the band played ....
> http://www.livejournal.com/users/aldon/74121.html
> "Nicholas Hall" > wrote in message
> ...
> > I have created a bat that uses xcopy to backup files from my =
document. One
> > thing though is I can not work out what I need to add to the bat =
file so I
> > can copy stuff from folders with gaps in the name IE: test site.
> > Can anyone help me.
> > A big thank you in advance.
> >
> > NIK

Google