Jump to content
xisto Community

malssllp

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by malssllp


  1. I've used the .\ in the past to copy a file that is in the same folder as my bat file successfully however for some reason this time its not working unless I put in the entire source path. Any suggestions?

    Bat file simply says:

    xcopy /d .\"filename.xml" "C:\Program Files\Vendor Name\Application Name" /s /y
    I've also tried:
    xcopy /d .\"filename.xml" "C:\Program Files\Vendor Name\Application Name\filename.xml" /s /y
    However, if I put:
    xcopy /d "networkfileshare\folder\filename.xml" "C:\Program Files\Vendor Name\Application Name" /s /y
    things work fine however we are moving in a different direction and require things to work from the same folder without the file share.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.