Remove attachments from PDF files from command line on Windows [closed] - windows

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
anyone know of a utility or script that can remove files attached within a PDF file? I am using pdftk to get the attached files using the unpack_files option, however there is not a way to remove those files from the PDF on this software, which is what I really need to happen. Any suggestions are appreciated.

Found a utility called Coherent PDF which will do this in case someone else is needing this.

Related

Sort files and folders in the same way in Windows Explorer - sorted by names [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I just want to see files and folders (sorted/grouped by their name) in a list that does NOT separate files and folders.
I also don't want to order by date modified like here.
I already tried several solutions. But unfortunaletly non worked. And I don't want to use grouped by that splits it up into A-G... and so on.
xplorer² was able to solve this issue. Anyway I'm still interested in doing this in the Windows explorer without any external tools.
Just wrote a German Tutorial about this and xplorer². It should be easy to understand also for non-Germans. ;)

How configure windows to execute .bat file automatically [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
All my .bat files are opening automatically in notepad. Anyone know what kind of file I need to associate it? I tried to associate to "Windows command processor", but it only opened the "command-prompt", and didn't execute it.
Try removing the .bat file association in the registry. See this link for more details.
You should just be able to remove the "UserChoice" sub-folder.

I want to stop a program in my computer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
This file has been generated by some program in my TEMP folder. How can I know which program has created this file. I want to stop this program to run in my computer, but I can not find it out.
FXSAPIDebugLogFile
Thank you
This file is related to MS program.
you can read how to clean the file and more about the issues here here and here
Some of them are pretty old, since 2007, but are still relevant.
Also next time it could help if you state which windows you have ? XP/Vista/Win7

how to copy all extensions bash script [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
So this is probably really easy but I'm new to bash scripts.
I wanted to copy all html files from the directory "/site" to the directory "/checkout/target/site"
I wrote single line of copy code for every one of them but the names keep changing, so I want to write something that copies anything that ends with .html basically
oh and the files might exist in the destination, so overwriting would be a lot better.
Thank you
If it is just in the directory /site (not sub-dirs), this makes it:
cp /site/*html /checkout/target/site/

Find out what file does a program attempt to read [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I've got third party Winamp plug-in in windows, that should be able to load its datafile.
The datafile is located in same folder as the plug-in, but can not be found. My idea is that plug-in searches in some pre-defined path. So I need somehow to find out what file read attempt is done to place file in the appropriate place.
Best way to do this is to use Process Monitor from Sysinternals suite (http://technet.microsoft.com/sysinternals/bb896645)
Set up filters to watch only the examined program and look for 'CreateFile' operations, which are also read attempts.

Resources