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
news:0668e797-fc58-45f4-85b9-215ec019e186@a70g2000hsh.googlegroups.com...
> On 18 Mar, 11:30, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote: My understanding of the purpose of newsgroups is that they >> "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 >> > folder source: c:\test (in the folder there are many files and >> > folder destination: ...\"user profile"\Applications data >> > this copy run for default user, administrator and all users but don't >> > can you help me???? >> A good starting point would be to post your script and tell > i haven't a script.... 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: c) Download appropriate help files, e.g. the Scripting Guy file To learn VB Script takes time and effort - we all had to do it! - 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.
| ||||||||||||||