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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
How to Check File Exists or not Using Batch File
Mukesh Kumar
Nov 29
2015
Code
1.6
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
set
var=%cd%
set
buildexePath=
"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319"
If Exist
"C:\Program Files (x86)\MSBuild\12.0\Bin"
set
buildexePath=
"C:\Program Files (x86)\MSBuild\12.0\Bin"
If Exist
"C:\Program Files\MSBuild\12.0\Bin"
set
buildexePath=
"C:\Program Files\MSBuild\12.0\Bin"
ECHO Process completed
pause
batch file
Check File Exists or not
C#