Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: win 98 startup  (Read 1950 times)

0 Members and 1 Guest are viewing this topic.

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
win 98 startup
« on: June 14, 2003, 06:23:10 pm »
i have arcade os opening in startup (through the startup menu) so when i turn on the pc arcade os starts up... problem is it takes longer for the other software to start up and so when a game is ran in arcade os it locks up, since not all the windows stuff that starts up has loaded (ex. my sound driver thing)
any suggestions or ideas?
-- banned --

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re:win 98 startup
« Reply #1 on: June 15, 2003, 10:50:44 am »
Put ArcadeOS in a batch file with a delay untility so it is the last program to start or do not start the other programs when starting arcadeOS if not required.
Just putting arcadeOS in a batch file and putting the batch file in startup will delay it somewhat.

BobA
« Last Edit: June 15, 2003, 10:52:02 am by BobA »

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #2 on: June 15, 2003, 11:29:57 am »
how exactly do i do this, i had no idea a delay prog even existed!
-- banned --

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re:win 98 startup
« Reply #3 on: June 15, 2003, 01:10:40 pm »
Here is some info.  As I noted above just the placement of arcadeos in a batch file may cause enough delay to have it execute after the program giving you problems.   If not here is a page with info on delaying batch files. (Not fancy but useful)

Batch file delay info and sleep utility

BobA

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #4 on: June 15, 2003, 02:18:48 pm »
thanks:) I have it on the pc now, but i'm not exactly sure how to use it to work with arcade os... i read what it said on the site and i didn't really get it... i know how to make a batch file and all, but thats not my prob, i've got the .com file on there... but how do i use it?
-- banned --

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re:win 98 startup
« Reply #5 on: June 16, 2003, 10:46:18 am »
I havent used sleep.com but it would be placed in your batch file ahead of the command you want to delay.   The amount of time would be set (note about 10 sec error) and it would execute and return to the batch after set delay.  

BobA

Odonadon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 552
  • Last login:January 27, 2006, 12:01:12 am
  • But then again, that's just one man's opinion.
    • Turbo2k
Re:win 98 startup
« Reply #6 on: June 16, 2003, 02:21:10 pm »
I havent used sleep.com but it would be placed in your batch file ahead of the command you want to delay.   The amount of time would be set (note about 10 sec error) and it would execute and return to the batch after set delay.  

BobA


This must might help me with my problems.  Excellent!

If you're still having trouble, here's the sample batch file I put together to test sleep.com:

@echo off
cls
echo Testing...
sleep 20
echo Done!

Pretty cool.

Odonadon
It's Captain Odonadon, and his magical bag of nuts.

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #7 on: June 16, 2003, 04:20:36 pm »
i'm still sort of confused...
say I wanted to run arcadeos.exe
and delay it for say... 30 seconds... what would I put in my batch file...
how would i make a batch file?
just do it in notepad and save as .bat ???
where on my hard drive would sleep.com go
i'm really confused lol...
thats again for the help:)
-- banned --

Odonadon

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 552
  • Last login:January 27, 2006, 12:01:12 am
  • But then again, that's just one man's opinion.
    • Turbo2k
Re:win 98 startup
« Reply #8 on: June 16, 2003, 05:00:59 pm »
i'm still sort of confused...
say I wanted to run arcadeos.exe
and delay it for say... 30 seconds... what would I put in my batch file...
how would i make a batch file?
just do it in notepad and save as .bat ???
where on my hard drive would sleep.com go
i'm really confused lol...
thats again for the help:)

Oh boy :)

K, put sleep.com in your arcadeos directory.  The batch file should read:

sleep 40
arcadeos.exe

Yes, you can do this in notepad and save it as a .bat file.  But be careful, if you have extensions for known file types turned off, you could end up with a file like this: arcadeos.bat.txt .

The easiest thing to do, would be to open a dos prompt, navitage to your arcadeos directory, and type "edit arcade.bat" .  Put these lines in, then save it via the file menu.

Odonadon
It's Captain Odonadon, and his magical bag of nuts.

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #9 on: June 16, 2003, 05:58:49 pm »
thanks :)
-- banned --

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re:win 98 startup
« Reply #10 on: June 16, 2003, 06:03:59 pm »
Sometimes I get the feeling that the workings of DOS are on their way to becoming a lost art.

 :D

BobA

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #11 on: June 16, 2003, 06:35:34 pm »
Oh no! Dos is great! I just never ever made a batch file in my life! haha hard to believe since i programed in qbasic back then, lol... hahahaa... dos is not a lost art at all... i still think we should all revert back to to dos and say screw windows... dos is the best os ever...kept stupid people out of computers...then i wouldn't see the "l337" 12 year old Ub3R H@x0Rz  0\/\/n!/\/G me in online games...i hate all that... DOS IS THE BEST! BOTTOM LINE! =)
-- banned --

BobA

  • Trade Count: (+14)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5943
  • Last login:July 11, 2018, 09:52:14 pm
  • What Me Worry?
Re:win 98 startup
« Reply #12 on: June 16, 2003, 07:38:05 pm »
AHHHH  There is still hope for DOS.   I remember when DOS was new and I had to leave CPM for a new but familiar OS.   Good God showing my age again.

BobA :D

Zoist

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:November 24, 2004, 11:05:57 am
  • I'm a llama!
Re:win 98 startup
« Reply #13 on: June 24, 2003, 01:05:28 am »
When I planned to run my machine, I used a similar setup but used 98 Lite to strip down Windows 98. I run ArcadeOS in the startup with a batch file just like you.
Search for 98 Lite in the search engine and try it out. It works good.

Zoist

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 12
  • Last login:November 24, 2004, 11:05:57 am
  • I'm a llama!
Re:win 98 startup
« Reply #14 on: June 24, 2003, 01:13:06 am »
And here is my batch file info:

Code: [Select]
@ECHO off
ECHO One momemt please. Starting ArcadeOS...
CD \
CD ARCADEOS
arcadeos
c:\poweroff poweroff -force

The poweroff program is a cool utility which runs on any Windows system and has heaps of features. The force option shuts down the system whether any program is running.
Get it here if you want it:
http://users.pandora.be/jbosman/poweroff/poweroff.htm

I searched for ages for a decent power off program.

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #15 on: June 25, 2003, 05:24:26 pm »
the prog isn't working. I haven't tried teh batch file
i'm using emuwizard now, have it set for a shortcut on startup...
could i replace arcade os in that batch with emuwizard.exe and have it shut down for me when it closes?
do i have to use the batch to get it to work? I couldn't get the shutdown thing to work. What do i do? lol Sorry i know you're probably thinking, boy this guy is dumb, lol...
thanks for the help!
-- banned --

Tiger-Heli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5447
  • Last login:January 03, 2018, 02:19:23 pm
  • Ron Howard? . . . er, I mean . . . Run, Coward!!!
    • Tiger-Heli
Re:win 98 startup
« Reply #16 on: June 25, 2003, 05:32:12 pm »
There's also a program called batchrun which will allow you to launch programs after a specified delay.
It's not what you take when you leave this world behind you, it's what you leave behind you when you go. - R. Travis.
When all is said and done, generally much more is SAID than DONE.

spectre

  • -- banned --
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 418
  • Last login:April 07, 2004, 08:45:11 am
  • -- banned --
Re:win 98 startup
« Reply #17 on: June 25, 2003, 06:04:25 pm »
i don't need that anymore, i'm using emuwizard, i'd like it to power off when i exit tho and I can't seem to get that to work right...
-- banned --

Minwah

  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7662
  • Last login:January 18, 2019, 05:03:20 am
    • MAMEWAH
Re:win 98 startup
« Reply #18 on: June 25, 2003, 06:19:41 pm »
AHHHH  There is still hope for DOS.   I remember when DOS was new and I had to leave CPM for a new but familiar OS.   Good God showing my age again.

BobA :D

Hehe, I remember CPM+ on my old Amstrad.  What fun  :D