Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Your site is one of the cleanest and BEST forums that I have seen. I have sent quite a few people your way. Keep up the good work!!!"

Geography

Where in the world do Tek-Tips members come from?
MichealSamer (Programmer)
1 Dec 10 12:00
e1>'ml.exe' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0019: A tool returned an error code from "Assembling..."
1>Build log was saved at "file://e:\Mika\kolia\first term\Assembly Language\p1\Debug\BuildLog.htm"
1>Project - 1 error(s), 0 warning(s)

this error faced me & i cant solve it
Iam new in assembly
iam sure that code is correct and that error appears in any program i run in assembly
 
Glenn9999 (Programmer)
1 Dec 10 12:07
It looks like whatever you are doing to call something to compile / link your program is not working.

CODE

e1>'ml.exe' is not recognized as an internal or external command, operable program or batch file.

This looks like a NT command-prompt error.

It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.

IPGuru (TechnicalUser)
1 Dec 10 12:08
what does it say in the build log (that should be a good clue)
what is your code, without that no one here will even be able to start helping.
 

I do not Have A.D.D. im just easily, Hey look a Squirrel!

MichealSamer (Programmer)
1 Dec 10 13:37
sir, it is a very simple code


INCLUDE Irvine32.inc
.data
mystr byte "Welcome",0
.code
main PROC
    
    mov edx, offset mystr
    mov eax, 10000h
    call WriteString
    call DumpRegs
    exit
main ENDP

END main




1>------ Build started: Project: Project, Configuration: Debug Win32 ------
1>Assembling...
1>'ml.exe' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0019: A tool returned an error code from "Assembling..."
1>Build log was saved at "file://e:\Mika\kolia\first term\Assembly Language\p1\Debug\BuildLog.htm"
1>Project - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close