Monday, August 26, 2013

Windows 7: How to prevent cmd from opening new windows?

Are you seeing an unexpected behavior that every time your exe is executed in a new cmd window? Then try using the elevated cmd in Windows 7. In start menu type 'cmd' and press 'Ctrl+Shift+Enter' (instead of 'Enter') to open the cmd window. Now your exe should work in the same cmd window where you trigger it.

Note: The reason for a opening a new cmd window is that your exe needs some elevated permissions to execute which the restricted cmd doesn't have.

Tuesday, August 20, 2013

Linux executable throw syntax error "(" expected

Your executable should have been made for a different kernel or OS environment. Try recompiling it.

Monday, August 12, 2013

isolinux: No DEFAULT or UI configuration directive found

There are two possible issues:

1. If you are trying to boot from a USB drive then you need to rename your isolinux folder, bin file and cfg file to syslinux.

2. If you are using an older cfg file with an APPEND directive or similar, you will need to add a DEFAULT directive into your cfg file.