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
nitin gupta
NA
4
506
Window command creating a dynamic batch script
Dec 28 2016 4:11 AM
I have 3 dlls in a folder "release"
abc.dll
def.dll
ghi.dll
I want the output in a variable to be like
/reference:abc.dll /reference:def.dll /reference:ghi.dll
I am able to get file names but not able to append "/reference:" with the dll names To get the file names i am using "dir /b" command
Reply
Answers (
2
)
Data table to array and return array
Enable checkbox when user clicks on Edit button (GridView)