Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.| Important Announcement: The winners of the BC Million Post contest have been announced. You can read who the winners are at this post. - BleepingComputer Management |
![]() ![]() |
Dec 4 2005, 09:52 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Members Posts: 51 Joined: 25-November 05 Member No.: 41,907 |
is this the commond to open a program? START /M "C:\WINDOWS\NOTEPAD.EXE" anyways... I also try to use @Echo off and it didn't work... it still poped the Dos window... All I need is something that will turn a program on... I need it because this program has to start ever time I turn on my computer... and maybe I need help in this part also... Thanks in advance... -------------------- The biggest pain in this world is Debuging!!
|
|
|
|
Dec 7 2005, 12:16 AM
Post
#2
|
|
![]() Forum Addict ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,159 Joined: 18-March 05 From: near Sydney, Australia Member No.: 14,809 |
What operating system are you running?
If you have XP you open a command window with Start>run and type cmd OK. You can run your batch files from there. You can write your batch files using Notepad - when you have finished save the file with a .BAT extention instead of .TXT and that's your batch file done. Open the command window, change directory (CD) to where you saved the batch file and just type its name. It will then execute. "@Echo off" means don't output any text to the screen unless specifically told to. QUOTE it still poped the Dos window... - I don't understand what your saying here. QUOTE All I need is something that will turn a program on.. If you are running Windows and the program is installed in windows (i.e. not a DOS program) then all you have to do is copy the program icon from the Start Menu or from the Desktop and paste it into the Startup folder on the Start Menu. The easiest way to do this which will work in all versions of Windows is to right-click the Start button and select 'Explore'. That opens the Start Menu for your user. Navigate to the Startup folder (should be directly under Programs) and paste your icon in there. When Windows starts that program will run. You can set parameters to start the program minimised or with particular values set and a host of other options - refer to windows help on using Startup. hth -------------------- Soltek QBIC, Pentium 4 3.0GHz, 512MB RAM, 200GB SATA HDD, ATI Radeon 9600XT 256MB, Netgear 54Mb/s WAP, ridiculously expensive Satellite Broadband Windows XP Home SP2, Trend Micro Internet Security, Firefox, Thunderbird, AdAwareSE, Spybot S&D, SpywareBlaster, A-squared Free, Ewido Security Suite. |
|
|
|
Dec 8 2005, 08:10 PM
Post
#3
|
|
![]() Member ![]() ![]() Group: Members Posts: 51 Joined: 25-November 05 Member No.: 41,907 |
thanks
-------------------- The biggest pain in this world is Debuging!!
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2008 - 08:26 AM |