The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: skywalker on May 14, 2007, 04:53:53 PM

Title: Knick knacks
Post by: skywalker on May 14, 2007, 04:53:53 PM
Interesting things.

Shift Insert does work when editing menus

This works,

&SDK Help,F:\H2Viewer\H2Viewer.exe

But these don't,

&16Bit, f:\16bit\tal.bat {b}

&When, f:\16bit\XLATB.EXE








Title: Re: Knick knacks
Post by: Tedd on May 15, 2007, 10:53:41 AM
Remove the space after the comma - it's done in a hacky way, such that it just copies all characters after the comma (including the first space) and then complains when it can't find the file that starts with a space.