Jump to content

Needing help! Xp with no GUI desktop


ptrut

Recommended Posts

Hi All

I need some help been googling days and nothing.

Im biulding a jukebox and want to start windows with no desktop. the jukebox must load automaticaly at startup.

My next big Question ( I have seen this done ) If i boot computer with usb drive that hase a directory named Music the computer must boot into a custom menu i made for admin of song transfer exe.

Any help would be apreciated

Thanks

Peter

post-63362-1251094734_thumb.png

Edited by ptrut
Link to comment
Share on other sites


Thank you for the replies but i realy want to know .

How to start with no Shell at all and my jukebox application to start automaticaly.

I'll try to type it slowly.....

...set .... your ....jukebox app.... as ....the... shell....instead....of...Explorer.exe ;)

Read on sites related to alternative shells to learn how to change the shell (and also find programs that do that for you).

jaclaz

Edited by jaclaz
Link to comment
Share on other sites

Thank you for the replies but i realy want to know .

How to start with no Shell at all and my jukebox application to start automaticaly.

I'll try to type it slowly.....

...set .... your ....jukebox app.... as ....the... shell....instead....of...Explorer.exe ;)

Read on sites related to alternative shells to learn how to change the shell (and also find programs that do that for you).

jaclaz

So instead of being ambiguous your previous post should surely have said:

"You can change the SHELL, from Explorer to your jukebox app".

Am i the only IT technician who is actually aware that others don't possess our level of knowledge?

Link to comment
Share on other sites

Am i the only IT technician who is actually aware that others don't possess our level of knowledge?

It is possible. :)

Not being an IT technician I have no way to know, nor would that count. ;)

However, I'll take the "ambiguous" and store it for future re-use.

jaclaz

Link to comment
Share on other sites

Anyone have a slow reply to my next Question.

My next big Question ( I have seen this done ) If i boot computer with USB drive that has a directory named Music the computer must boot into a custom menu i made for admin of song transfer ext.

Link to comment
Share on other sites

Where....is......the.....question?

I get, you made a menu, and you want it to show when you boot off your thumb drive, but only if the music folder is present?

or do you want the system to inspect any inserted usbstor device for a music folder, and if present, display an admin console allowing file transfer?

Seems to be a laborious task for song transfer.

If you really meant booting of the device, what are you using as the loader?

Edited by iamtheky
Link to comment
Share on other sites

I guess that what you mean is something like Autoplay. :unsure:

(Autoplaying the app for the transfer, not the actual music files)<- this sentence added to avoid being called ambiguous ;)

http://dailycupoftech.com/usb-drive-autoruninf-tweaking/

The use of Autoplay is strongly UNADVISED, as it is a possible way to infect computers.

There is also a small app made exactly to AVOID this potentially dangerous behaviour:

http://www.boot-land.net/forums/index.php?showtopic=4350

http://nunobrito.eu/ninja/

The alternative being a service running in background checking the contents of the USB stick at insertion time (by polling periodically the USB bus), some examples:

http://www.winu.cn/space-14160-do-blog-id-1737.html

http://www.codeproject.com/KB/system/DriveDetector.aspx

This is a "ready made" solution:

http://mattcollinge.wordpress.com/software...ect-and-launch/

Of course the latter kind of solution need to be installed on the machine (as opposed to the Autoplay that is - mainly - on the stick)

jaclaz

Edited by jaclaz
Link to comment
Share on other sites

Where....is......the.....question?

I get, you made a menu, and you want it to show when you boot off your thumb drive, but only if the music folder is present?

or do you want the system to inspect any inserted usbstor device for a music folder, and if present, display an admin console allowing file transfer?

Seems to be a laborious task for song transfer.

If you really meant booting of the device, what are you using as the loader?

Yes I want the system to inspect any inserted usbstor device for a music folder, and if present, display an admin console allowing file transfer?

No i dont want to boot from the usb device. I want to plug in any USB drive and as long as it has a directory called Music it must boot into my custom menu in stead of my shell.

Hope this makes sense.

Peter

Link to comment
Share on other sites

Presuming that a USB drive connected to the computer would always be drive d: ...

Write a program that would be your shell app...

generic code example

if exist d:\music
then custom.exe
else
normal.exe
endif

Thank you this sounds like what i need. But please forgive for my stupidity how do i create this program what do i use.

Some links ext would be fine just point me in the right direction

Thanks

Peter

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...