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.
Name: Igor M Date: February 6, 2000 at 03:16:52 Pacific
Reply:
Hi,
You must use Break command in Config.sys file. The syntax is BREAK ON or BREAK OFF. This command controls the way you can use Ctrl+C combination to interrupt DOS programs. If Break is off DOS checks Ctrl+C only while it waits for keyboard input or makes output to the screen. If Break is on DOS checks Ctrl+C combination while performing other functions either. For more information type HELP at the DOS prompt and look for BREAK command.
Summary: i need some help.. i'm trying to create an outage notification for my customers to say when like the inet is down and/or mail servers... my question is, i have not been able to find any documentation...
Summary: This will do it accurately: FINDSTR "^%1[^0-9] [^0-9]%1[^0-9] ^%1$ [^0-9]%1$" "c:\path\path\path\*.doc" That will only match the string on %1 if it is surrounded by non-numeric characters (or by line ...
Summary: The For command, managing your statement that does not perform as extpected, results in a total length of the line exceeding 127 characters. That may lead to unpredictable results. So I suggest you sh...