Ghost Writing

44 0 0
                                        

Following on from the previously talked about use of powershell, This chapter will discuss Ghost Writing/Typing. This is a feature that will open notepad and type text all by itself without user input which naturally is why it gets the ghost term. So how do you create this?

This set of commands is all that is needed to create your program (apart from putting

Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.

This set of commands is all that is needed to create your program (apart from putting .vbs at the end of the file) These commands will first run notepad and then wait an amount of time which is 100 milliseconds in this instance.  To which then it will send the keystrokes to make a word but in this case it is letters which will make a sentence in the end. This is a fairly simple program but it has endless possibilities and mostly finds it uses in pranking which i you could use it for.

Remember what was said in the previous chapter which is keep this program in the same one where your batch file is if you want the batch file to open it instead of having issues finding it in your drive.

Try it out and see how you can implement this into your work and make some cool results. hope it goes well!

Batch File ProgrammingWhere stories live. Discover now