Summary: Iam submiting my question again because i got the message "Access Denide" as it is .Iam using windows98 & i have C Drive & D Drive.I have installed Ja...
Summary: I see where you have read the post at: http://www.computing.net/windows95/wwwboard/forum/168351.html Read Response Number 4. Win98 Forum Name: juba...
Summary: Try it one more time pal. If the path is default while installation, copy paste the following, -IC:\BORLAND\BCC55\INCLUDE -LC:\BORLAND\BCC55\LIB save...
Summary: I find that in WinXP statements with relative paths, like: fopen("filetst.c", "r"); work as expected, but absolute paths like: fopen("C:\autoe...
Summary: Do you have the JDK program directory configured under your paths? If you don't know what this means try this: 1. In the command prompt type "edit au...
Summary: How can I make a misc bootable cd? (The file path is f:\dos_znes\zsnes.exe) I know it has to do with AUTOEXEC.BAT . Can someone please give me a exzam...
Summary: It's been a while since I set mine up. Running the intitial installation file should go through the process of asking you where you want to install th...
Summary: hey, i was surfing around and i found some interesting source code but i'm not sure which language its written in. i think its in BASIC but i'm not su...
Summary: I am trying to write a Windows O.S. install batch. I want the install batch to allow me a choice before proceeding to the next step. I have added the ...
Summary: I am booting off a Win98SE boot disk with CD-ROM support. In the AUTOEXEC.BAT, the last line reads something like: %CDROM%:\foo\foo.exe So it tries t...
Summary: In the autoexec.bat on the floppy you use to create the boot part of the bootable cd put the following two lines as the last lines in the bat. @echo I...
Summary: About a year or so, I used SoftICE a lot and it worked fine. But for some time now, when I have SoftICE loading enabled in autoexec.bat, every time I ...
Summary: Try Borland C++ compiler. You can download it free from borland.com and use it as long as you like. In fact, i use Visual Unreal C++ to write source c...
Summary: I need help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for c...
Summary: Hi. I bought this book that came with a free CD that contains Borland's C++ 5.5, but I'm having a hard time installing it. It says in the readme that ...
Summary: How can I boot a dos program when I start my computer up. I just can't get it right. Is it a autoexec.bat WHAT IS IT IM SO CONFUSED! The Program:Zsne...
Summary: U need to set your path variable in autoexec.bat.Assuming your java program is in c:/jdk1.x/ add the following lines in ur c:\autoexec.bat set path=c:...
Summary: In DOS there has to be a device driver loaded in the CONFIG.SYS section where each drive is assigned a Device Name, and then a File System driver load...
Summary: Now that I'm hoping to learn some serious programming (ASM, debugging ASM, reverse compiling, WinAPI, etc) I'm having to install a whole lot of "stuff...
Summary: Have you set the DJPP environment variable, I have mine set like: set djgpp=\djgpp\djgpp.env from within autoexec.bat and that solved a similar proble...
Summary: Hi. You can either integrate Apache with Tomcat with the ApacheModuleJServ.dll module or fully install Apache JServ and use it as your servlet engine....
Summary: I am wanting to add a line to an edited autoexec.bat of a Win98 Boot Floppy. Example: after calling restart.com, I need a line that returns to the n...