2
votes
2answers
104 views
C# Need to locate web addresses using REGEX is that possible?
C# Need to locate web addresses using REGEX is that possible?
Basically I need to parse a string prior to loading it into a WebBrowser
myString = "this is an example string http://www.google.com , …
1
vote
3answers
113 views
find icon for .exe
I have the path name to a .exe file.
How do I find the path to the icon that windows would use if this file were dropped on the desktop? (I want to display this icon in my own program.)
I need to …
1
vote
2answers
97 views
How can a batch file locate where it is located?
How can a batch file by itself see where it is located?
0
votes
0answers
55 views
How to use locate in cygwin [closed]
I'm trying to use locate to find files, but I'm not getting anything back from the program. It can't even find files that are in the current directory. How do I make locate work?
0
votes
1answer
21 views
Scp locate’s output by Xargs
I want to make a list of files of locate's output.
I want scp to take the list.
I am not sure about the syntax.
My attempt with pseudo-code
locate labra | xargs scp {} masi@11.11.11:~/Desktop/
…
0
votes
1answer
53 views
Where is phpmyadmin located in Apache?
I have plesk 8.3.0, with phpmyadmin 2.8.2.4
I tried to look up where the phpmyadmin is located. I couldn't find it in srv/ and i did a find command in the server and not quite sure where it is …
0
votes
0answers
36 views
locate/updatedb like tool (Linux CLI) for CDs/DVDs [closed]
I am looking for a Linux tool to search for files on offline media like CDs and DVDs. I know there are a lot of "cataloging" tools, but those are all graphical and I want a command line program. Ideal …
0
votes
5answers
239 views
How come the unix locate command still shows files/folders that aren’t there any more?
I recently moved my whole local web development area over to using MacPorts stuff, rather than using MAMP on my Mac. I've been getting into Python/Django and didn't really need MAMP any more.
Thing …
0
votes
1answer
87 views
Finding the window at a point on screen in java
Is there any cross-platform way to figure out which window is at a certain point on the screen?
If there is not, what would be the equivalent function to getWindowAtPoint for linux (X11?) and OS X?
-1
votes
2answers
473 views
Unable to find Applications folder in Mac’s terminal
I tried the following code unsuccessfully
find Applications | xargs -0 grep Applications
I also tried the following unsuccessfully
find Applications
