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: Berdon Magnus Date: July 31, 2002 at 10:09:55 Pacific
Reply:
Well, first of all we need more details to help you out. If you want to just edit them in dos, then type edit filename.bat or edit filename.txt. If you want to create a program and create and edit files, then we need to know what programming language you are using. For qbasic, look up the command open, for c++ and you are using the stdio library lookup the command fopen, if you are using the iostream library lookup ofstream(it is a library, or class).
0
Response Number 2
Name: pittiu Date: July 31, 2002 at 21:58:44 Pacific
Reply:
Hi Dimitris or Jim from Greece,
If you go to "Start" -> Run and enter notepad You'll get a test editor in windows
Type whatever you need and save it as whatever you want (i.e. my.bat)
Summary: Hi Friends. I want to creat a bat file which check the system ram and if system have less than 256MB RAM, it execute one of the program and if system more than 256MB RAM it execute another program. Re...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title Auto log in cls start aim.exe type login.txt pause ...