Is there a way to do something like this ...
szCurrentFile db "@FileName",0
obviously this example doesn't work :)
but how can i get the current filename into a string ?
thanks
Entro-P
Posted on 2001-02-15 02:30:00 by Entro-P
err, nevermind, solved it myself
for those who are interrested ....
db "%@FileName"
Posted on 2001-02-15 09:10:00 by Entro-P