Summary: How do I open a file and read data into an array i have a file named wordfind.in this is what my file looks like below. I am attempting to read in the...
Summary: I have two database. One database holds a list of all the employees. The second database holds a list of data from a survey which tracks who entered...
Summary: Hi, I want to write a code in batch file. It is like if else statement. There are two variables. Writing in usual language Say Complete=244,Fail=0 if ...
Summary: I need to compare two files: Basically I have an input file fileA. which need to be compare with fileb located in /etc/lc/mbd directroy Both file for...
Summary: if you have Python on Windows import sys bytes = sys.argv[1] bytes = float(bytes) if bytes >= 1099511627776: terabytes = bytes / 1099511627776 ...
Summary: @Mechanix2Go I will be forced to evolve away from DOS one day...but until then... :D It appears to not like spaces. I think I should modify the: for /...
Summary: I would run 2 separate BATS. One to create the log and one to create the ftp script. Then see what's in them. ====================================...
Summary: I'm trying to create a vb script which will allow me to compare my documents with a backup of my documents on a server. So here is what I need the sc...
Summary: sir, thiere is problem in program, that is finding OS using winsock.ocx in VB6.is it possible to find which os client using any way? thanks and regar...
Summary: This is puzzling me. Does it work if you add C:\Tools to your PATH environment variable? Add it to System Variables using Control Panel -> System Prop...
Summary: Does anyone know of a way to programmatically clear the keyboard buffer (or temporarily block it from receiving any new keystrokes)? There is a batch...
Summary: Hi mechanic It's in WinXp as well Using mod 6 plus 1 to get the range 1-6. echo %random% produces a number 0-32767 @echo off set n=1 :xxx set /a x=%ra...
Summary: The "proper" way of doing this is to use a security audit policy. In Control Panel select Administrative Tools, then Local Security Policy. In the tre...
Summary: Date manipulation in batch scripting is not the easiest thing to code. Combining a small bit of VBS helps reduce the difficulty so: Save the followin...
Summary: is there a way to use a simple yes no VB script in batch file. what i want to do is have a batch file do tasks but as an example have it ask YES or...
Summary: Is it possible to echo the ">" and "<" character in batch so the user can see it? If you give up, might as well give up everything in life....
Summary: What does it mean? I have a file which contains the name of various SQL scripts, like... T1.sql; inside these sql scripts i have a commit statement D...
Summary: The following will generate what you want. It's based on the How-To posting Manipulate Date by Wahine here http://www.computing.net/howtos/sho... It...
Summary: ok Reno has help me figure out/show me that i can use VBS input and VBS yes no box. does VBS have combo boxes? i googled it but didnt get much. is i...
Summary: I am having some problem comparing two arrays in C++. I would like to be able to compare the two to see if they have any elements that match. Example...
Summary: This is what I'm trying to do. I want to look in a file and see if it has the line "SSL=0". If it already contains that line, then do nothing. If i...
Summary: I have batch file that compares a file in one folder(SourceFiles Folder) with a file in another folder (ArchiveFiles folder) and if they are different...
Summary: I am trying to write a batch file that will take two files, compare them then give me the differences. Here is the scenerio: Prefile1 comes in and get...
Summary: thanks i like the compare the dir info idea Thanks I searched around here a bit and found how to compare files from one of your posts i believe is the...