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.
Command edit
Name: luiscpp Date: August 7, 2006 at 18:07:44 Pacific OS: XP CPU/Ram: Celeron 2.4 and 256 Mb Product: Compatible
Comment:
I just download borland c++ 5.5 and can not use the command "edit" in the Command Promt. When I used the first time, i accessed the Ms-dos board but not now. Any idea
Name: Mechanix2Go Date: August 8, 2006 at 01:18:55 Pacific
Reply:
I have no idea what that means.
What happens when you type "edit" nad press ENTER?
If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: luiscpp Date: August 8, 2006 at 05:39:02 Pacific
Reply:
I receive this message: edit is not recognized as an internal or external command, operable program or batch file. So, it supose I should access to the Ms-dos window, right.
0
Response Number 3
Name: Mechanix2Go Date: August 8, 2006 at 05:49:09 Pacific
Reply:
That msg means that the EDItexecutable which is a standard part of XP somehow got lost.
You can get a fresh copy from your XP CD.
Or get any text editor you like and rename it to EDIT.exe or EDIT.com
If at first you don't succeed, you're about average.
M2
0
Response Number 4
Name: luiscpp Date: August 8, 2006 at 16:14:48 Pacific
Reply:
Sounds good, but how may I do a file edit.exe or edit.com and where do I have to save it ?
Thanks
Luis
0
Response Number 5
Name: Mechanix2Go Date: August 8, 2006 at 21:35:11 Pacific
Reply:
You can put the executable anywhere in the PATH.
You can see what the PATH is by typing SET.
The standard place for it is:
C:\winnt\system32
If at first you don't succeed, you're about average.
M2
0
Response Number 6
Name: luiscpp Date: August 12, 2006 at 11:05:11 Pacific
Reply:
Hello: I opened Notepad and I saved a file named edit.exe and another one edit.com I saved both in C: but nothing happen with the command edit, I can not use it. Maybe these files could have any data. I couldn't find C:\winnt\system32 neither. Anyway, thank you
0
Response Number 7
Name: jboy Date: August 13, 2006 at 01:18:06 Pacific
Reply:
That's great, but you're not about to create any sort of executable file with a text editor
You're lost, and need to buy a map and figure out where you are and where you're trying to go
good luck
Saying that XP is the most stable MS OS is like saying that asparagus is the most articulate vegetable
Summary: klint: I thought it was where it would look if you supplied a hostname, because it needs to convert it to an IP address. You are correct. Everyone else is crazy. CRAZY, I TELL YOU! But us? We're not c...
Summary: I know this is a really old thread but...... for %a in (1,2,3,4,5) do for %b in (1,2,3,4,5,6,7,8,9,10) do for %c in (1,2,3,4,5,6,7,8,9,10) do command [edit] I just realised you can't nest for statemen...
Summary: If you only want to output errors into a separate log you don't need to duplicate the handle. command 2>errorlog.txt or command>log.html 2>errorlog.txt If you duplicate one handle into another it wi...