automatisation of task

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In earlier days, in msdos, we made 1 batchfile to automate several tasks in
1 command. Is there something in windows like that ? how , where ?
a little bit like a maro in excel ...
 
gdg said:
In earlier days, in msdos, we made 1 batchfile to automate several tasks in
1 command. Is there something in windows like that ? how , where ?
a little bit like a maro in excel ...

It's exactly the same thing in Windows: Use a batch file
to invoke the executable itself or the shortcut pointing to it.
 
gdg said:
In earlier days, in msdos, we made 1 batchfile to automate several tasks
in
1 command. Is there something in windows like that ? how , where ?
a little bit like a maro in excel ...

There is no DOS in Windows XP but you can still create/run batch files.
 
do you make it in notepad ? or something else ?

Pegasus (MVP) said:
It's exactly the same thing in Windows: Use a batch file
to invoke the executable itself or the shortcut pointing to it.
 
Any text editor will do, e.g. notepad.exe. And you
can place it anywhere you like, as long as you
remember where exactly you placed it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top