Scripting Files and Folders: Tech Support Guide
SendToQuickLaunch.js
In this article, we will discuss how to use the SendToQuickLaunch.js script to create custom context menu items for sending files and folders to specific locations. This script is a popular alternative to Microsoft's SendTo feature and is widely used in Windows environments.
About SendToQuickLaunch.js
SendToQuickLaunch.js is a JavaScript file that adds custom context menu items to the right-click context menu of files and folders in Windows Explorer. It was created by Bill Chatfield and is available for free under certain conditions. The script is compatible with Windows XP, Vista, 7, 8, and 10.
Installation
To install SendToQuickLaunch.js, follow these steps:
- Download the latest version of the script from the official website.
- Extract the contents of the downloaded ZIP file.
- Copy the SendToQuickLaunch.js file to the following location:
C:\Users\\AppData\Roaming\Microsoft\Windows\SendTo
Replace
Usage
After installation, SendToQuickLaunch.js adds custom context menu items for sending files and folders to specific locations. For example, you can create a new context menu item called "Send to My Folder" that sends files and folders to a specific folder.
Script Customization
SendToQuickLaunch.js can be customized by editing the script file directly. For example, you can add new context menu items, change the names of existing ones, or modify the actions they perform.
Summary:
- SendToQuickLaunch.js: A JavaScript script that adds custom context menu items to the right-click context menu of files and folders in Windows Explorer.
- Installation: Copy the SendToQuickLaunch.js file to the following location:
C:\Users\\AppData\Roaming\Microsoft\Windows\SendTo - Usage: After installation, SendToQuickLaunch.js adds custom context menu items for sending files and folders to specific locations.
- Creating a New Context Menu Item: Create a new text file with the desired name, save it in the
C:\Users\folder, and add the following content:\AppData\Roaming\Microsoft\Windows\SendTo
[InternetShortcut] URL=file://C:/Users//MyFolder/%1
References: