Summary: I am new at this so forgive my ugly batch script (it's just plain old windows batch scripting language) . I am trying to normalize user input so that ...
Summary: my c++ assignment requires me to have the user enter a string and search a file for number of occurences. this isn't too hard except that the user is...
Summary: Excel 2000 I Also have M$ Visual Studio 6 but not full blown VB. Here is Excel file: . http://home.twcny.rr.com/suecortland/PhotoIndexTest.xls . Of co...
Summary: I don't know if you can do it directly using just cmd.exe's internal commands. For example, the SET /P command echoes the password back. Does anyone k...
Summary: i've searched but I can't find out how to parse/extract a couple of characters from a users input. I need the first two right now, but it would be han...
Summary: Hi, solution in bash script ? I want to read a variable from user which is inside a while loop and that while loop takes input from a file but every ...
Summary: I would like to make a batch file, which I think would be easiest, to create a text file named userinput.cfg. In userinput.cfg, I want it to create ...
Summary: I'm currently in an entry-level object oriented Java course at University and our assignment is to design a bank account program. The one problem I a...
Summary: How do you reply to a prompt without requiring user input automatically in C? The prompt is displayed and I need to have it answered automatically. Th...
Summary: i get in error at the end where dollar is declared one last time smae with cents.... /* *Chris Pantel *Mr.Wiland *Calculates sales tax final from user...
Summary: Got a q... I'm working on a personal project that's going to require a user inputted password... be kind of nice if the password didn't continue to sh...
Summary: I wanted to do this a while back but I dont think there is any way. With XP they cut out the user input commands with cmd. I used this site to get all...
Summary: to run in full screen, only way with the above script i can think of is to run the thread at the same screen. here the buggy-coding: Type timeout to t...
Summary: For testing purposes (to make it easier for you) I have placed ‘rem’ in front of a line (7 lines from bottom) Example: rem del numberblood.log & d...
Summary: I've got a batch script that runs through a file, but every time it hits a line with a less-than sign, it bombs. Here's the script: REM Gets line from...
Summary: I'm using the following batch file to automatically create an argument for a program from user input and a filename listing using the DIR command. S...
Summary: if you want to do it with batch, you can use findstr with regular expression to filter what you want from user input. however, this sort of thing lik...
Summary: Hi, Does anyone know of a way to remove keywords from a variable if it exists? for example, if someone typed in "www.google.com", then it would be s...
Summary: Hi! I need to send variables to my vbscript file and then display the variables in a drop-down box and when the user chooses a specific item I need th...
Summary: PLZ HELP ok, ok.. i want a batch file based on theese two batch applications. it should ask for a user input, and then edit the specified textfile w...
Summary: I took out the "&" b/c I thought an ampersand was only to be used in a scanf statement when the value is defined from user input. Am I wrong? ...
Summary: Is it possible to pass the values of global variables from user input on a vb form into the SQL query of a Crystal Report form. I am trying to get th...
Summary: '' The below code is basic code it can be run in Q basic as a dos command.exe " or from a Visual Basic command button click '''Copy and paste it into...