Overclock.net - Overclocking.net
     
 
Home Gallery Reviews Blogs Register Today's Posts Mark Forums Read Members List


Go Back   Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming

Reply
 
LinkBack Thread Tools
Old 06-22-08   #1 (permalink)
New to Overclock.net
 
amd nvidia

Join Date: Feb 2008
Posts: 69

Rep: 4 desertmonk Unknown
Unique Rep: 0
Trader Rating: 0
Default A Programme that will cause a sequence of files to be opened with another programme.

Right, i have had a rather good (IMO) idea that allows me to run my rig OC'd without crashing. However i don't have the know-how to implement it.

OC'ing via BIOS is out of the question completely, so it has to be done with nTune (yes i know... at least i know for next time...) Problem is if i raise the FSB more than 5mhz each time system is very likely to hang (let-alone making the jump from 200*13 to 231*13) but i can raise it 2-4mhz at a time fine.

So, i need a .exe file that i can keep on my desktop that does this when i double click it:


Open 204.nsu with nTune.cmd
wait 5 seconds
open 208.nsu with nTune.cmd
wait 5 seconds
open 212.nsu with nTune.cmd
wait 5 seconds
open 216.nsu with nTune.cmd
wait 5 seconds
open 220.nsu with nTune.cmd
wait 5 seconds
open 224.nsu with nTune.cmd
wait 5 seconds
open 228.nsu with nTune.cmd
wait 5 seconds
open 231.nsu with nTune.cmd
Close programme



*2XX.nsu is the name of the profile where the FSB is 2XX. If i was provided with a programme, i am capable of openign it in notepad and inserting the file location of 2XX.nsu and nTune.cmd.


Question 1) IS THAT POSSIBLE?

2) If that is a reasonably simple 10min task it would be BLEEPING AWSOME IF SOMEONE WOULD "CREATE" THAT PROGRAMME FOR ME. p.s. it has to be functional, so idc if it doesn't have an interface as such or anything that reports back the FSB (i have cpu-z etc to do that)

Thanks for any comments in advance.




P.S. this was posted in the general AMD CPU section, as i didn't notice the coding sub-forum. Any previously discussed thoughts ideas can be found: http://www.overclock.net/amd-general...-raise-my.html
__________________
System: MY COMPUTER
CPU
Athlon 64 X2 5000+
Motherboard
DELL ORY206 (MCP61 chipset)
Memory
3070mb DDR2 667
Graphics Card
GeForce 8600GT 256mb (630/800)
Hard Drive
250gb
Sound Card
Onboard RealTek 7.1 HD
Power Supply
300w Dell
Case
Inspiron 531
CPU cooling
Stock heatsink, 80mm fan
GPU cooling
Stock
OS
Vista Home Premium 32bit
Monitor
19" Widescreen 1440 x 900 5ms
desertmonk is offline   Reply With Quote
Old 06-22-08   #2 (permalink)
Apple Doesn't Love You
 
rabidgnome229's Avatar
 
intel nvidia

Join Date: Feb 2006
Location: Pittsburgh
Posts: 4,952
Blog Entries: 1

Rep: 560 rabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famous
Unique Rep: 1
FAQs Submitted: 6
Trader Rating: 5
Default

It's a 4 second task on linux. I dunno about windows but you should be able to make a batch file to do it.
__________________
BIG BROTHER
I put on my robe and wizard hat...

IS WATCHING

System: It goes to eleven
CPU
E6300
Motherboard
DS3
Memory
2GB XMS2 DDR2-800
Graphics Card
EVGA 8600GTS
Hard Drive
1.294 TB
Sound Card
Audigy 2 ZS
Power Supply
Corsair 520HX
Case
Lian-Li v1000B Plus
CPU cooling
TTBT
GPU cooling
Thermalright V2
OS
Arch Linux/XP
Monitor
Samsung 226bw
rabidgnome229 is offline Overclocked Account   Reply With Quote
Old 06-22-08   #3 (permalink)
New to Overclock.net
 
amd nvidia

Join Date: Feb 2008
Posts: 69

Rep: 4 desertmonk Unknown
Unique Rep: 0
Trader Rating: 0
Default

Quote:
Originally Posted by rabidgnome229 View Post
It's a 4 second task on linux. I dunno about windows but you should be able to make a batch file to do it.
Right... well i'm running Vista 32bit and have no idea about programming. If it was a 4 second task and some-one could do it quickly then that would be awsome.

If not DW, i'll stick with stock speeds till i build a new rig.
__________________
System: MY COMPUTER
CPU
Athlon 64 X2 5000+
Motherboard
DELL ORY206 (MCP61 chipset)
Memory
3070mb DDR2 667
Graphics Card
GeForce 8600GT 256mb (630/800)
Hard Drive
250gb
Sound Card
Onboard RealTek 7.1 HD
Power Supply
300w Dell
Case
Inspiron 531
CPU cooling
Stock heatsink, 80mm fan
GPU cooling
Stock
OS
Vista Home Premium 32bit
Monitor
19" Widescreen 1440 x 900 5ms
desertmonk is offline   Reply With Quote
Old 06-22-08   #4 (permalink)
110100001101001111000
 
C-bro's Avatar
 
intel nvidia

Join Date: Jan 2006
Location: Hamilton, ON
Posts: 1,773

Rep: 276 C-bro is a proven memberC-bro is a proven memberC-bro is a proven member
Unique Rep: 0
FAQs Submitted: 6
Folding Team Rank: 209
Hardware Reviews: 9
Trader Rating: 1
Default

Go into Notepad and type the full path of all the files you want to run like so:

start "c:\fake Directory\240.nsu"
start "c:\fake Directory\260.nsu"

Save it as whatever you want .bat, and make sure that your computer automaticlly uses NTune to open .nsu files. Just double click the bat and it should run.

System: RAID0R
CPU
Intel E2180 3.33GHz
Motherboard
Asus P5K-E/WIFI-AP vMod
Memory
2GB Kingmax DDR2-1066
Graphics Card
EVGA 8800GT
Hard Drive
2x250GB WD+500GB 7200.11
Sound Card
SB Audigy 2
Power Supply
Corsair CMPSU-550VX
CPU cooling
Arctic Cooling Freezer 7 Pro
GPU cooling
Zalman VF900-Cu
OS
Windows Vista Business 32-Bit
Monitor
HP F2105 21" & Samsung 712N
C-bro is offline I fold for Overclock.net Overclocked Account C-bro's Gallery   Reply With Quote
Old 06-22-08   #5 (permalink)
New to Overclock.net
 
amd nvidia

Join Date: Feb 2008
Posts: 183

Rep: 10 Mrzev Unknown
Unique Rep: 0
Trader Rating: 0
Default

Quote:
Originally Posted by C-bro View Post
Go into Notepad and type the full path of all the files you want to run like so:

start "c:fake Directory240.nsu"
start "c:fake Directory260.nsu"

Save it as whatever you want .bat, and make sure that your computer automaticlly uses NTune to open .nsu files. Just double click the bat and it should run.
Well, with that it doesn't wait the 5 seconds. With that tho, you can do it manually. Have 1 for each file.. But i guess that defeats the purpose considering they are already launchable files.

If you can have an application that does it... watch out fire firewall or antivirus... they might view it as a hazard.
__________________
System: Zev's Comp
CPU
AMD Athlon 64 X2 4400+ 2.2ghz
Motherboard
DFI-LANPARTY nF4 SLI-DR
Memory
OCZ Platinum 3gb (2x1gb) +(2x512meg)
Graphics Card
EVGA GeForce 8800GTS 640MB 320-bit GDDR3 PCI Expre
Hard Drive
300gig WD 7200RPM SATA
Mrzev is offline   Reply With Quote
Old 06-22-08   #6 (permalink)
Apple Doesn't Love You
 
rabidgnome229's Avatar
 
intel nvidia

Join Date: Feb 2006
Location: Pittsburgh
Posts: 4,952
Blog Entries: 1

Rep: 560 rabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famousrabidgnome229 is becoming famous
Unique Rep: 1
FAQs Submitted: 6
Trader Rating: 5
Default

Google says you can use "sleep <number of seconds>"
__________________
BIG BROTHER
I put on my robe and wizard hat...

IS WATCHING

System: It goes to eleven
CPU
E6300
Motherboard
DS3
Memory
2GB XMS2 DDR2-800
Graphics Card
EVGA 8600GTS
Hard Drive
1.294 TB
Sound Card
Audigy 2 ZS
Power Supply
Corsair 520HX
Case
Lian-Li v1000B Plus
CPU cooling
TTBT
GPU cooling
Thermalright V2
OS
Arch Linux/XP
Monitor
Samsung 226bw
rabidgnome229 is offline Overclocked Account   Reply With Quote
Old 06-23-08   #7 (permalink)
New to Overclock.net
 
amd nvidia

Join Date: Feb 2008
Posts: 69

Rep: 4 desertmonk Unknown
Unique Rep: 0
Trader Rating: 0
Default

THANK YOU SO MUCH!!!!!!!!!!!!!!!!! Here's what i have so far (saved as .bat) I've hit enter after "start\directory" and after "sleep 5 seconds" Is this correct or should it flow? P.S. here it is so far:

Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\201.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\203.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\205.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\207.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\209.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\211.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\213.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\215.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\217.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\219.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\222.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\224.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\226.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\228.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\230.nsu
sleep 5 seconds
Start C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\231.nsu
sleep 5 seconds


Do i need to add anything on the end to tell the programme to close or anything? oh and plus rep for both of you and more rep for anyone that can get it to work lol



EDIT: I get an error message saying windows can't find c:\user... I have double checked the file path is correct. Could it be because Appdata is one of those "hidden" locations (or whatever the term/reason is) I will now try making a seperate folder in a non-hidden location (e.g. My docs) and put all the .nsu files in there.

EDIT: The above edit didn't work.

EDIT: when the cmd.exe appears and runs through the .bat file it says "sleep 5 seconds" is not a recognised command



I Guess it's not working because i've missed something obvious (like a \) to anyone who knows anything about prgramming lol?
__________________
System: MY COMPUTER
CPU
Athlon 64 X2 5000+
Motherboard
DELL ORY206 (MCP61 chipset)
Memory
3070mb DDR2 667
Graphics Card
GeForce 8600GT 256mb (630/800)
Hard Drive
250gb
Sound Card
Onboard RealTek 7.1 HD
Power Supply
300w Dell
Case
Inspiron 531
CPU cooling
Stock heatsink, 80mm fan
GPU cooling
Stock
OS
Vista Home Premium 32bit
Monitor
19" Widescreen 1440 x 900 5ms

Last edited by desertmonk : 06-23-08 at 05:49 AM.
desertmonk is offline   Reply With Quote
Old 06-23-08   #8 (permalink)
PC Gamer
 
magus.tsf's Avatar
 
amd ati

Join Date: Mar 2008
Location: Deepest Wales
Posts: 150

Rep: 22 magus.tsf is acknowledged by some
Unique Rep: 0
Trader Rating: 0
Default

no, it's the spaces in the path. Enclose the path part of the command in quotes like this:

Start "C:\Users\Steven\appdata\Local\NVIDIA Corporation\nTune\Profiles\231.nsu"

Should work then

Edit: And remove the word seconds from the end of the sleep command. That isn't an option and it counts in seconds by default
__________________

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.

System: My System
CPU
Phenom 9600 BE
Motherboard
Asus M3A32-MVP Deluxe
Memory
4 GB DDR2 800 OCZ HTC Reaper
Graphics Card
Watercooled Saphire 1GB 3870 X2
Hard Drive
2 x WD 500GB SATA 2
Sound Card
Onboard 8.1 channel
Power Supply
Zalman 850 Watt Heatpipe cooled
Case
Gigabyte Mercury 3D
CPU cooling
Water
GPU cooling
EK Full Cover Waterblock
OS
Vista Ultimate
Monitor
32" HD TFT on HDMI

Last edited by magus.tsf : 06-23-08 at 05:46 AM.
magus.tsf is offline   Reply With Quote
Old 06-23-08   #9 (permalink)
New to Overclock.net
 
amd nvidia

Join Date: Feb 2008
Posts: 69

Rep: 4 desertmonk Unknown
Unique Rep: 0
Trader Rating: 0
Default

Quote:
Originally Posted by magus.tsf View Post
no, it's the spaces in the path. Enclose the path part of the command in quotes like this:

Start "C:UsersStevenappdataLocalNVIDIA CorporationnTuneProfiles231.nsu"

Should work then

Edit: And remove the word seconds from the end of the sleep command. That isn't an option and it counts in seconds by default

OK, it now looks like this:


Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\201.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\203.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\205.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\207.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\209.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\211.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\213.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\215.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\217.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\219.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\222.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\224.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\226.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\228.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\230.nsu"
sleep 5
Start "C:\Users\Steven\Documents\My Documents\OVERCLOCK PROGRAM\231.nsu"
sleep 5 seconds


When i double click the desktop shortcut i made, i get about 20 odd cmd.exe popping up. As you might be able to see from CPU-Z, the FSB hasn't changed.

__________________
System: MY COMPUTER
CPU
Athlon 64 X2 5000+
Motherboard
DELL ORY206 (MCP61 chipset)
Memory
3070mb DDR2 667
Graphics Card
GeForce 8600GT 256mb (630/800)
Hard Drive
250gb
Sound Card
Onboard RealTek 7.1 HD
Power Supply
300w Dell
Case
Inspiron 531
CPU cooling
Stock heatsink, 80mm fan
GPU cooling
Stock
OS
Vista Home Premium 32bit
Monitor
19" Widescreen 1440 x 900 5ms
desertmonk is offline   Reply With Quote
Old 06-23-08   #10 (permalink)
PC Gamer
 
magus.tsf's Avatar
 
amd ati

Join Date: Mar 2008
Location: Deepest Wales
Posts: 150

Rep: 22 magus.tsf is acknowledged by some
Unique Rep: 0
Trader Rating: 0
Default

when you double-click on one of these .nsu files does the fsb change then or do you get a windows asking what program to use to open the file?
__________________

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.

System: My System
CPU
Phenom 9600 BE
Motherboard
Asus M3A32-MVP Deluxe
Memory
4 GB DDR2 800 OCZ HTC Reaper
Graphics Card
Watercooled Saphire 1GB 3870 X2
Hard Drive
2 x WD 500GB SATA 2
Sound Card
Onboard 8.1 channel
Power Supply
Zalman 850 Watt Heatpipe cooled
Case
Gigabyte Mercury 3D
CPU cooling
Water
GPU cooling
EK Full Cover Waterblock
OS
Vista Ultimate
Monitor
32" HD TFT on HDMI
magus.tsf is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools



All times are GMT -4. The time now is 02:23 AM.


Overclock.net is a Carbon Neutral Site Creative Commons License Internet Security By ControlScan

Terms of Service / Forum Rules | Privacy Policy | Advertising | Become an Official Vendor
Copyright © 2008 Shogun Interactive Development. Most rights reserved.
Page generated in 0.25378 seconds with 9 queries