Search found 2 matches
- 18 Sep 2007 08:52
- Forum: DOS Batch Forum
- Topic: How can i copy files with multiple extensions ?
- Replies: 1
- Views: 7210
How can i copy files with multiple extensions ?
Hallo all, I have a third party software that creates file with multiple extensions, like XXXXXXXX.YYY.PDF, in the directory "mydirectory"; when i try to copy these file from "mydirectory" to another directory i obtain an error like "incorrect function". Any idea ? Than...
- 17 Sep 2007 02:49
- Forum: DOS Batch Forum
- Topic: Help needed with string manipulation - PAOLO - Italy
- Replies: 2
- Views: 8968
Help needed with string manipulation - PAOLO - Italy
Parameter %1 is provided by doubleclicking on a file name in the directory C:\ESITOCHK an can be in the form: "C:\ESITOCHK\xxxxxxxx.Nyy.PDF.P7M" or "C:\ESITOCHK\xxxxxxxx.Xyy.P7M I must create an output file (by program sbusta.bat) with the same name but without the P7M extension and: ...