English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is there a certain way to start a .bat file and also how do we set a value on a variable? i mean is there a sign such as = ?

2007-10-06 06:44:29 · 2 answers · asked by STV 426 2 in Computers & Internet Programming & Design

2 answers

This page explains how to write .bat files

http://windowshelp.microsoft.com/windows/en-us/search.aspx?=&qu=set+home+page

2007-10-06 06:47:24 · answer #1 · answered by TheHumbleOne 7 · 0 0

To create a *.bat file:

Open Notepad
Type your commands, one per line
When done, save the file as
Then when you click on that bat file, it will run.

There are, of course, other ways to get a batch file to start, just depends what you want to use it for.

What specifically are you wanting to do with the SET command? You don't always need to use it. For example, if you wanted to "set echo to on" you would type
ECHO ON

If you need help, you can google:
BATCH FILE COMMANDS

HTH : )

2007-10-06 06:51:25 · answer #2 · answered by C-bug 6 · 0 0

fedest.com, questions and answers