Google Groups Home
Help | Sign in
problem with vbscript
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
axel  
View profile
 More options Mar 18 2008, 10:05 am
Newsgroups: microsoft.public.scripting.vbscript
From: axel <sempresol...@live.it>
Date: Tue, 18 Mar 2008 03:05:41 -0700 (PDT)
Local: Tues, Mar 18 2008 10:05 am
Subject: problem with vbscript
hi guys

i'm Alex and i have a problem, i want create a VBscript with
copyfolder command for each profile into PC:

folder source: c:\test (in the folder there are many files and
folders)

folder destination: ...\"user profile"\Applications data

this copy run for default user, administrator and all users but don't
work for all profiles first create.

can you help me????


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pegasus (MVP)  
View profile
 More options Mar 18 2008, 10:30 am
Newsgroups: microsoft.public.scripting.vbscript
From: "Pegasus \(MVP\)" <I....@fly.com.oz>
Date: Tue, 18 Mar 2008 11:30:13 +0100
Local: Tues, Mar 18 2008 10:30 am
Subject: Re: problem with vbscript

"axel" <sempresol...@live.it> wrote in message

news:e5f89449-1564-4165-8020-1f98f13a1322@m36g2000hse.googlegroups.com...

> hi guys

> i'm Alex and i have a problem, i want create a VBscript with
> copyfolder command for each profile into PC:

> folder source: c:\test (in the folder there are many files and
> folders)

> folder destination: ...\"user profile"\Applications data

> this copy run for default user, administrator and all users but don't
> work for all profiles first create.

> can you help me????

A good starting point would be to post your script and tell
us what message you see on the screen when the script
does not work.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
axel  
View profile
 More options Mar 18 2008, 1:06 pm
Newsgroups: microsoft.public.scripting.vbscript
From: axel <sempresol...@live.it>
Date: Tue, 18 Mar 2008 06:06:54 -0700 (PDT)
Local: Tues, Mar 18 2008 1:06 pm
Subject: Re: problem with vbscript
On 18 Mar, 11:30, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:

i haven't a script....

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pegasus (MVP)  
View profile
 More options Mar 18 2008, 4:05 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Pegasus \(MVP\)" <I....@fly.com.oz>
Date: Tue, 18 Mar 2008 17:05:10 +0100
Local: Tues, Mar 18 2008 4:05 pm
Subject: Re: problem with vbscript

"axel" <sempresol...@live.it> wrote in message

news:0668e797-fc58-45f4-85b9-215ec019e186@a70g2000hsh.googlegroups.com...

My understanding of the purpose of newsgroups is that they
are a great resource for obtaining help but that they are not
a free "pizza delivery service". In other words, there has to
be some initial effort from the poster. I can see several solutions
to your current problem:
a) Use a humble batch file, e.g. like so:
  @echo off
  cd /d "%UserProfile%\.."
  for /d %%a in (*.*) do xcopy /s /d /c /y /ah "%%a" "d:\Backup\%%a\"

b) Study existing script examples, e.g. this one:
    http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug07/h...

c) Download appropriate help files, e.g. the Scripting Guy file
    (from the above link) or the VB Script help file script56.chm.

To learn VB Script takes time and effort - we all had to do it! -
but it will be a rewarding exercise.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google