View Single Post
Old 04-14-2005, 12:39 PM   #2 (permalink)
office politics
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default

ive setup vbs files that accomplish the same thing. inside a .bat I first copy over a timesheet created in excel. then it calls timesheet.vbs with this command 'start timesheet.vbs'. this shows a popup box stating a new timesheet has been created. The title header is set as notification.

timesheet.vbs

msgbox "A new timesheet has been created.", 0, "Notification"
office politics is offline