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.
to get around an authentication
Name: Orange Tabby Date: January 26, 2004 at 22:14:41 Pacific OS: linux CPU/Ram: 128
Comment:
I'm writing a program using C# that retrieves an open database and saves it into a spreadsheet. Even though the database is an open resource, the web requires a user to log in with a user name and a password. There are thousands of links in the database and it's very inconvenient to click each link to get the data I want. I'm trying to write a program that goes into each link for me automatically. However, I lost permission to access database after I go into html code, make a new link (because it only shows relative paths), and make a http request. It might be some digital signature hidden somewhere that I can't see. Can anyone point out how to get away with this issue?
Summary: I want to get the path to an application. The program should take an argument. I will be using MS C++ v6.0 to compile the code. Example: getpath.exe "myapp" Path to "myapp" is c:\test Thank you, ...
Summary: I am trying to get an enviroment Variable from a remote PC. I can get a serial number from remote PC using the following command: ----------------------- wmic /node:%computername% bios get serialnumbe...
Summary: I'm making a program in C++ and need a function to get the dos path. Example: C:\Program Files\My Projects\projectabc.exe becomes: C:\PROGRA~1\MYPROJ~1\PROJEC~1.EXE I was wondering if there's an easy ...