Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → I'm looking for a program....
I'm looking for a program....
2004-05-14, 8:57 PM #1
that will let me queue programs in Windows so that as one program finishes another will start. For example, when Norton finishes scanning, disk defragmenter will start up and do it's thing, then I can synchronize my PDA and comp. That sort of thing. Anyone know where I can get such a program, or even if one exists?

------------------
Truth is in the eye of the beholder.
Forum Rules
Little angel go away
Come again some other day
Devil has my ear today
I'll never hear a word you say
2004-05-14, 10:02 PM #2
It's call Batch File Encoding.

------------------
I'm sorry, you must be lost... I think you really don't belong here.
Email me
2004-05-15, 7:25 AM #3
Quote:
<font face="Verdana, Arial" size="2">Originally posted by DDRSDRAM:
It's call Batch File Encoding.

</font>


yep. it's about the only way I know of.

------------------
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
OSC Returns!!
10 of 14 -- 27 Lives On
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
The OSC Empire
10 of 14 -- 27 Lives On
2004-05-15, 8:55 AM #4
http://support.microsoft.com/default.aspx?scid=kb;en-us;308569&sd=tech
2004-05-15, 12:34 PM #5
what exactly is Batch File Encoding and how does it work? better yet, is there a link to this info?

Jon, i know about task scheduler but it's not quite what i'm looking for. it will ROUGHLY work like i want if i know how long a program usually takes to run, but otherwise it's not much help. i need something that will start one program when another is finished running, not at a certain time.

------------------
Truth is in the eye of the beholder.
Forum Rules
Little angel go away
Come again some other day
Devil has my ear today
I'll never hear a word you say
2004-05-15, 8:49 PM #6
bump

------------------
Truth is in the eye of the beholder.
Forum Rules
Little angel go away
Come again some other day
Devil has my ear today
I'll never hear a word you say
2004-05-15, 8:56 PM #7
Install Windows Service for UNIX, run the C shell, and type in each run command, separated by a "&&". For example:

% norton.exe && defrag.exe && pdasync.exe

Or you could write a shell script that just executes the commands sequentially.

I don't really know an easy way to do it outside of UNIX though. . .

------------------
[This message has been edited. Deal with it.]
[This message has been edited. Deal with it.]
2004-05-15, 9:35 PM #8
hmm, i'll look into that. thanks.

------------------
Truth is in the eye of the beholder.
Forum Rules
Little angel go away
Come again some other day
Devil has my ear today
I'll never hear a word you say
2004-05-16, 4:30 AM #9
Just create a .bat file like this:

Code:
norton.exe   -commands
defrag.exe   -parameters
hotsync.exe  -stuff


Then schedule or run whatever.bat and when one task finishes, the next will run, and so on. But if somebody closes the command prompt window, the script will stop.
Yet Another Massassi Map | Sadly I Have a Blog Too

↑ Up to the top!