Guest User

Untitled

a guest
Jun 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @echo off
  2. if exist C:\work\origin\%1.shp (
  3. if exist C:\work\origin\%1.shx(
  4. if exist C:\work\origin\%1.dbf(
  5. if exist C:\work\origin\%1.prj (
  6. echo shapefile is complete with projection info
  7. )else(
  8. echo file is complete without projection info
  9. )
  10. )
  11.  
  12. )
  13.  
  14. )else(
  15. echo shape file not complete
  16. )
Add Comment
Please, Sign In to add comment