Author Topic: Start a service with lisp  (Read 4995 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Start a service with lisp
« Reply #15 on: November 04, 2008, 06:30:59 PM »
NET SEND was disable here.

to many user had fun making loop with that.

so, I was forced to create my own IMCAD.
working only for specific department in our offices.

This will show who is ONline,OFFline or Busy..
it show all the information about the users, phone, e-mail, office etc..
it show all the running CAD software, version of autoCAD and used third party software and show who use the licence server.
it show all drawing files in use by the user and show the status of it with all Xref and picture that can be easely opened if it not in read-only.
it show all drawings informations, date, version, last save, etc..
it Show bytes in used for each open file and total.
it show preview or 3Dimensional preview.
Of corse...was create with ObjectDCL ;-)
it Allow to share and keep all message sent, deleted, saved etc..
You can receive any message from it even if the dialog is not present.

I did not use any service for that.
This program work only by sharing files and server I.P. adress.
(some restriction here)  ;-)

   -> See how it look like Here  <-


 :roll:



« Last Edit: November 04, 2008, 06:34:06 PM by Andrea »
Keep smile...

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: Start a service with lisp
« Reply #16 on: November 05, 2008, 07:05:27 AM »
Andrea

Are you using a reactor to check for this file?

Nice UI btw...
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

Andrea

  • Water Moccasin
  • Posts: 2372
Re: Start a service with lisp
« Reply #17 on: November 05, 2008, 10:25:23 AM »
thanks..

I use reactor when open, save, close and switching drawing.
the program write informations in a simple txt file located on Network Drive.

In the beginning I use MDB file....but this kind of file have limited user conection.

 ;-)
Keep smile...