Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion problem with vbscript
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
 
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...

> On 18 Mar, 11:30, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:
>> "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.

> i haven't a script....

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.


    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.

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