+ Reply to Thread
Results 1 to 5 of 5

Backing up folder

  1. #1
    dan
    Guest

    Backing up folder

    I want to backup folder "C:\Documents and Settings\dan\Price" as
    "C:\MyBackup\PriceMMDDYY"
    Could you help me script a Macro to do this.
    Thanks





  2. #2
    Muhammed Rafeek M
    Guest

    RE: Backing up folder

    You can use this macro:

    Dim str As String
    str = "C:\Mybackup\Price" & Format(Date, "mmddyy")
    MkDir (str)


    "dan" wrote:

    > I want to backup folder "C:\Documents and Settings\dan\Price" as
    > "C:\MyBackup\PriceMMDDYY"
    > Could you help me script a Macro to do this.
    > Thanks
    >
    >
    >
    >
    >


  3. #3
    dan
    Guest

    Re: Backing up folder

    Thank you, Muhammed
    I meant to backup folder "C:\Documents and Settings\dan\Price" with
    all its contents as PriceMMDDYY in "C:\MyBackup\".
    Any idea?

    "Muhammed Rafeek M" <[email protected]> wrote in
    message news:[email protected]...
    > You can use this macro:
    >
    > Dim str As String
    > str = "C:\Mybackup\Price" & Format(Date, "mmddyy")
    > MkDir (str)
    >
    >
    > "dan" wrote:
    >
    > > I want to backup folder "C:\Documents and Settings\dan\Price" as
    > > "C:\MyBackup\PriceMMDDYY"
    > > Could you help me script a Macro to do this.
    > > Thanks
    > >
    > >
    > >
    > >
    > >




  4. #4
    Ron de Bruin
    Guest

    Re: Backing up folder

    Hi Dan

    Try this
    http://www.rondebruin.nl/folder.htm


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "dan" <[email protected]> wrote in message news:MRPvg.2837$Pi.1728@trndny08...
    > Thank you, Muhammed
    > I meant to backup folder "C:\Documents and Settings\dan\Price" with
    > all its contents as PriceMMDDYY in "C:\MyBackup\".
    > Any idea?
    >
    > "Muhammed Rafeek M" <[email protected]> wrote in
    > message news:[email protected]...
    >> You can use this macro:
    >>
    >> Dim str As String
    >> str = "C:\Mybackup\Price" & Format(Date, "mmddyy")
    >> MkDir (str)
    >>
    >>
    >> "dan" wrote:
    >>
    >> > I want to backup folder "C:\Documents and Settings\dan\Price" as
    >> > "C:\MyBackup\PriceMMDDYY"
    >> > Could you help me script a Macro to do this.
    >> > Thanks
    >> >
    >> >
    >> >
    >> >
    >> >

    >
    >




  5. #5
    dan
    Guest

    Re: Backing up folder

    Hi Ron
    This is great help. I will use the site more often.
    Thank you very much
    Best wishes


    "Ron de Bruin" <[email protected]> wrote in message
    news:#[email protected]...
    > Hi Dan
    >
    > Try this
    > http://www.rondebruin.nl/folder.htm
    >
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    >
    > "dan" <[email protected]> wrote in message

    news:MRPvg.2837$Pi.1728@trndny08...
    > > Thank you, Muhammed
    > > I meant to backup folder "C:\Documents and Settings\dan\Price" with
    > > all its contents as PriceMMDDYY in "C:\MyBackup\".
    > > Any idea?
    > >
    > > "Muhammed Rafeek M" <[email protected]> wrote in
    > > message news:[email protected]...
    > >> You can use this macro:
    > >>
    > >> Dim str As String
    > >> str = "C:\Mybackup\Price" & Format(Date, "mmddyy")
    > >> MkDir (str)
    > >>
    > >>
    > >> "dan" wrote:
    > >>
    > >> > I want to backup folder "C:\Documents and Settings\dan\Price" as
    > >> > "C:\MyBackup\PriceMMDDYY"
    > >> > Could you help me script a Macro to do this.
    > >> > Thanks
    > >> >
    > >> >
    > >> >
    > >> >
    > >> >

    > >
    > >

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1