Hi:
For ML programers every where?
REM ML9.BAT Friday, November 18, 2011 5:18:26 PMĀ
ML.EXE /c /coff /Zi /Zd %1.asm
LINK.EXE /DEBUG /SUBSYSTEM:CONSOLE /RELEASE /PDB:%1.pdb %1.obj
IF EXIST %1.EXE gowindbg "%~d1%~p1%~n1%~x1"
and gowindbg.bat
REM GOWINDBG.BAT Monday, November 17, 2011 11:08:04 AM
REM http://www.computerhope.com/call.htm
REM SETLOCAL so we get back to where we started
REM Directory wise
SETLOCAL
C:
cd \
cd \"Program Files\Debugging Tools for Windows (x86)"
Windbg.exe %~d1%~p1%~n1%~x1
pause
REM << End of File D BAT GOWINDBG.BAT >>
For your debugging needs!
Regards Herge
Nah, over-confident programmers don't use any debugging tools. Those are for sissies!
What? I can read the opcode myself. I dont need any debuger. :green
The sad fact is, Im serious.
you guys are missing the fun part of that batch file
"%~d1%~p1%~n1%~x1"
Quote from: dedndave on November 19, 2011, 04:24:54 AM
you guys are missing the fun part of that batch file
"%~d1%~p1%~n1%~x1"
Using...
@echo off
echo "%~d1%~p1%~n1%~x1"
pause
... I just see the original file name ::)
Besides, only a masochist would use WinDbg when Olly is around...
Where did you get that Blue hat??
Who is that di phi ni xi guys? Someone arround here?
http://www.masm32.com/board/index.php?topic=13771.msg108337#msg108337
http://www.masm32.com/board/index.php?topic=13771.msg108348#msg108348
I didnt get the fun, and I though it addressed to me. I always confident about myself, esp. over here.