This isn't working right. It "buzzes" by so quick, all I could see was that it "can't find something."
I even put a pause in the bat file.
&Make16bitExe,\16Bit\Menu_tal.bat "{b}"
Using the newest package.
Is there a way to stop Qeditor from inserting the quotes around the filename?
C:\16Bit>tasm /zn "C:\16Bit\FLUFF".asm
Turbo Assembler Version 3.1 Copyright (c) 1988, 1992 Borland International
Assembling file: "C:\16Bit\FLUFF".asm to FLUFF".OBJ
**Fatal** Command line: Can't locate file: "C:\16Bit\FLUFF".asm
Error messages: 1
Warning messages: None
Passes: 1
Remaining memory: 427k
C:\16Bit>tlink /x "C:\16Bit\FLUFF".obj
Turbo Link Version 5.1 Copyright (c) 1992 Borland International
Fatal: Bad character in parameters
C:\16Bit>del "C:\16Bit\FLUFF".obj
Could Not Find C:\16Bit\FLUFF.obj
C:\16Bit>if exist *.map del "C:\16Bit\FLUFF".map
C:\16Bit>pause
Press any key to continue . . .