Advertisement
mouhsineelachbi

Display the current directory with MS-Dos

May 27th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. echo OFF
  2. Title Script by Moushine ELachbi
  3. cls
  4. echo #########################################
  5. echo #                                       #
  6. echo #   Script created by Mouhsine Elachbi  #
  7. echo #          All right reserved           #
  8. echo #     Mouhsine Elachbi Corporation      #
  9. echo #                                       #
  10. echo #########################################
  11. echo #                                       #
  12. echo #                                       #
  13. echo #                                       #
  14. echo  ***************************************  
  15. set path=%cd%;%path%
  16. echo Current Directory is : %cd%
  17. echo Press a key to quit
  18. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement