|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming | |
A Programme that will cause a sequence of files to be opened with another programme.
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#11 (permalink) | ||||||||||||||
|
New to Overclock.net
|
Quote:
Double clicking on 204.nsu for example i get "error seeprom device not recognised" (times two) and then "204.nsu profile has been successfully loaded" (at the same time as CPU-Z reports a 204mhz for the FSB) As i previuously mentioned, clicking on this .bat file once opens about 16 cmd.exe Many thanks for your help so far ![]()
|
||||||||||||||
|
|
|
|
|
#12 (permalink) | |
|
New to Overclock.net
|
Quote:
(type 'start /?' on the command prompt) You should see '/B' as an option - that causes start to run the application without creating a new console window for it. Also you need to use the '/WAIT' parameter if you want the items to be executed sequentially as the 'start' command will create a new thread of execution for each item and there are no guarantees that they will be executed in the correct order (some tasks may finish more quickly than others). |
|
|
|
|
|
|
#13 (permalink) | |||||||||||||
|
PC Gamer
|
It opens several windows because of the start command at the beginning of each line. This command creates a new instance of cmd for each line. You don't need them for what you want to do so the start commands can be removed.
I have been looking at the nvidia forums about this and there doesn't seem to be any true commandline access for ntune. The only other thing i can suggest is to try running the batch command from an administrator command line. This may be the reason there is no increase.
__________________
The Black Mesa Survivors Club Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.
|
|||||||||||||
|
|
|
|
|
#14 (permalink) | |||||||||||||
|
New to Overclock.net
|
Stormwolf: I am confused about where i should put the /b and /wait?
__________________start/b "file path" And are you saying replace sleep 5 with /wait 5 Magnus: i've removed the start commands and tried it, also i've tried runnign it as an administartor (if that was what you meant?) EDIT: THIS NOW WORKS BUT i don't think it waits 5 seconds, and i have to press ok to "unknown seeprom device" and "201.nsu has loaded!" a total of 48 times ![]() ![]() ![]() ![]() Is there anyway of it effectively pressing "ok" for me?"C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\201.nsu" sleep 5 C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\203.nsu" sleep 5 C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\205.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\207.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\209.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\211.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\213.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\215.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\217.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\219.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\222.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\224.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\226.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\228.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\230.nsu" sleep 5 "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\231.nsu" DOUBLE EDIT: is 1153mhz a safe HT? its either that (X5 multi) or 924mhz (X4 multi)
Last edited by desertmonk : 06-23-08 at 06:47 AM. |
|||||||||||||
|
|
|
|
|
#15 (permalink) | |||||||||||||
|
PC Gamer
|
no, you can't get it to press ok for you. The error is there to tell you that your motherboard is not recognised by ntune so you will probably find that there are some ntune options not available to you. I'm afraid that you will just have to put up with the clicking. Apparently abit motherboards give the same errors as dell ones.
__________________
The Black Mesa Survivors Club Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.
|
|||||||||||||
|
|
|
|
|
#16 (permalink) | ||||||||||||||
|
New to Overclock.net
|
Quote:
THANK-YOU SO MUCH LOL.
|
||||||||||||||
|
|
|
|
|
#17 (permalink) | |||||||||||||
|
PC Gamer
|
no problem, glad to help
__________________
The Black Mesa Survivors Club Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.
|
|||||||||||||
|
|
|
|
|
#18 (permalink) | |||||||||||||
|
New to Overclock.net
|
Now to make a 50x50 icon for this little program.... lol
__________________
|
|||||||||||||
|
|
|
|
|
#19 (permalink) | |||||||||||||
|
New to Overclock.net
|
what is a batch file anyway? why is it called batch? whats so big and batch like about it?
__________________Sorry my-bad, i'm getting lazy... should've googled it as i know first hand how annoying it is on forums when some-one asks something, you type it in google for em and get 50 zillion hits :S
|
|||||||||||||
|
|
|
|
|
#20 (permalink) | |||||||||||||
|
PC Gamer
|
it's called a batch program because that's what it does. It runs a batch of commands in sequence. In the good old days of windows 9x they always ended in .bat but now they can be .bat or .cmd files
__________________
The Black Mesa Survivors Club Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.
|
|||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|