|| Tips Index || WIN 95/98: Memory | Registry | Boot | Treasure | Navigation | Customize | Safe Mode | Misc Setting Environments for DOS ProgramsTo improve the way DOS programs run from inside Windows, modify the properties of the PIF or BAT file that starts the DOS application. You do this by locating the file in either 'My Computer' or 'Explorer', then right-click the icon and select 'Properties'. To increase the environment space, click on the 'Memory' tab, and select a new value for the 'Initial Environment'. The recommended size for most programs is 1024. Settings, Settings, and More Settings!While you have the settings window open, look around at the other options. You can have the program run in full screen mode, instead of in a window. You can select a new icon, get rid of that ugly DOS one. You can control the fonts for non-graphical DOS programs. Don't change too many things at once! Some of the other controls, which I haven't mentioned, may have an adverse effect on the program. Or may not allow you to even start it! Windows 'Start' CommandSome new commands were added to DOS with Windows 95. The 'Start' command can be used in batch files to start DOS or Windows programs from the batch file. A friend wanted to start an AOL timer utility, every time AOL started, without having to manually do it. Enter the 'Start' command! I was able to write a simple 2 line batch file to do the job. It goes like this: @Echo off Now I created a shortcut on his Desktop pointing to 'myaol.bat' file. Double click it and you're off and running! That's it! If you think about it, I'm sure you'll find a way to use this new and powerful command.
|