ComputerForum.com ComputerForum.com  
Go Back   Computer Forum > Computer Software > General Software

Reply
 
LinkBack Thread Tools Display Modes
Old 08-27-2005, 12:49 AM   #1 (permalink)
VIP Member
 
Trizoy's Avatar
 
Join Date: Apr 2005
Location: Mountain View, Ca
Posts: 4,673
Default Script? Batch file? Loading multiple programs...

Hello all,
I need some help in loading a number of programs in order.. At work I use 11 different programs, and I need them open simultaneously.. I would like to click a single file to open a sript, or program wich open the rest of the programs. I tried using the starup, but could not get certain ones to open before others...(wrong order) i tried using a Batch file, but it would get stalled on the telnet sessions... Does anyone have an idea how I can do this?
Trizoy is offline   Reply With Quote


Old 08-27-2005, 01:29 AM   #2 (permalink)
banned
 
Join Date: Aug 2005
Posts: 33
Default

Compile this in your favorite C++ compiler.

BEGIN COPY HERE---
#include <stdio.h>
#include <stdlib.h>

int main ()
{
system ("Command Number 1");
system ("Command Number 2");
system ("Command Number 3");
system ("Command Number 4");
system ("Command Number 5");
system ("Command Number 6");
system ("Command Number 7");
system ("Command Number 8");
system ("Command Number 9");
system ("Command Number 10");
system ("Command Number 11");
return 0;
}
END COPY HERE---

Personally, I use absolute paths.
creature_feature is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT +1. The time now is 04:25 AM.


Powered by: vBulletin Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright © 2002-2008 Computer Forum and Web Design Forum