Summary: Autoexec.bat is just a batch file, the only special feature it holds is to autostart when booting. So you can set up it as you like taking into accoun...
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: 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: A batch files is just a collection of command line commands. Such as: cd\, cd dos, del c:\autoexec.bat, edit autoexec.bat, attrib -s -h -r msdos.sy...
Summary: Hi, don't know if this is the right place to ask this, but I found the following line in my autoexec.bat file and was wondering what it does: if exist...
Summary: Siva, To execute a program as soon as the machine starts, you have basically three options... depending on which Windows version you have. 1) You can ...
Summary: Alternatively, you can set them from the command prompt by typing "set variablename=value". To view the current value of a variable, you can type "ech...
Summary: Mechanix2Go: Was this post 15438, Ramsize Sniffer, Original Poster - Gratis? I was going to post a solution using a combination of BAT file and BAS...
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: Examples so far could only work on NT platforms if that(?). 9x boxes will need 'REGEDIT4' for a .reg file header and can not use 'add reg' as a valid...
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'll try it on my Windows98 ;) Why run FAT32 on XP ??? Now, seriously. I was thinking on something in the lines of : dir \*.* /s | findstr "\/" | find...
Summary: As Win XP has no DOS but is a NT kernel system, I suppose you set up an emergency DOS based diskette to access NTFS from A:. If so, specify what verio...
Summary: Actually, it sounds very much like the kak virus. It's not really a virus per se because it just gets started in your autoexec.bat file but I've seen...
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: 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: I have all the stuff installed on the machien. I can run java programs using javac and java or even JCreator. And JDK path is set on autoexec.bat file...
Summary: I think it may depend on what the 'environment variables' you are trying to change, but once place to look is in C:\autoexec.bat . Right click it, and...
Summary: Hi I have the whole directory of turbo C...The way it works is by copying it to a directory in c and then add a path statement like path + c:\borland...
Summary: You have to add C:\PYTHON32 to the PATH variable? Under Win9x, you would edit autoexec.bat, and reboot. But under WinXP, right click my computer, clic...
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: i think u jumped to the wrong conclusions. u didnt mantion what os u r using - i assume its win9x. anyway - what i`ve understand from ur problem that ...
Summary: Sorry guys - I've just had it pointed out that the example above wont work, because windows executes progs in the startup folder right at the end of b...
Summary: load it in the bootdisk's autoexec.bat file Example: @echo off PATH=C:\ C:\Mouse\Mouse.com C:\essolo.com Set Blaster=A220 I7 D3 T4 D: CD Pizza pizza....