Thats a very good question but you can not because Mac's dont have the program called CMD.exe. and if you some how download it youll have to modify the properties. batch files run inside cmd.exe so its pretty much impossible. im sorry if mac is the only thing you have.
The equivalent on the Mac would be to set up a shell script in the Terminal application found in the Utilities folder within the Applications folder. Or you could, depending upon what you want to achieve, use Automator found in the Applications folder.*Never* install any file or run any executable you did not get from a trusted source or that you know to be a good file. Always assume the worst. A .bat file is a batch file used to execute a "Batch" of commands and could have crippling effects on your security. Please, never run something you don't implicitly trust.
Open up a notepad.Type in the the batch parameter you need to run.Then save it as a .bat file.File > Save as > myfile.batExample:If you need to to copy a file (filename picture001.jpg) in C: drive to the D: drive, you can create the batch to do the task by typing the following parameter in the batch file.xcopy [path of the file] [destination path]xcopy C:\picture001.jpg D:Now save it as a batch file and double click to run it.Enjoy!
1. Open Notepad 2. Type the following: shutdown -s 3. Save the file as <<filename>>.bat Ex: shut.bat 4. Run the batch file to shutdown the PC. In case you want to restart, type "shutdown -r" Thanks Kiran
Make a batch file. Open up notepad, type in the commands just like you would if you had a C:\prompt and choose "save as." When you save it, remove the .txt extension & use .bat instead. Batch files can be executed just like an .exe, any commands in the batch file are put to a command prompt & executed. So just put the batch file (or a shortcut to it) in programs/startup in your start menu & youre done!
Not that I know of... but this may help: To hide batch files when you run them: 1. Create a vbscript file called start.vbs with the following code: CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False 2. To run your file type: start.vbs <name of file>.bat in a command window. Easy and efficient! It still shows in the task process list, but the window is now hidden.
Nope, there are no such things as a batch file that can run in stealth mode. A batch file is too simple to go as far as that. If you are trying to do this, I would recommend you legally learn about hacking. If that feature is enabled, you can run a whole lot of nasty stuff in there without the user knowing what is happening.
Assuming you mean a shell script (AKA batch file), you simply add a .bat as the extension to any plaintext file. There is no limitation for the actual filename aside from this (except for regularly unallowed charachters like > and /). For instance, if you wanted to name your batch file hello world, you would open up a new notepad document, enter your code, then save as File Name: hello world.bat and change the Save as Type: All Files. Windows automatically recognizes any file with the .bat extension as an executable batch file, so to run it, you would just double-click it like any other document or file. To edit the batch file again, you can right click it and select Edit, or use notepad to open it from its respective location. Hope that answers your question.
Autorun.bat
You can run any batch program (with extensions .bat and .cmd) just like any other regular (.exe) program. Just double click on it.
No.
You can not run a DLLÊfile on a Mac computer because DLLÊis a Microsoft program. You have to find a Mac file that is the same version or find a file that will share the dll file in your library.
Probably trying to make a virus. It's simple: Drag the batch file you want to start on startup into the startup folder in All Programs.