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.
Write the following MS-DOS batch fi
Name: rafia Date: March 18, 2009 at 11:41:46 Pacific OS: Windows XP Subcategory: Batch
Comment:
Write the following MS-DOS batch file programs:
MYDEL: Multiple files specified on the command line argument can be temporarily deleted. File names may include wild cards ,for example.
Summary: Hi, I need a help in MS DOS batch script. Can I call an Internet session in a batch mode in DOS script? Following example explains my problem. @echo off iexplore www.mytestphp.com^&myparam.php re...
Summary: Hi I want to write a batch file in MS-DOS for my project, it should be in MS-DOS, please if you can help me will be greatfull, the batch file job should be: 1-Send a string of data in ASCII or binary...
Summary: I never write script before. Still learning... I wrote a script as the following: IF "%%I"=="Request timed out" in ('ping 192.168.1.110') ( echo timedout>timedout.txt ) ELSE ( echo OK>ok.txt ) My inte...