AppShadow: Side-by-side components the other way

Side-by-side components the other way Important This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry Abstract Ever wanted to run some legacy Access 97 application side by side with the latest Microsoft Office suite? Or ever wondered why you cannot install different […]

Read more

Microsoft Windows 2000 Scripting Guide – Sending Keystrokes to a Program

Microsoft® Windows® 2000 Scripting Guide By providing scripts with access to most COM objects, WSH enables you to automate applications that have a COM-based object model. Unfortunately, some applications, especially older ones, do not have a COM-based object model. To automate these applications, WSH provides a way to send keystrokes to these applications. When you use the WshShell SendKeys method to send keystrokes to an application, your script mimics a human typing on the keyboard. To send a single keyboard character, you pass SendKeys the character itself as a string argument. For example, "x" to send the letter x. To […]

Read more

How to attach/detach a database without Enterprise Manager?

Introduction: Due to various reasons it can be possible that the Enterprise Manager cannot be used to attach/detach a database in SQL. For example when the MSDE version of SQL is used, the Enterprise Manager is not available. In this case MS-Dos can be used to attach/detach the database. Explanation: In order to attach/detach a database via MS-Dos follow the steps below: Go to [Start] [Run] and type CMD followed by [Enter] type cd [Enter] to go to the root C: type osql -E [Enter] now, 1> will appear. The commandline can now be entered. Attach a database: In the […]

Read more