CALL command vs. START with /WAIT option

For exe files, I suppose the differences are nearly unimportant.But to start an exe you don’t even need CALL. When starting another batch it’s a big difference,as CALL will start it in the same window and the called batch has access to the same variable context.So it can also change variables which affects the caller. START will create a new cmd.exe for the … Read more

How to install Android SDK on Ubuntu?

Option 1: The location of Android SDK on Linux can be any of the following: /home/AccountName/Android/Sdk /usr/lib/android-sdk /Library/Android/sdk/ /Users/[USER]/Library/Android/sdk Option 2: Download the Android Studio. Extract downloaded .zip file.The extracted folder name will read somewhat like android-studio To keep navigation easy, move this folder to Home directory. After moving, copy the moved folder by right clicking it. This action will place … Read more

How to split large text file in windows?

If you have installed Git for Windows, you should have Git Bash installed, since that comes with Git. Use the split command in Git Bash to split a file: into files of size 500MB each: split myLargeFile.txt -b 500m into files with 10000 lines each: split myLargeFile.txt -l 10000 Tips: If you don’t have Git/Git Bash, download at https://git-scm.com/download If you … Read more

How does the echo command works in batch programming

The ECHO command in Windows CMD is used to print out text to the screen, display the actual setting of the Command-line which means when you do: The “C:\Users[User]” line before your command input will disappear. You can restore it with: Here all functions of ECHO explained: @echo [on/off] (to set the command-line settings) echo [text] (to print text … Read more

Curl : connection refused

I got the following error while running curl: curl: (7) Failed to connect to 127.0.0.1 port 8080: Connection refused. It seems that it is easy to debug, but, I didnt find how to solve it. The adress 127.0.0.1 is mentioned in the file etc/hosts. I am using curl version 7.47 on Ubuntu system. Anyone has … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)