Batch file: How to get current directory / concatenate / declaring and using variable / Tech tips
🔴 Subscribe for more videos: http://bit.ly/Sub2HtopSkills
If this video helped you, don't forget to LIKE & SHARE IT!
===========
Links You May Want: https://htopskills.com/bookmark
===========
In this video, I'm going to show you some interesting things you can do in a Windows batch file. I covered several subjects in this video, such as: how you can print the current directory in a Windows batch file, concatenate strings in a windows batch file, declare and use a variable in a windows batch file.
batch file commands:
@echo off
set currentDir=%cd%
echo print the current directory
echo %currentDir%
echo =================
echo concatenate strings in windows batch file
echo echo %currentDir%\mySecondkey.ppk
Pause
==================
Music title: Eveningland
=================
Check-out these videos:
xfinity connect to in-home wifi to watch (Worked)
http://bit.ly/xfinityinhomewifi
How to create an SSH Proxy Tunnel with Putty
http://bit.ly/createSSHProxyTunnel
How to enable remote desktop on windows 10
http://bit.ly/enableremotedesktop
How to create virtual switch in hyper v windows 10
http://bit.ly/createvirtualswitchhyperv
How to share a folder in windows 10
http://bit.ly/sharefolderinwindows
How to Remote Desktop Tunnelling through SSH / ssh remote desktop windows 10
http://bit.ly/RemoteDesktopSSH
How to setup socks proxy chrome
http://bit.ly/socksproxychrome
===========================
How to activate dark mode in windows 10
http://bit.ly/activatedarkmode
How to fix unable to find proxy server in tor browser
http://bit.ly/2Mp7Xzs
How to fix VLC won't open / won't start properly / VLC can't open
http://bit.ly/fixVLCwontopen
How to disable hyper v using command prompt
http://bit.ly/disablehyperv
How to mount virtualbox drive image (vdi) in windows / Ubuntu
http://bit.ly/mountvirtualboxdrive
How to fix msiexec.exe error windows 10 / solve msiexec.exe error / msiexec uninstall programs
http://bit.ly/solvemsiexecerror
===================
📥 SPONSORS / Personal help :
Want me to promote your product or need help? Contact for rates https://htopskills.com/contact/
==========
Let's connect
Website: https://htopskills.com
YouTube: https://htopskills.com/youtube
Facebook: / htopskills
Twitter: https://htopskills.com/twitter
Instagram: https://htopskills.com/instagram
===================
Tags:
#htopskills #batch #windows10 #windowstips