TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Arvind Gurav
NA
20
10.1k
Convert Autohotkey code to c# code
Mar 21 2015 10:53 AM
my autohotkey code is
/*
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#NoTrayIcon
clipboard=%1%
Fileappend ,%clipboard%, D:\documents\autohotkey\test.txt
*/
how I use this ------
I have added one option in windows explorer right click context menu "copy path"
whenever I right click on any file or folder and select "copy path" option it copies the path of this file to txt file
I want same code to be written in c#.....
Reply
Answers (
0
)
get row number in excelsheet using text value
json autocomplete doesn't accept certain letter