Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
delete a space
Name: Marie Fillipi Date: May 13, 2009 at 14:52:34 Pacific OS: Windows Me Subcategory: General
Comment:
I got a recipe on line and put it into my word program and there are 2 spaces between each ingredient. How do I delete one of those spaces?
Name: shutat Date: May 14, 2009 at 03:33:59 Pacific
Reply:
Not sure if it's what you're after, but in your word processor, you can try using "replace." Type in a couple of spaces in the find field, and then a space in the replace with field. Choose replace all, and that may do it.
______________________ My work in progress. I hate JS. :P
Summary: I found what was making this problem. The hl_dir.txt file was supposed to contain the path to the dir that needs to be removed. The path was stored in hl_dir.txt using: echo %CD% >"..\hl_dir.txt" and ...
Summary: can someone show me a very simple sample of a batch command that will delete a specific registry entry. thnx alot! I need it to automate the deletetion of a program. Im not a great dos user,im fair th...
Summary: I'm a C++ student using CBuilderX at my high school. I was wondering how to delete a file. Please don't show me only the command, but the context in which it is used as well. Include any neccesary ...