|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
batch file scrypting help
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#11 (permalink) | ||||||||
|
logan's assistant :)
|
actullay i modified a short cut target to
C:\Windows\System32\cmd.exe /C start /affinity 1 X:\xxxxxx.bat then made a batch file with this in it x:\xxxxxx~1\xxxxxx~1\xxxxxx~1\xxxxx.EXE is what i done but when i put the exit in the batch file it does not close the cmd prompt due to the game not being fully loaded so now i figure i need the syntax to make it wait about 30 seconds before entering the EXIT cmd
__________________
Official Cooler Master 690 Club
|
||||||||
|
|
|
|
#12 (permalink) | |||||||||||||||
|
WaterCooler
|
Quote:
Quote:
While I agree with the other guy, what harm is there in just leaving the prompt open until you close the game, I can see where it might be a minor annoyance knowing that it is back there behind your game. If it were me, I would just use Task Assign and call it a day. What the OP is trying to accomplish doesn't seem likely with a batch file.
__________________
Please read this before posting threads, replying to threads, and editing your signature. Additional Signature, Thread, and Posting Rules: Overclock.net Professionalism Initiative Evey Hammond: Who...who are you? V: Who? Who is but the form following the function of what. And what I am, is a man in a mask. Evey Hammond: I can see that. V: Of course you can. I'm not questioning your powers of observation, I'm merely remarking on the paradox of asking a masked man who he is.
|
|||||||||||||||
|
|
|
|
#13 (permalink) | ||||||||||
|
logan's assistant :)
|
Quote:
Quote:
i only have the one batch file and i knkow about switches just never worked with them that much but ty for all your help
__________________
Official Cooler Master 690 Club
|
||||||||||
|
|
|
|
#14 (permalink) | ||||||||
|
logan's assistant :)
|
that was the problem/annoiance ty very much everyone wo helped +rep
__________________
Official Cooler Master 690 Club
|
||||||||
|
|
|
|
#15 (permalink) | |||||||||||||
|
WaterCooler
|
This should work, and be a much shorter way of doing what you posted at the top of this page:
Code:
start /affinity 1 "C:\Program Files\World of Warcraft\wow.exe" exit
__________________
Please read this before posting threads, replying to threads, and editing your signature. Additional Signature, Thread, and Posting Rules: Overclock.net Professionalism Initiative Evey Hammond: Who...who are you? V: Who? Who is but the form following the function of what. And what I am, is a man in a mask. Evey Hammond: I can see that. V: Of course you can. I'm not questioning your powers of observation, I'm merely remarking on the paradox of asking a masked man who he is.
|
|||||||||||||
|
|
|
|
#16 (permalink) | |||||||||
|
logan's assistant :)
|
Quote:
![]() i know it the same with other games as well that was just a example
__________________
Official Cooler Master 690 Club
|
|||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|