PDA

View Full Version : Run Script


ynnaD
03-15-2009, 02:43 PM
Well, I would really enjoy a "run" script for my dodian client, but I don't know how to make it, so can please someone help?

Like this:alias run {
run G:\Creations:\Dodianclient.exe
}


I don't know if I made it good, but I would really like someone to help me.
Thanks!

Colin
03-15-2009, 02:47 PM
@echo off
title Client
java -Xmx500m client 10 0 highmem members 32
pause


This is the one I have for my client.

Angel
03-15-2009, 04:51 PM
I loled @ Masu.

alias run {
run G:/Creations:/Dodianclient.exe
}