CONFIG.SYS is the primary configuration file for the DOS and OS/2 operating systems. It is a special ASCII text file that contains user-accessible setup or configuration directives evaluated by the operating system's DOS BIOS (typically residing in IBMBIO.COM or IO.SYS) during boot. CONFIG.SYS was introduced with DOS 2.0.
Hi,
I have created data files by compiling and running a c++ code. Now I
need to open and store the contents of these files in Fortran 77
variables. But I am not able to do this. The read command does not
return the values stored in the file.
The files are having some 2003 lines and 53...
I was wondering if nested header files are achievable in C? I tried placing #include "header.h" inside a header file but I don't think it worked. thanks.
Is there anyway to open a <name>.c file and compile/run it in VC++ 2008 EE without any extra steps?
After messing around with it, it seems I have to first make a Win32 console application, rename all my files from .cpp to .c, and then change the file to compile as c.
I know I could do this...
Hello,
I am currently doing a 3rd year undergrad project on forward radio meteor scatter
the problem involves the following:
I have over 80Gbs worth of 10 second data blocks of recorded radio input.
They are stored as date stamped .bin files in binary format, each of order 1700kb or...
Hello. I have a small problem. I have a CFD run going on our universities cluster. For those runs, I use a fully structured code that uses plot3d formatted files. Rather than have to go in there and look at them, I would like to look at them here at work, where we use CFX.
In short, is there...
I was wondering if there was any good software 'out there' for organizing files with some kind of tags or metadata. For example, a file might be tagged "additive number theory" and "combinatorics" and might have a title, author, and year as metadata. Ideally all could be searched and a list of...
Is there any way to fix this? I tried converting the mp3 files to wmv files last night, but it reduces the picture quality by a lot so the picture quality looks all fuzzy. Is there any other free video editing software out there that supports mp3 video files?
Hi all,
Had a GOOD look around for a .sty or .bst files for submission of a LateX article to Applied Physics Letters. There have been a few posts elsewhere with no joy, but they are dated now.
Has anyone got a resonable match for this journal?
Or can anyone giude me as to how to go...
Hi guys, this should be a pretty easy thing to do, I'm just not familiar enough with bash shell scripting to do it.
I have a bunch of files named
flow0001.fast
flow0002.fast
...
flow0024.fast
and I would like to remove one zero from the name so:
flow001.fast
flow002.fast
...
I have a lot of Excel spreadsheets which are actually log files from a test (so they all have the same structure) and I need to get the data (a number) from a specific cell (same cell) in each file and do their average.
Does anybody know an efficient method to do this?
Does anyone know of some open-source/free software I could use to take a low-res .mov file and make it a bit smoother at larger sizes? Any advice appreciated. Thanks!
hi guys..i have a set of datafiles(more than 500)for each set i have to plot a graph and make a movie with them.. i want to knw how do i load all these files and plot them in a loop..the files are named as v1 v2 etc...and simeltaneously generate frames and make a movie.pls help ppl..
I had all of my music mp3's and podcasts organized in my itunes library , now when I open my itunes library , none of my mp3s are in my itunes library.
Is there a search method , that allows you to search all your mp3's that was previously on your itunes library and organized your mp3's and...
yes, i just got a nice new macbook pro... how do i get all my music, important files, pics, etc from my pc to my mac?! lol sorry i came here to ask but any info would be great !
Hi all,
I am planning to publish in APL (Applied Physics Letters). However, the RevTEX4 package that I downloaded from the website is too complex and you cannot choose APL from the journals.
Does any of you have a template file for APL journal?
My sisters computer has a major problem. When it starts the dell screen comes on, than it immediately switches to a black screen that says "ntl driver missing, press ctrl + alt + del to restart."
However restarting the computer has not solved the problem and windows won't even go into...
I have a file with text and adjacent to it, the number i want to read. Below is the format. I was wondering how to read just the numbers without touching the text.
trhy 30.0
difje 30.0
sdjk 66.5
xmb 15.0
dcos 15.0
fjvm 2.573e-4
srht 9.05e-3
art3...
No one thought something useful could be learned on 4chan, until now.
http://orz.4chan.org/hr/res/381892.html
Apparently renaming a file (such as an .mp3) to .raw and then saving it (using IrfanView or Photoshop) to PNG will allow you to retain the useful information in the image file...
how exactly would i go about writing a UNIX script that copies files from my Mac OS Desktop to a folder in another computer cluster? i'd need to scp the files from my desktop to the folder, but the cluster is password protected. any help?
If I make my own header file with both function declarations and descriptions in it is there anyway to make it such that these header files can be accessed from any location on my computer or do they have to be stored in the same path as the program that will be using it?
I am looking for a way to create the files with names name according to value of variable in a loop.
For example (not actual code):
do i=1,11
open(10,file=name 'i'//".txt")
...
...
enddo
where 11 files with names: name1.txt, name2.txt...name11.txt will be created with the content.
Do you...
http://news.bbc.co.uk/1/hi/uk/7398108.stm
http://ufos.nationalarchives.gov.uk/
I saw this and thought it might be of interest to some people.
Some sound a bit.. well... made up! but see for yourself.
I'm doing a presentation for coursework, and would like to include some figures which are in other papers (on my computer in PDF format). What is the best way to get one of these images and include it in my document (latex)? I can just select it and copy/paste to an image file, but is there a...
Hi,
I was, earlier today, deleting some unused flash applications from my Ti-89 Titanium that were wasting space. Namely the localization things like Cabri Deutsch and Francais and stuff.
After setting it to delete a few files, my Ti-explorer on my computer stopped responding, and and so...
Hi everybody. I'm relatively new to C++ and am having an issue. What I need to do is take in several files and then do some data processing in each of them separately. I've tried to do this several ways and nothing has worked so far. Below is my last attempt.
Basically, each file is...
So here is what I want to do:
I have an Ipod synched to the Itunes Library on my PC
I wish to synch it with my Macbook.
To do this I need to erase it and replace its contents with the contents of my Macbook's Itunes Library.
There is nothing in my Itunes Library so I wish to move all...
Dear Forumers,
Simple problem: I have a nice directory structure on my PC (Linux). I would like to clean it, I mean to delete all the files within the directory structure, but I don't want to loose my directories.
Is there any simple solution for it? Some unix commands?
Thank you so much...
Is there a certain order that you have to include header files? I have an already error free program in c++, but when i insert some code to change the background and foreground of the console application it gives me errors. It's when i include the windows.h I get the errors. When i comment out...
I want to write a script that will automatically backup my documents to a remote computer. I have a lot (~500 MB) of files, so I only want the files to be backed up when a newer version exists.
Short version of the question: how do I read a single line from a text file using bash?
Long...
Hi all,
Any one can help me how to configure the Acrobat Reader so that we can view PDF files in different browsers? For example, we have two datasheets saved in pdf format, and we want to open to compare their specs. Thanks for any help!
Mike
Please help.After quite some difficulty, I have converted our family video tapes to the computer as .wmv files .I have tried using software to burn them onto discs but these are not being accepted by my outside dvd player and cannot be played .If it is a format problem , how do I know what the...
I want to transfer files from a PC running on XP to a laptop running on Vista through a FireWire cable. Unfortunately it seems having the accessories is not enough to do so. What do I need?
i have about 10gigs of pdfs and other format articles i would like to index so i can search for a word or a phrase in them. anyone know of a program that does this?
This may sound like a stupid question , so please don't laugh. How would you download a program like chess with Windows 2000? Its been awhile since I've had windows 2000 on my computer? You see , I just got a new computer to replaced My old computer and it happen to have Windows 2000 on it. I...
Hello there
I've got a couple of .ezd files, is there any free (gratis) programs that will allow me to view them?
I believe they come from some STM-microscope program.
Thanks in advance
I'm a Genie 2000 user, and in order to prepare a template for a customized report I want to retrieve the FWTM. In fact, this value is shown in "Marker Info" window, but I can't find the adecuate Paramenter from CAM files. Does anyone know the paramenter defintion for the FWTM?
I am having a problem with "include" files. If I put '#include "this.h"' in a subwindow, linking errors saying that the class defined in the h file is being defined twice. Since the h file for the subwindow is included in the code for the main window, I suppose that is why it is getting it...
I have a program that opens a very large .txt data file. This data file remains unchanged, but is always required to run the program. What I want to do is include this .txt into the .exe so that when I distribute the program I don't need to distribute two files, but only one instead.
I'm...
Apparently, not in the Temp folder.
So then, where could I find their locations? Certainly,somewhere on the hard drive because you can instantly switch to an "already-loaded" segment of the video.
Back when I was naive, I ripped some of my cd's and protected the content. Now, even though I have the licenses on my hdd, I can't upload them to my Ipod. There are too many files for me to rip the cd's again and I think I've lost some of them. How would I go about loading them into my ipod?
With several partitions on a HD, if I move all the files from one partition to another, then back, doesn't that equate to a defragmentation? Strange question, I know.
I was working with GSview and Ghostscript to open the PostScript files, but had some troubles by intalling the program. However, is there a better solution for viewing PostScript files?