Summary: Can I have 2 'open' command in autorun.inf ? in another words, is the following correct? (assuming readme.txt and sliceshow.exe, a small executable in...
Summary: Heres the situation. I want to put my VB6 program onto a CD and have it autorun(I know how to do that) but certain buttons in my program have to open...
Summary: just make a file called "Autorun.inf" and then in the file put this: [AUTORUN] OPEN=File.html Here...some microsloft info on the subject. Gives you so...
Summary: It says "for CD" in the title, so the former solution would be the correct one... I should note that the textfile should be named "autorun.inf", and b...
Summary: heya H898, You could do it yourself with 2 files. [1] Autorun.inf [2] menu.exe (or whatever you name it) Using the autorun, you can launch the menu.e...
Summary: i am urgently in need of tasm.exe and tlink.exe for my project to bo submitted tomorrow morning.please need help.mail it to me if you have those files...
Summary: Attempting to imbed and/or link objects using OLE. Using wordpad as a test instrument, no problems with the proceedure. I created a practice wordpad d...
Summary: Hello, I want to demostrate the difference between double and long double in C++, but here is what I got: double d = 0.88 ^5000; long double dl = 0....
Summary: I've only done shared memory programming on Unix and Linux machines in C, but not on Windows or DOS machines. Here are a couple of thoughts: In my ex...
Summary: Yeah, It's weird. You just have to thank microsofts wonderful programming. In debug some functions will return differently than in release, and someti...
Summary: Need to find and replace string in a file using Batch program. It is a text file (but with a different extension simple text and there are blanks in t...
Summary: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
Summary: :: TEST.BAT Usage: test Argument1 Argument2 @echo off & setlocal set param1=%1 set param1=V%param1:~0,1%_%param1:~1,2% set param2=%2 set param2=V%p...
Summary: I burned 6 software App on a CD, I'm always installing the same ones on clients systems so instead of swapping out 6 CD's one after the other. I got t...
Summary: Put the compiled executable on the CD in addition to any embedded ocx's or dll's that are required, e.g mswinsck.ocx or mscommctl.ocx etc., then make ...
Summary: I did it once. You could do something like these, I'm not sure which way will work: Write in aurun.inf [autorun] OPEN=run.bat and create a batch file...
Summary: I have created a informational cd in dreamweaver. I am burning it to a CD and would like the Cd to autorun when used. How do I make the cd open when i...
Summary: Here are some ways to make your presentation more professional-looking: You can throw the window into full-screen mode using this: fscommand("fullscre...
Summary: I have a demo cd that Im going to send to my business partner of presenting an idea. I got his program that will autorun when the cd pops in with a m...
Summary: use AUTORUN.INF make sure its in caps and its in the root dir of the disk.. have it like so: [autorun] open={the program to run} icon={the icon} if yo...
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: Hi, This is a really basic question into the use of the Autorun feature within CD's (I believe it is a feature of VB) My quesion is, how do I go about...
Summary: Thanks, shipping 2 versions of my exe vould be nice. However there definitly is a way how to make it all-in-one. Of course, creating console mode appl...
Summary: Hi, I am trying to build some form of program that will keep my jumpdrive secure. I know there are programs I can add to my drive that will do this fo...