Limewires Guest
|
 |
« on: March 03, 2007, 01:18:58 AM » |
|
Hey guys, im new here and need help.
What I'm trying to do is Open a few files using .bat
The thing is when i type my specified File names it comes up with: 'Windows cannot find 'files that i want to open'. Make sure you typed the name correctly.. blablabla
I want the .bat program to open files IN a folder.. and I'm not sure on how to do that.. I can open the files if they are on my desktop but I don't really want that.
For example:
@echo off echo ==================================== Echo Elliots 0.34 Bat file for Maplestory echo ==================================== pause echo Opening MS... pause START MS pause START Temp_KASPER~1.EXE
And there error comes up when I press enter a few times..
Anyway if any of you guys can help it would be much appreciated
Ty~
Limewires
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #1 on: March 03, 2007, 01:21:49 AM » |
|
wow u play ms too!!! ok so yeah you need to put the start to sytem root which is C:\Program Files\WIZET\MapleStory\MapleStory.exe that is for maplesea and for start temp kasper~1.exe you need to tell me where it is
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #2 on: March 03, 2007, 01:25:22 AM » |
|
Well I play Global xD anyway The locations of the files I want to open are: For kaspersky:.. C:\Documents and Settings\Robert\Desktop\MS\kaspersky And for Dxwnd: C:\Documents and Settings\Robert\Desktop\MS\DXWND And for Patcher: C:\Documents and Settings\Robert\Desktop\MS And for Mzbot: C:\Documents and Settings\Robert\Desktop\MS Ty if you can help me 
|
|
|
|
|
Limewires Guest
|
 |
« Reply #3 on: March 03, 2007, 01:26:29 AM » |
|
By the way MS is the folder that all the files are in.
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #4 on: March 03, 2007, 01:27:53 AM » |
|
i see hacker... i can see right through oh well i will help you 
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #5 on: March 03, 2007, 01:27:57 AM » |
|
And I want all of them to open Synchronized lol
|
|
|
|
|
Limewires Guest
|
 |
« Reply #6 on: March 03, 2007, 01:30:09 AM » |
|
Lol yeah xD Ty for helping 
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #7 on: March 03, 2007, 01:30:12 AM » |
|
i think this is wad u mean @echo off echo mshack pause echo starting process start C:\Documents and Settings\Robert\Desktop\MS\kaspersky.exe start C:\Documents and Settings\Robert\Desktop\MS\DXWND start C:\Documents and Settings\Robert\Desktop\MapleStory.exe start C:\Documents and Settings\Robert\Desktop\MS.exe msg * process finished exit
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #8 on: March 03, 2007, 01:35:33 AM » |
|
It still comes up with the error 'cant find files etc...'
|
|
|
|
|
Limewires Guest
|
 |
« Reply #9 on: March 03, 2007, 01:36:10 AM » |
|
This is what I have:
@echo off echo ==================================== Echo Elliots 0.34 Bat file for Maplestory echo ==================================== pause echo Opening MS... pause echo Starting Process start C:\Documents and Settings\Robert\Desktop\MS\kaspersky.exe start C:\Documents and Settings\Robert\Desktop\MS\DXWND.EXE start C:\Documents and Settings\Robert\Desktop\MS\Patcher.exe start C:\Documents and Settings\Robert\Desktop\MS\Mzbot.exe msg * process finished exit
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #10 on: March 03, 2007, 01:39:12 AM » |
|
wait can u launch maplestory normaly without the hacks from there
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #11 on: March 03, 2007, 01:41:15 AM » |
|
Lol come on I want the hacks to open before I open MS but it cant find them.. T_T
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #12 on: March 03, 2007, 01:44:01 AM » |
|
first thing msbot is to be used wif a uce and dxwind u haf to launch it first den u can change the settings
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #13 on: March 03, 2007, 01:44:38 AM » |
|
I need to go to bed VERY soon and if you can help me or add my to msn It would be great. 
|
|
|
|
|
Limewires Guest
|
 |
« Reply #14 on: March 03, 2007, 01:46:02 AM » |
|
I know how to use the things its just that when i try opening them with batch, well i can't even with their locations after start..
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #15 on: March 03, 2007, 01:48:05 AM » |
|
u have to give me all the file type
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #16 on: March 03, 2007, 01:52:18 AM » |
|
Heres what they look like, i gave the locations in a previous post.
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #17 on: March 03, 2007, 01:55:57 AM » |
|
PROBLEM SOLVED
@echo off echo mshack pause echo starting process start C:\Docume~1\Robert\Desktop\MS\kaspersky.exe start C:\Docume~1\Robert\Desktop\MS\DXWND start C:\Docume~1\Robert\Desktop\MapleStory.exe start C:\Docume~1\Robert\Desktop\MS.exe msg * process finished exit
|
zepperblood.deviantart.com
|
|
|
Limewires Guest
|
 |
« Reply #18 on: March 03, 2007, 01:57:28 AM » |
|
Wow thanks man 
|
|
|
|
|
lordoftheplat
Thanked: 1 Posts: 258
teh god.
|
 |
« Reply #19 on: March 03, 2007, 01:57:53 AM » |
|
no problem
|
zepperblood.deviantart.com
|
|
|