How can I run TINY from a Windows shortcut without starting a Command Prompt window?
One option is to right-click “properties” on the shortcut option and select “run minimized”. This will start the DOS window minimized, although it will still be there. Set the shortcut target to point to “javaw.exe” rather than “java.exe” if you don’t want to see the dos box at all. JAVAW doesn’t start a command window, so you won’t see any error messages that might come up. TINY doesn’t really print any error messages after it starts, but Java itself might rarely (I.e. OutOfMemory exception, NetworkHardware exception, you get the idea).
Related Questions
- When I run the assembler from the DOS/Windows command prompt, I get the message "Bad command or file name." Whats wrong?
- How can I prevent my applications windows (or the command prompt window) from showing up on the desktop?
- How can I run TINY from a Windows shortcut without starting a Command Prompt window?