New "Custom File Executor" Command

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
DexBG
Junior Member
Junior Member
Posts: 9
Joined: 2006-11-17, 08:19 UTC
Location: Bulgaria

New "Custom File Executor" Command

Post by *DexBG »

The idea:
New 'Custom File Executor' command which will do the following when executed:
Get the currently highlighted (selected) file and put its name as parameter into preliminary defined script (for the target type of files) and execute the script.
For example:
I define for *.csproj (C# Project) files the following script:
“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe {FILE_NAME}“
Where {FILE_NAME} is the parameter which will be exchanged with the *.csproj file name when I run the “Custom File Executor” command on any *.csproj file. The result should be compilation of the chosen C# project :)

Command features:
1. The User should be able to define script per file type.
2. If there are more than one selected files the parameter passed to the script should be the full names of the selected files separated by custom defined (from the command’s options?) delimiter (default can be space “ ”).
3. The User should be able to define also script for the case in which multiple files from different types are selected.
Post Reply