Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
run program without startup folder
Name: Haroon Date: August 16, 2002 at 05:11:13 Pacific
Comment:
Is there some other way to run a program automatically on boot except startup folder. I am working on an os/2 warp 3 system who is running some program which is not in startup then where it is
SecondlyHow we can remvove some thing from startup from command prompt
Name: Jonas Buys Date: August 16, 2002 at 13:52:14 Pacific
Reply:
- RUN=[drive:][path]filename[options] executes a program DURING BOOT (so not Presentation Manager apps). More than one RUN-statements can be added in config.sys; It is of importance in which position in config.sys a RUN-statement is placed. Before the first RUN-command can be interpreted, all DEVICE-statements must be initialised. In contrast to the CALL-statement, the programs added after a RUN-command can not "communicate" with the user, so no input in any form is possible; -CALL=[drive:][path]filename[options]; this statement has an equivalent function as RUN, so running apps while booting, butthe programs CAN accept intake and output. More than one lines are accepted. These will be executed in the order they are typed in config.sys. - Another way to launch programs (without the startup folder) is via Regedit2.exe. See my website at December, and a fully listed pdf-file for Regedit2.exe will be published, with all details. (www.jonasbuys.easynet.be) For more information, send an e-mail or see the previous messages on the forum, which deal a lot about the problems that can arise with startup folder, and how to handle them.
Summary: I want run my program automatically when ever my os/2 warp 3 based system boot up. In windows we put exe file in startup folder what we will do here in OS/2 ...
Summary: My os/2 warp ver 3 is getting trap 000e while boot. This error is due to LAN card disorderness. Now i want remvove one of my program exe file from startup folder at command line. Can some one help me ...