Search found 2 matches
- 09 Jan 2017 09:38
- Forum: DOS Batch Forum
- Topic: batch file not working totally correct.
- Replies: 2
- Views: 3647
Re: batch file not working totally correct.
When your batch is launched from another process (the PDF software in this case), the active directory it runs from will be whichever one the launching process was using. You will either need to use an absolute path to your image, or have the batch explicitly change to a known directory. In that ca...
- 09 Jan 2017 07:28
- Forum: DOS Batch Forum
- Topic: batch file not working totally correct.
- Replies: 2
- Views: 3647
batch file not working totally correct.
I have created a batch file linked to a pdf file. The aim is that when you click the link on the pdf it will open the batch file which in turn will open a 360 image software which will then open the image itself. If i write the batch file like this "path to software" "path to image&qu...