Summary: ACTUALLY let me put here my whole file so that you can understand ================================ set /p UN= user name ? if not !UN!'==testuser' got...
Summary: I'd imagine that this would work in C++ if you use a 16 bit compiler (win32 compilers don't seem to care for 16 bit asm.) :P #include [stdio.h] // sil...
Summary: I have just looked at the previous thread for this and as i cannot past any follow ups, I am told to post here so here goes. I am trying Ronin's code:...
Summary: hey...i wanna know a code for vb which will allow me to freeze desktop, all icons, start button, i mean competly freeze the computer until the user en...
Summary: hey...i wanna know a code for vb which will allow me to disable desktop, all icons, start button, i mean competly freeze the computer until the user e...
Summary: I have this batchfile that wont work correctly. Last 2 lines are the problem. When I use CALL one program starts and the batch hang on that line. When...
Summary: time complexity (O(...)) is kind of the dimension of the number of steps that an algorithm executes(consider the worst case). It depends obviously on ...
Summary: hi all, A perl code that wont work.When i'm typing the username and password in an html page-- which is being validated with mysql, i'm being shown "...
Summary: There are a few things wrong. 1. When the user enters in a string, like a password, you need a character array to store the string. You've declared a ...
Summary: I would like some tips on my script there is a lot of bugs with it and I need some help writing the rest.. your username is your username in windows ...
Summary: I compiled and ran the code below without problem: #include #include int main() { char password[5]; int i; printf("Enter your password: "); for ...
Summary: Example: Here is what the regular XCOPY command is doing in DOS: C:\city codes\city.bmp -> C:\testcopy\city.bmp (Y/N)? y C:\city codes\Index.138.pdf ...
Summary: Thanks Tony but I had already seen that, but it kinda gave me an idea. Here is what I came up with in, case anyone is trying to do the same thing. Rem...
Summary: I am wondering if it is possible to create a variable in the registry that holds a password "1qaz3edc" and then in the batch file make it match that p...
Summary: hi, We are having a daily process which we need to follow and which requires yesterday's date on which we need to work on folders n files. like today ...
Summary: Hi, everybody. I'm trying to change some string in a text file with GNU SED(FOR WINDOWS) but it seems that '\n' is not work!! ========================...
Summary: Hi, I have been working on a backup batch file that Mechanix2Go has helped me with before. Basically I have a for loop which reads the names of user p...
Summary: Basically what I want to have happen in allow the user to either type in a destination location, or use a default location of %userprofile%\Desktop\Ba...
Summary: By "The effectiveness of the above on 32 bit systems is limited to files less than ~2gb." Do you mean it wont work for files above @GB, The last Backu...
Summary: Hi, I have a simple script that copies a file to each computer contained in txt file. I'm using the For /f to read the computer names, then I ping the...
Summary: Thank you so much for answering me so soon! It worked great! Im just trying to learn about variables and such, so I was trying to add a username asw...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: the endlocal had no effect, here is all of my batch. I'm new at making Batch files so don't laugh. :users ECHO Please type the UserName. SET /P varia...