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.
Use entered password, else use stor
Name: remgu Date: September 16, 2008 at 11:23:03 Pacific OS: xp CPU/Ram: 2gb Product: white box
Comment:
I have a batch file and I need to do the following:
Say we have a variable that has a value:
password=access2008
The scenario that I want to take place:
If user enters password Then use password entered Else if user does not enter password then use the password in memory
Summary: Hi, I use a batch file to open Internet Explorer to a Password protected page every morning when my computer starts. The screen I get looks just like this: http://www.islandwebservices.co.uk/... My us...
Summary: You should initialize your vars before you use them. For example, the password could contain junk before its ever used. char password[SIZE] = { 0 }; You can use a do-while loop to make sure your pass...
Summary: I ran accross MediaBASIC while looking for a VB clone (Found the link in Rapid-Q's forum) - It looks interesting, but, I am wondeirng if anyone else uses it before I download it to try it. ...