Search found 30 matches
- 19 Jul 2012 00:16
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
yes, the whole issue has to do with my rights. As soon as i have enough right, I hope the problem is solved
- 18 Jul 2012 13:27
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
His powershell is not valid either because it has a space between two ll's You are right, i will ask administrator to change that Why would you need your admin to change it. You already said you added C:\Program Files\jpdfbookmarks to your path. Because Im working on another pc which i dont have th...
- 18 Jul 2012 12:55
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
foxidrive wrote:
His powershell is not valid either because it has a space between two ll's
You are right, i will ask administrator to change that
- 18 Jul 2012 12:51
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
Im not lying, why should i do that? Let me explain: I told you I added PATH S:\Production\Temp\Applications\jpdfbookmarks Normally this will indeed disable all of the original path variable, but after that i did an Echo %Path%, it it still showed the default path. That's why i told you my path is st...
- 18 Jul 2012 12:27
- Forum: DOS Batch Forum
- Topic: Loop throught pdf to create multiple merged pdf
- Replies: 4
- Views: 4202
Re: Loop throught pdf to create multiple merged pdf
No that's not the case, the other threads are different. Maybe i can just start new tread, because im alos a little bit lost....im trying to explain what i what but its difficult. I will start new threat explain current code and adjusted requirement And there lies the root of the problem. Your init...
- 18 Jul 2012 12:24
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
fighting? im not fighting anybody. Im trying to explain that my path is still fine path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShel l\v1.0\;C:\Program Files\jpdfbookmarks; Its has to due with my rights on my environment is was working on. If you want ...
- 18 Jul 2012 12:19
- Forum: DOS Batch Forum
- Topic: Create bookmark list automatically
- Replies: 13
- Views: 9421
Re: Create bookmark list automatically
i thought will start simple and built the batch file from their, but getting complicated
So i will start new treads , will current code and more explanation of new adjustment.
So i will start new treads , will current code and more explanation of new adjustment.
- 18 Jul 2012 12:18
- Forum: DOS Batch Forum
- Topic: Loop throught pdf to create multiple merged pdf
- Replies: 4
- Views: 4202
Re: Loop throught pdf to create multiple merged pdf
No that's not the case, the other threads are different.
Maybe i can just start new tread, because im alos a little bit lost....im trying to explain what i what but its difficult.
I will start new threat explain current code and adjusted requirement
Maybe i can just start new tread, because im alos a little bit lost....im trying to explain what i what but its difficult.
I will start new threat explain current code and adjusted requirement
- 18 Jul 2012 11:01
- Forum: DOS Batch Forum
- Topic: Create bookmark list automatically
- Replies: 13
- Views: 9421
Re: Create bookmark list automatically
how can i change that VBS so its counting pdf in different folder?
- 18 Jul 2012 10:55
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
My pATH is still fine, its has to do with the security. Its not allowed to run java what is used by jpdfbookmarks.
- 18 Jul 2012 06:48
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
Re: batch file doesnt work anymore
i just added
And i saw when using command PATH that path is fine
so i think is a right issue.
Code: Select all
PATH S:\Production\Temp\Applications\jpdfbookmarks
And i saw when using command PATH that path is fine
so i think is a right issue.
- 18 Jul 2012 00:31
- Forum: DOS Batch Forum
- Topic: batch file doesnt work anymore
- Replies: 17
- Views: 12878
batch file doesnt work anymore
the same batch file i use in http://www.dostips.com/forum/viewtopic.php?f=3&t=3534 does not work anymore. In the beginning i was just running the batch file on my PC, and i added the to applications path to my environment variables PATH. Now i try to run the same batch on a shared folder, and i ...
- 16 Jul 2012 12:55
- Forum: DOS Batch Forum
- Topic: Automatically merge pdf based on file existence
- Replies: 26
- Views: 37512
Re: Automatically merge pdf based on file existence
wow, this looks really great. This will save me a lot of code. But first check if its working. I know trying to figure how to use in a batch file..... I still think i need to create the <cmd_file_name> right? how can i do that can you help me out? See also my last post. im wondering if that is possi...
- 16 Jul 2012 12:36
- Forum: DOS Batch Forum
- Topic: Loop throught pdf to create multiple merged pdf
- Replies: 4
- Views: 4202
Loop throught pdf to create multiple merged pdf
In my previous post we succeeded in creating one merged pdf with bookmarks. But now its need to be done for more. (probably we can loop it all) I have have three pdf's Report 1.pdf with bookmarks AA BB CC Report 2.pdf with bookmarks AA SALES UK SALES VS BB SALES UK SALES VS CC SALES UK SALES VS Repo...
- 16 Jul 2012 12:28
- Forum: DOS Batch Forum
- Topic: Create bookmark list automatically
- Replies: 13
- Views: 9421
Re: Create bookmark list automatically
great i will look into it.