VBScript Desktop Management - Special Folders: List the Path to the Internet Explorer Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 12:02
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List the Path to the Internet Explorer Folder. Reports the path to the Internet Explorer special folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List the Items in the Network Neighborhood Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 12:01
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List the Items in the Network Neighborhood Folder. Reports the path to the Network Neighborhood, and then lists any items found there. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List the Items in the My Recent Documents Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:59
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List the Items in the My Recent Documents Folder. Reports the path to the My Recent Documents folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List the Items in the My Pictures Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:58
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List the Items in the My Pictures Folder. Reports the path to the My Pictures folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List the Items in the Internet Explorer History Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:56
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List the Items in the Internet Explorer History Folder. Reports the path to the Internet Explorer History folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the Windows Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:54
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Windows Folder. Reports the path to the Windows folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the User Profile Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:53
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the User Profile Folder. Reports the path to the logged-on user's User Profiles folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the Temporary Internet Files Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:52
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Temporary Internet Files Folder. Reports the path to the Temporary Internet Files folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the Templates Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 11:51
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Templates Folder. Reports the path to the Templates folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the System32 Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Wednesday, 22 May 2013 08:21
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the System32 Folder. Reports the path to the System32 folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
Synchronizing a Block of Code
- Details
- Category: Programming Guides & Tutorials
- Published on Monday, 20 May 2013 06:24
- Written by Vinayaga Moorthy
Synchronizing a Block of Code In this exercise we will attempt to synchronize a block of code. Within that block of code we will get the lock on an object, so that other threads cannot modify it while the block of code is executing. We will be creating three threads that will all attempt to manipulate the same object. Each thread will output a single letter 100 times, and then increment that letter by one. The object we will be using is StringBuffer
VBScript Desktop Management - Special Folders: List Items in the Startup Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Monday, 20 May 2013 05:59
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Startup Folder. Reports the path to the Startup folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the Start Menu Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Monday, 20 May 2013 05:58
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Start Menu Folder. Reports the path to the Start Menu folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the SendTo Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Monday, 20 May 2013 05:57
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the SendTo Folder. Reports the path to the SendTo folder, and then lists any items found in that folder. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
VBScript Desktop Management - Special Folders: List Items in the Recycle Bin Folder
- Details
- Category: Programming Guides & Tutorials
- Published on Monday, 20 May 2013 05:56
- Written by Vinayaga Moorthy
VBScript Desktop Management - Special Folders: List Items in the Recycle Bin Folder. Reports the path to the Recycle Bin, and then lists any items found there. For Windows NT 4.0 and Windows 98, this script requires Windows Script Host 5.1 and Internet Explorer 4.0 or later
More Articles...
- VBScript Desktop Management - Special Folders: List Items in the Programs Folder
- VBScript Desktop Management - Special Folders: List Items in the Program Files Folder
- VBScript Desktop Management - Special Folders: List Items in the Printers and Faxes Folder
- VBScript Desktop Management - Special Folders: List Items in the Print Neighborhood Folder
- VBScript Desktop Management - Special Folders: List Items in the Network Connections Folder
More 
