• Blog Homepage
  • Website Homepage

Magic Monk's Blog

Follow Magic Monk's Journey

Magic Monk

IT Education

Windows command prompt tutorial 3 – Robocopy

By Magic Monk on Monday, February 10, 2020

In this tutorial you learn how to use a command called robocopy to copy files in command prompt. command used: robocopy “C:\Program files\internet explorer” “c:\explorer” /E /COPYALL /XJ /r:1 /w:1 another useful thing about Robocopy: When you copy the contents from one folder into another folder, it will automatically skip files that have already been …

Continue Reading
0
IT Education

Windows command prompt tutorial 2 – making folders, deleting folders, creating and deleting files

By Magic Monk on Sunday, February 9, 2020

Continuing from the last tutorial, in this tutorial we learn how to create/delete folders and files. Please do not try these commands with any important folders/files, you cannot get anything you deleted in command prompt back.

Continue Reading
0
IT Education

Windows command prompt tutorial 1 – changing directories, listing files and folders

By Magic Monk on Saturday, February 8, 2020

In this lesson we talk about the origin of command prompt (Microsoft DOS) commands, and we go through the basics of how to get into the command prompt, how to change directories and how to list files and folders in the directory.

Continue Reading
0
IT Education

Can’t find your mouse cursor? Here’s a quick fix / workaround (Windows)

By Magic Monk on Friday, February 7, 2020

Have you ever come across a situation where you can’t see where your mouse cursor is on the screen? Turning this on will help you find it!

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 11 – Why declare variables and how to make variable declaration compulsory

By Magic Monk on Thursday, February 6, 2020

In this VBA tutorial we talk about why we declare variables, and how to make variable declaration compulsory.

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 10 – Variables, join concatenate Strings

By Magic Monk on Wednesday, February 5, 2020

In this lesson we talk about how to use a variable (declare it, assign values to it, conduct numerical operations with it) and then how to join a numerical veriable with a string.

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 9 – For Next statement, Cells() property

By Magic Monk on Tuesday, February 4, 2020

In this lesson we talk about how to execute a group of statements over and over again use the for loop. We also talk about using the Cells property to refer to a cell using numbers only and not letters.

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 8 – Select Case statement

By Magic Monk on Monday, February 3, 2020

In this lesson we experiment with changing our If Statement to a Select Case statement, reducing the number of times the same code is typed and thus makes our code more efficient.

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 7 – Elseif clause, With statement

By Magic Monk on Sunday, February 2, 2020

Today we go through how to use the Elseif clause in your If statement to incorporate more conditions. We also talk about the With statement to change multiple properties of a single object.

Continue Reading
0
IT Education

VBA Excel 2016 Lesson 6 – If then Else statement

By Magic Monk on Saturday, February 1, 2020

So we’re finally at the exciting part of programming! Letting the computer make decisions on what to do.

Continue Reading
0

Posts navigation

← Previous 1 … 3 4 5 6 7 … 75 Next →
Theme by Scissor Themes Proudly powered by WordPress