Summary: I am trying to modify my autoexec.bat in a boot disk that I am trying to image to create a bootable cd that would allow me to do the following: Upon b...
Summary: I know that it is possible to edit autoexec.bat and how to do it, but what i need to know is if you can use normal commands that you would use in a no...
Summary: Hello there, im new to this website and maybe my question is being asked in the wrong section, but I was hoping someone could help me. When I open IE ...
Summary: Iam facing a problem in running Java. I have two partitions C drive & Ddrive. In C drive i have installed Java & all of my java files are in my D driv...
Summary: I need to make a boot floppy that grants cdrom access in the beginning of config.sys Normally to access a cdrom from a bootable dos floppy, an entry n...
Summary: This isn't my area of expertise, but do windows 2000 and XP have the HKEY_LOCAL_MACHINE software-microsoft-windows-current version-runonce option? My...
Summary: I also got thinking about doing it in pure bat, not least because UNIQUE requires the file to be sorted, which will be unacceptable in some situations...
Summary: I was thinking this would probably happen...Probably should have mentioned it. I have a few theories, but nothing I've tested. <theories and fixes...
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: 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: 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: 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: The only way I have found of doing this is by setting mode con: lines=50 in autoexec.bat. Thereafter, all windows come up as 50 line windows. You ma...
Summary: ok, i'll try that, DOS v6.0... here's an example of what i use: ______________________________ option 1 option 2 Cmd\choice /c12]/N if errorlevel 2 g...
Summary: Hi jdt, The line for a bat is simple. But as you say, that var is only accessable in that shell. Try putting your set line in autoexec.bat in the roo...
Summary: Thanx Mechanix /L:R didn't work at first, as I remember, but then I'll try again cause %CDROM% repeats in twice in autoexec.bat as I've found out. It...
Summary: Hi, I dunno where in the manual you don't understand, and I haven't tried to install DJGPP on NT systems. Here goes... DJGPP installation needs 2 thin...
Summary: Hi There, I want anyone of you to give me the (VB)codes to make an exe file named project1.exe to enter an entry of itself in "Autoexec.bat" to load ...
Summary: DEVICE=cd1.SYS /D:banana >> c:\config.sys MSCDEX.EXE /D:banana /L:R >> c:\autoexec.bat The MSCDEX.EXE /D:banana /L:R line in autoexec.bat need to lo...
Summary: I have been looking through the forums and have found some scripts, but they are not working for me. Symantec has a folder on their FTP site that has ...
Summary: Sorry Suresh, if I am rong (I still did not try your code), but I think that code would only run if the user was already with Windows Desktop in his f...
Summary: Hmm this post seems familiar :P TC or BC? Don't worry about that path junk, just include the full path in your headers and use the command line compil...
Summary: Hello, I need to create a Batch file that simulates keystrokes on the keyboard. I have a program that runs in the background, and is triggered by hi...