Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Window command creating a dynamic batch script
nitin gupta
8y
217
1
Reply
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
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Data table to array and return array
Enable checkbox when user clicks on Edit button (GridView)