Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: DTS / Execute Process issue

    I am having a similar problem. I have the following .bat file:

    --------------------------------

    --------------------------------

    :SETDIRECTORY

    cd I:\MJCDevelopments\WorkBox_SQLServer

    :COPYTOBUCKET

    copy fileA.xls ..\CompletedJobs_SQLServer /Y

    copy fileB.xls ..\CompletedJobs_SQLServer /Y

    :NOWDELETEFROMDROPBOX

    del fileA.xls

    del fileB.xls

    :END

    --------------------------------

    --------------------------------

    Basically, it moves fileA and fileB from one

    folder to...

Viewing post 1 (of 1 total)