Starting files.
Posted: 17 Jul 2007 21:40
Hello.
I'm pretty new to batch, and want to learn easy, funny stuff to do with batch files.
First up, I read the "My First Batch File" tutorial.
And now I tought I would execute my own batch file, so I wrote this:
But, it gives this error that the file cant be found, or that this file can't be found: "C:\Program files\Mozilla.".
I would love help, and if you got a easy tutorial on your hands, feel free to post it.
Sirencly
Powermean.
I'm pretty new to batch, and want to learn easy, funny stuff to do with batch files.
First up, I read the "My First Batch File" tutorial.
And now I tought I would execute my own batch file, so I wrote this:
Code: Select all
@echo off
echo 'ay there!
pause
start C:\Program files\Mozilla Firefox\firefox.exe
But, it gives this error that the file cant be found, or that this file can't be found: "C:\Program files\Mozilla.".
I would love help, and if you got a easy tutorial on your hands, feel free to post it.
Sirencly
Powermean.