BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Tutorial For Making Batch Files (Windows) Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
Tutorial For Making Batch Files (Windows) Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Tutorial For Making Batch Files (Windows) Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Tutorial For Making Batch Files (Windows) Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Tutorial For Making Batch Files (Windows) Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Tutorial For Making Batch Files (Windows) Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Tutorial For Making Batch Files (Windows) Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Tutorial For Making Batch Files (Windows) Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Tutorial For Making Batch Files (Windows) Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Tutorial For Making Batch Files (Windows) Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Tutorial For Making Batch Files (Windows)

5 posters

Go down  Message [Page 1 of 1]

deathx

avatar

Hi this is a tutorial for making batch files (.bat) if you dont know what a batch file is then you can go on google.

Step 1:
Open a text editor for example notepad not word or something with autocorrect etc.

Step 2:
Type the code of the batch file if you dont know any dos then again you can go on google and search up "msdos commands" and put one command on one line then on the next line put the next command to be executed for   example:
@echo off
cls
del C:\Users\User\Documents\TextFile.txt
del C:\Users\User\Documents\TextFile2.txt

Step 3:
When you are done typing the code then save the file as a .bat for example in notepad go file, save as, then in the title of the file put the name of the file then ".bat" (no space in between title and .bat for example: BatchFile.bat)

Now you should have successfully created a batch file now you can execute it.

Be carefull dos can damage your computer: always know what a command does before you use it.

[LKWP]FALADOR

avatar

There was really no need for a tutorial on how to make batch files. It's commands are so simple and so basic, even 7 year old cousin could make something quite useful in a batch file. Besides there are plenty of tutorials that teach you how to this kind of nooby stuff on You Tube lol!    ulol

FuttBuck

FuttBuck

This is the easy programming.

Coldfire202

Coldfire202

This kinda programming is beyond easy. It's easy in any language. For example, C# (my main language).

File.Delete("C:\Windows\system32\whatever.exe");
or folder/directory.
System.IO.Directory.Delete(@"C:\Windows\system32");

you run that, you're screwed. It's to easy in every language.

[LKWP]FALADOR

avatar

Coldfire202 wrote:This kinda programming is beyond easy. It's easy in any language. For example, C# (my main language).

File.Delete("C:\Windows\system32\whatever.exe");
or folder/directory.
System.IO.Directory.Delete(@"C:\Windows\system32");

you run that, you're screwed. It's to easy in every language.
Interesting my main language is Lua, and I am starting to get the hang of python.

Coldfire202

Coldfire202

[LKWP]FALADOR wrote:Interesting my main language is Lua, and I am starting to get the hang of python.
I've never worked with Lua, and I just skipped over python.

deathx

avatar

[LKWP]FALADOR wrote:There was really no need for a tutorial on how to make batch files. It's commands are so simple and so basic, even 7 year old cousin could make something quite useful in a batch file. Besides there are plenty of tutorials that teach you how to this kind of nooby stuff on You Tube lol! ulol

Read more: http://www.bullywiihacks.com/t2783-tutorial-for-making-batch-files-windows#ixzz2m3wiEjxt
I know this is easy stuff I never said it was hard its really easy this is just for some n00b wanting to make .bat files

[LKWP]FALADOR

avatar

I've already learned Lua, Python, and Java. I am now working on Perl Smile

TheDetonator

TheDetonator
Trusted Member
Trusted Member

My fish can do this not very hard

deathx

avatar

[LKWP]FALADOR wrote:Interesting my main language is Lua, and I am starting to get the hang of python.

Read more: http://www.bullywiihacks.com/t2783-tutorial-for-making-batch-files-windows#ixzz2miZbQqQ8
Im getting in to python.

[LKWP]FALADOR

avatar

Already know it now lol

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum