|
34
|
DonationCoder.com Software / Finished Programs / SOLVED: Recursive Search and Replace in Nested Folders
|
on: December 18, 2012, 02:19:34 PM
|
|
Surely such utility programs exist, so I am mostly asking for your suggestions.
In a set of folders are text files. I need to search for UNDERLINE characters, and change each to TAB characters.
Ideally I'd like the operation to be recursive, so that I can use the top containing folder, and all folders within will be drilled into, finding the text files, and changing the UNDERLINE to TAB.
Additionally, the program must allow me to put in TAB. Maybe ASCII 9? Could be an issue.
Thanks much.
Nicholas Kormanik
|
|
|
|
|
41
|
DonationCoder.com Software / Post New Requests Here / Re: Change name of particular file in all occurrences on hard disk
|
on: November 14, 2012, 05:32:58 PM
|
|
2 gb on the system giving issues. SAS installed and works fine on a 1.5 gb and 4 gb system.
1.4 gb free memory.
On JVM.DLLs flying around... That's why I brought up this matter to begin with. Surprisingly there are 79 separate instances of that bugger. Many programs have included it in their installations. Tucked away in their own subdirectories, at least.
Main symptom is when I start the SAS install program, intro window comes up for about 15 seconds, then disappears, without even saying goodbye. (Normal behavior would be to proceed on to next setup screen.)
Digging, what's going on in those 15 seconds, among other things, SAS looks for the appropriate JRE and JVM on the system.
Using a program transfer program (PCMover) I was able to transfer fully installed SAS from one of the working machines to problem machine, thus bypassing install.
Then SAS appears to run fine on problem machine... EXCEPT. When SAS needs to use a java component, error message comes up: "Cannot load Java Virtual Machine."
Your suggested JavaRa looks promising. Thanks.
|
|
|
|
|
43
|
DonationCoder.com Software / Post New Requests Here / Re: Change name of particular file in all occurrences on hard disk
|
on: November 14, 2012, 12:30:18 PM
|
|
Yep, installed and uninstalled Java (v6, as that's what the program requires) many times now. The program (SAS statistics) installs and runs fine on two other computers, and this one as well on a second hard drive using dual-boot.
Just came across what might be a clue:
"JVM may fail if a DLL or some other process has pinned a chunk of memory in such a manner that the JVM cannot reserve the contiguous amount of memory requested."
So, there may be some particular process going on that is putting a fly into the ointment.
I've done a "safe mode" boot several times to create a cleaner environment for installing/loading. But no luck.
|
|
|
|
|
46
|
Special User Sections / N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
|
on: October 28, 2012, 03:53:57 AM
|
|
I'm not going to ask for the following, but it logically seems a next step, just for some future possibility:
In Append, a drop-down menu of, say, the past few files which have been appended to.
Right now, Cliptrap remembers the last file appended to. Which is fantastic.
But if the past five files could be remembered, and offered in a drop-down menu when the Append button is pressed, when user is cruising around doing research, and comes across something to add to the previous file, or four files ago, easy to click on that file in the drop-down menu, and add to that one.
In this way, several sets of research can be easily added to concurrently.
As I say, not asking for this. Just an idea.
As Cliptrap presently stands seems to perfectly meet my needs.
|
|
|
|
|
47
|
Special User Sections / N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
|
on: October 28, 2012, 03:40:38 AM
|
|
Append works great, Skwire. Huge and really useful addition to your Cliptrap program. Thanks very much!
I realized the problem with overwrite.... Must include the extension with the name of the file. Sometimes (not sure exactly when or why) all that's necessary to save a file is just the filename, and, say, .txt, is automatically added. Well, if only filename is given, Cliptrap will overwrite the saved file that includes the extension.
So, when saving a file from Cliptrap, very important to type in the filename + the extension. Then if such file already exists, Cliptrap will give a warning about overwriting.
|
|
|
|
|
50
|
Special User Sections / N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
|
on: October 25, 2012, 12:38:04 AM
|
|
Further request:
Upon save, if file exists, offer to append or replace, with default being to append.
As of right now ClipTrap overwrites an existing file without any notice. Poof. All the previous clippings saved vanish and are substituted with a new set. User ought to at least get a warning.
By the way, with append (to existing file), I can see the usefulness of including your "Enable timestamp tokens," which I've not thought about using before.
|
|
|
|
|