Jump to content

Needing help! Xp with no GUI desktop


Recommended Posts

Posted (edited)

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

Posted (edited)

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.

Edited by ptrut
Posted (edited)
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
Posted
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?

Posted
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

Posted

Thanks for the slow reply :P sometimes all of us are not all that bright.

Anyway is doesnt matter how i get the answers as long as i get them

Thank you

Peter

Posted

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.

Posted (edited)

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
Posted (edited)

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
Posted
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

Posted

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

Posted
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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