Summary: I have a few programs that are refusing to execute under win95. to error comes up as follows. c:\program files\prog\prog.exe a device attached to the ...
Summary: It might looking for the prog.exe in the explorer itself. Your explorer might be missing this file. If so you will need to reinstall explorer on your ...
Summary: FILEDATE is available at http://www.abf-dev.com/free-tools.shtml (Just click the "Homepage" above) Usage: FileDate.exe [Mask] [Date] [Time] [/r] Exam...
Summary: Hi, I don't think windows scheduled task, supports running a script every minute, Instead, you can create a batch file which looks something like th...
Summary: :Start01 cd "%userprofile%" cd desktop prog.exe start iexplore.exe www.website.com goto exit this opens then downloads the same file. i want to know h...
Summary: Hello every1!! OK, I want 2 make a Batch file that adds some text @ the beginning and @ the end of each line of a file. For example, this would b the ...
Summary: I have a 4GL program which expecting 2 input screens. The 1st screen is expecting: 1. date1 2. date2 The 2nd screen is expecting: 1. input array of a/...
Summary: i have an installation wizard exe file(prog.exe) that runs a GUI in windows. i want to create a batch file(INSTALL.bat) that loads prog.exe and auto...
Summary: i want to create a script to run an exeecutable installation file GUI without prompting users. its a wise installation package. I just want the scri...
Summary: I want to read the contents of a txt file and then pass them as parameters, one by one, to an exe file, through a batch file. Say, the txt file contai...
Summary: Yes... It is. This is the syntax: ----------------AUTORUN.INF------------------ open="path/prog.exe" icon="path/icon.ico" ___________________________...
Summary: just pu an file named "autorun.inf" in the root dir on th cd-rom taht contains: [autorun] OPEN=prog.exe ICON=prog.ico just replace 'prog' with your pr...
Summary: How to start and run dos aplication before windows starts (on boot) I have a program we will call "prog.exe" It needs to load before windows start...
Summary: I have a batch file that invokes a program that I need to pass the date in the format "DD-MON-YYYY" (ie: 12-JAN-2000). How do I get the date in a batc...
Summary: I don't know if this will work but it's worth a shot: Load Notepad and create a file with the following command: echo %1 %2 %3 %4 %5 %6 %7 %8 %9 >para...