Consulting

Results 1 to 4 of 4

Thread: Solved: batch file in dos

  1. #1
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location

    Solved: batch file in dos

    hi,
    new to creating batch files.

    i need a batch file in xp to copy a file from 1 drive to another.
    from
    f (drive) dispacher kfm (folder) case adjustment.xls(file)
    to
    c (drive) dispatcher business continity files (folder).

    and over write the file in c drive.

    or is there any other way.

    please help

    thanks

  2. #2
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location
    thanks

    found a way.

  3. #3
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi,
    Would you mind posting your solution for other questioners who find their way here?
    Regards
    MD
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  4. #4
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location
    hi,

    here it is...

    copy "F:\Dispatcher KFM\Case adjustment.xls" "C:\Dispatcher Business Continuity files\" /v


    thats it..

Posting Permissions

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