Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/23/01 17:36
Read: times


 
#18024 - RE: 8051 cross assembler for... (why?)
Long file names are great and i use them alot.

I use metalink in a batch file where i rename the long file name for assy and then rename it back to my filename.

Contents of "asm.bat"
----------------
rename %1 assyfile.asm
asm51 assyfile.asm
rename assyfile.asm %1
----------------------
you call this bat from DOS or Windows ICON Short Cut as:

asm "my long filename.asm"

the "quotes" delimit the long filename.

regards,
p


List of 15 messages in thread
TopicAuthorDate
8051 cross assembler for windows9x            01/01/70 00:00      
RE: 8051 cross assembler for windows9x            01/01/70 00:00      
RE: 8051 cross assembler for windows9x            01/01/70 00:00      
RE: 8051 cross assembler for... (why?)            01/01/70 00:00      
RE: 8051 cross assembler for... (why?)            01/01/70 00:00      
RE: why? - fahmy            01/01/70 00:00      
RE: why? - philip            01/01/70 00:00      
RE: why? -            01/01/70 00:00      
RE: 8051 cross assembler for windows9x            01/01/70 00:00      
RE: why? - J Guy            01/01/70 00:00      
RE: why? - philip            01/01/70 00:00      
RE: why? - andy & all            01/01/70 00:00      
RE: why? - andy & all            01/01/70 00:00      
RE: 8051 cross assembler for windows9x            01/01/70 00:00      
RE: why? - andy & all            01/01/70 00:00      

Back to Subject List