Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Need help making a script like a windows bat file
is a discussion within theLeopard 10.5.X
forums, a part of theOS X
section;I have no idea how to make script files in osx. I what i'm trying to do is make a script that delete the boot.ini file off my hard drives
...-
10-23-2009, 01:01 PM #1
Need help making a script like a windows bat file
I have no idea how to make script files in osx. I what i'm trying to do is make a script that delete the boot.ini file off my hard drives then replaces it with a new file.
this is what i would make it look like in a windows bat file
My home server is dual booting XP and OSX. i'm trying to make a simple script that will swap out my boot.ini file so i can remotely reboot the computer into the other system. It works in windows but i'm new to mac.Process.Start("cmd")
del "c:boot.ini"
copy "c:winboot.ini" "c:boot.ini"
shutdown -r -t 01Last edited by persichini; 10-23-2009 at 01:05 PM.
1st gen iPhone custom pwn’d
www.martinisgifts.com
*************************************
IMob friend code 129-015-829
Mafia Live code 223-902-644




LinkBack URL
About LinkBacks
Reply With Quote