Summary: First off I'm trying to use a command line md5 hash finder to get the md5 hash of a picture then rename the picture to the md5 hash using batch. When ...
Summary: hi M2, is is possible to reset the bad count to 0 when there is a reply from the ping? the code that u written will count all "Request timed out" even...
Summary: If you are using the xp cmd shell see this thread. The second last post is what your after. It's for month first, day second and year last, if you hav...
Summary: I can't help you about the Clipper library you wish, but I want to point out that under Windows XP you can always set up EMS for legacy DOS applicatio...
Summary: I'm a little unclear on this, why is the file read? Do you mean read the file names from a folder, then take the part of each file name that is conta...
Summary: if you only need to display difference on the screen, you can use fc.exe. but if you need the variables for the next code, please use the above code: ...
Summary: Hello Anyone knows way around to trigger execution of multiple *.doc files in CMD? Do i need a batch for that? for instance i copied all .exe to .do...
Summary: i learn scripting from some of the great gurus in this forum some time ago, and still need learning. as for returning error other than 0 and 3, you ne...
Summary: Cmd.exe batch scripting. There seems to be a limit on the number of Tokens in a For loop of 31, is this so and can it be increased by any method? ...
Summary: Hi lee123abc, I got your message and here I am. A post is not well suited to host a lesson on scripting style that probably looks cumbersome to you du...
Summary: Success ! Sort of... With dtech10's code I imputed the directories and it worked perfectly. I modified it and put it on a loop... @echo off for /f "to...
Summary: Why do you people cross examine everything? So i made a contradiction.. I was given /I found, totally irrelevant to the actual topic of the HELP requi...
Summary: Hi M2, Win NT/4.0 Cmd.exe can process the same scripts you code for the Win 2K/XP environments with the only (noticeably) difference it doesn't have t...
Summary: I have a folder with files named like this: 20061211efo_s_web.jpg 20061212psf_s_web.jpg 20061213efs_s_web.jpg I need a batch file that will look at th...
Summary: Hi, One of the easy ways to make colors on both cmd.exe and plain good old dos. is using the wbat util form Horst Schaeffer's webpage http://home.mne...
Summary: No, I need it for XP, but my belief was that dos and the XP "dos" are similar (though they have their few differences). I would need this program to w...
Summary: I have some old client/server code from a networking class I took a while ago which just opens sockets and has the client connect to the server while ...
Summary: I want to ShellExecuteEx the program cmd.exe on my system with my own program and have it redirect all input and output form cmd.exe to my application...
Summary: Setting the path thru autoexec is really more of a 95/98/ME thing. If you want to update your path for XP, you need to do it through the System Contro...
Summary: I run a shell command to start the cmd.exe and issue a ping command to network using SendKeys. I wonder how can I read the result from my VB app. if a...
Summary: Hello, I really need some help, i am a total noob on msdos and the cmd prompt. i was just wondering if anyone could teach me or make a file where i ca...
Summary: MD5 is pretty strong; I hope you're calling a C function for that. VB6 is terrible at hashing, especially since there's no shift operator. I'm just wo...
Summary: Can anyone help with this Querie? Background info: I have been playing around with a progey called VXDLIB.EXE that is capable of doing various things ...
Summary: Yes, RD (short code for RmDir i.e. Remove Directory) is an internal command belonging to the native file system manipulation group. Internal commands ...