Jump to content
xisto Community

malssllp

Members
  • Content Count

    1
  • Joined

  • Last visited

  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 /yI've also tried: xcopy /d .\"filename.xml" "C:\Program Files\Vendor Name\Application Name\filename.xml" /s /yHowever, if I put: xcopy /d "networkfileshare\folder\filename.xml" "C:\Program Files\Vendor Name\Application Name" /s /ythings 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.