How do I drag and drop a file onto a batch script, select just the filename and put it in a prespecified path?

前端 未结 0 1557
执念已碎
执念已碎 2021-02-13 21:46

I have a batch script that I can drop a file onto and it then converts it to a .dat file using a program. This works fine:

Program.exe "%~1" "some\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题