Related topics

Input File Question?? MFC or iofStream
Hi, Is this the best newsgroup for a question about a batch file I'm trying to write for XP? For anyone not aware, there are groups specifically for NT/2K/XP related batch discussions. Here are 2 such groups... <news:alt.msdos.batch. nt> <news://news.microsoft.com/microsoft.public.win2000.cmdprompt.admin> And if you

Multiple file question
EDU> tura.ca.us> cc: Sent by: Subject: Re: Recorder File Question owner-vs...@Lehigh.EDU 07/10/2003 01:31 PM Please respond to vse-l Michael, I thought you asked about the Hardcopy file. I believe there is a message issued during $0JCLxxx.Proc, when the Recorder file is opened very early in the $0JCLxxx.

Computer file question for any of the technically proficient here
I
don't think there is a fool-proof method that doesn't require some sort of prior knowledge (not included in the question) or preparation of directories to be tested by placing read-only flag files in them (noerase.$$$ is the standard name we use). TED (tda...@gearbox.maem.umr.edu)

GSM file question
What are your techniques to determine which programmes are using the swap file and to what extent? How can you isolate and measure the impact on performance for individual programmes. I do hope I am asking the right questions as the use of this utility and exploiting it's potentional is something I find quite

Limit open xls file question
Hello, Suppose I have several USB devices with different PID's and VID's, but the Device Descriptor contains the same DeviceClass, DeviceSubClass, and DeviceProtocol. Can I write one .INF file to deal with all of these devices? Otherwise, I think I must create many .INF files or a huge .INF file with many items in

tsk file question..
So what if this file exists. Mine sits at 1.23MB, so !! What I would like to hear from some of them is an answer to the question why, you know, I know, but they don't cos the only answer is "to delete the dat file" The main reason for deleting the index.dat file (other than trying to hide your tracks) is that if it

LOCAL_* -- mc.file question
I have a question. I used the Windows media player add-in to add the Windows media player to my FrontPage webpage. It's working just finding but here's the problem. I have 2 video's and 1.MP3 file loaded. How can I give of the visitors to my web page the option to choose one of these three items to play?

header and source file question
Pentium 4 - 3.4 Ghz 2 Gigs RAM (Dual Channel) RAID 0 (Two 10000 RPM 36 Gig Raptors Striped for a total of 69 Gigs) One 80 Gig IDE drive for storage (music and such) My question is with the above setup should I put a 4 gig page file on BOTH the C and D drives, or just one 4 gig on the 80 gig.

TFileStream and another file question
In article <cgw-AA5862.20573614012...@news.std.com>, Carl Witthoft <c...@theworld.com> wrote: This is a question about how the Mac manages the file called "VM Storage," which is a big hunk of disk used for memory storage when Virtual Memory is turned on. I was doing some file-content scans (with SearchFiles and

Outlook Data File Question
So, is it save to open also text files as binaries like this: Open File For Binary Access Read As #1 Strg = Input(LOF(1), #1) Close #1 The contents of Strg will be changed by my app and replaces the original file, so the next question is, if I should also open the new file for writing as binary. Thanks in advance.

Newbie Q: read and append file question
I would just need to dump the data in there as a streaming file. My questions are, what is the easyist way to copy a spool file to a streaming file? Is there a way in a CL I can change the spool file to go directly to steaming file? Is IFS worth the effort or should I stay with the FTP method?

Memory mapped file question
So, obviously I'm wanting to remove the openlog stuff and put in the buffer that wrap's around, and have the my_log messages written to the buffer that is mapped into my memory mapped file (test). So, the question is this: how do I create a buffer (mapped into my memory mapped file) that wrap's around where I write

Page File Question
I ran the System file checker and was told that "user.exe" was corrupted , did I want to restore it. I did NOT since I have run some updates from the Windows Update site and was afraid this might have been an updated file. My question is just that, is it an updated file? Should I restore the original version?

private/internal db file question...
Gerry Cornell g...@yesit.co.uk microsoft public win95 general discussion Jeff Thanks for a very clear answer to my latest questions. It goes straight into my key post folder. I do hope many others read it and benefit from what you impart. I have never set a swap file limit as that message got through to me earlier,

Swap file question
It was just a question of the file that Nokia PC Suite saves to. I wanted to edit these on the PC then upload back to the phone since the only software the Synch tool supports is over kill for me. I did a test set of data from the phone and stored it on my website http://home.mmcable.com/douglasw/3360 When I tried

wav file question
So, is it save to open also text files as binaries like this: Open File For Binary Access Read As #1 Strg = Input(LOF(1), #1) Close #1 The contents of Strg will be changed by my app and replaces the original file, so the next question is, if I should also open the new file for writing as binary. Thanks in advance.

Page File or Swap File Question
Kerim S. Emre ke...@mediaone.net creative products 3d_blaster annihilator2 pvt of them haven't bothered looking into the inner workings of how the swap file actually works. This "tweak" is a old Win95 tweak which really has had no business being on these "tweak" sites since those days. You'll find some great info

WAV file question
Pete Panaro petepan...@aol.comgoaway rec sport pro-wrestling Subject: Re: Computer file question for any of the technically proficient here From: "Buck Naked" Also, check the file properties and make sure it isn't read only. Last question: Are you SURE its an MPEG? Couldn't be a file like EvilVirus.MPEG.EXE?

PASSWD FILE QUESTION
Some users claim that paging file overhead can be minimized by setting the file to a fixed size, so that it doesn't have to be grown or shrunk during operation, but others say that Win2K/XP can handle this task best if we let the OS manage it. This gets to be a "religious" question, like the topic of how big the

Win.ini file question
I have 350 text files, all different names, but all structured the same way internally. I need to extract the first ten lines of text from each file, and drop it into a large file that will contain the first ten lines from ALL the smaller files. Something like this could be an approach $ sh -c 'for f in *.txt;