Writing an annoying popup window


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Writing an annoying popup window
# 1  
Old 05-08-2009
Hammer & Screwdriver Writing an annoying popup window

Hi,

I work for Xerox.
As a new guy, I was recently pranked by the resident Solaris guru.Smilie
This is a celebrated event. I must now prank back in an equally flawless fashion.

I wish to get back to him by writing a script that will generate an annoying popup randomly, a small window that appears and disapears when he click on it, and that is always running, even after a reboot.

Since I must support DocuSP, a rip for our production printers, this is also a good way to initiate myself into Unix. We run on Solaris 10 here. I have been educated as a programmer, so I know the basics.

Can someone point me to an example of what I am trying to accomplish?

Any help in this devious endeavor would be appreciated Smilie


Orchus

For proof of true adn good intention, I give my direct line: 416.733.6738.
# 2  
Old 05-08-2009
Xmessage (available as a package from Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris ) combined with cron(1) and/or at(1) and a wrapper script using the ${RANDOM} variable from ksh(1) or bash(1) would provide the components for what you wish to achieve. I trust the intended recipient has a good sense of humour!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

CDE, annoying file manager window. How to get rid of that

Hello, CDE workspace. How to get rid of annoying popping up file manager window which appears every time after logging in. For example.any suggestions, I would be appreciate. (3 Replies)
Discussion started by: wolfgang
3 Replies

2. UNIX for Beginners Questions & Answers

Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty? I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies

3. UNIX for Advanced & Expert Users

Popup needed while reboot - for confirmation

Hi all, I need something like a pop-up while clicking on shutdown button or reboot button in GUI and also while running the command reboot / shutdown / init it should ask some confirmation message.. Do you want to do so..and so. How can i make this possible ? . (4 Replies)
Discussion started by: linuxadmin
4 Replies

4. Programming

Mail form with attachement & thank you - popup window

Dear Sir, I have a mail form ( file name: sendresults ) in php. This php code supports the sending all text of the checkboxes of Register Page of a website. But it does't send attachement ( word, excel, jpg, image, etc. ) Now , I want to add the attachement code and a javascript of "thank... (0 Replies)
Discussion started by: swapan
0 Replies

5. Shell Programming and Scripting

popup message

file:///C:/DOCUME%7E1/eelavazh/LOCALS%7E1/Temp/moz-screenshot-1.jpgHI,, I am new to the shell scripting and trying to be adopted soon...Can u please suggest me how do we populate a message when the following condition fails...... Thanks and Regards, Ela success250=`grep -c... (0 Replies)
Discussion started by: elavv
0 Replies

6. UNIX for Dummies Questions & Answers

Unix Messenger Popup?

Hi guys, I'm new to these forums. I'm more of a Windows guy, but I work at an electronics manufacture company that uses Solaris 10 extensively. We have Sunfire v480 servers set up to do system level testing. Everything is networked so you telnet into any server from any computer in the facility.... (1 Reply)
Discussion started by: Daniel.a
1 Replies

7. Solaris

Create popup in solaris

Does anyone know how to create a popup window in solaris 8 and later? I want to create and load a popup window when a user logon to a solaris machine and inform the user about some environment changes we have done. Can this easily be done? And if soo how? /Tony (0 Replies)
Discussion started by: tonlu
0 Replies

8. Windows & DOS: Issues & Discussions

window 2000 professional not pinging my window 98 system.

Hello, We someone help me resolve this problem. I have window 2000 professional, windows 98 and Unixware 7.0.1 on the network. I was able to establish connection with all. However, l was unable to ping window 98 from window 2000 professional. I was able to ping the window 2000 from the window... (10 Replies)
Discussion started by: kayode
10 Replies

9. UNIX for Dummies Questions & Answers

samba popup message

I would like to display a popup message to my clients when they connect to my samba share explaining certain file restricitions and maintenance instructions. How do I go about this method? Right now I'm sharing linux with mac clients and pc's, but can only display a message with my mac clients. ... (4 Replies)
Discussion started by: benzo
4 Replies
Login or Register to Ask a Question