نمایش نتایج: از شماره 1 تا 6 از مجموع 6

موضوع: اجراي برنامه از شبكه روي كلاينت

  
  1. #1
    نام حقيقي: raha

    تازه وارد
    تاریخ عضویت
    Sep 2010
    محل سکونت
    tehran
    نوشته
    7
    سپاسگزاری شده
    0
    سپاسگزاری کرده
    0

    اجراي برنامه از شبكه روي كلاينت

    سلام
    مي خوام يه برنامه را از روي شبكه ، روي كلاينت اجرا كنم . برنامه فقط روي سرور وجود دارد و روي كلاينت نصب نيست . مي خوام ساعت مشخصي برنامه اي روي تمامي كلاينت ها اجرا شود و كاربر كلاينت مديريتي روي اين كار نداشته باشه .
    برنامه c#.net يا vb.net است .
    لطفا كمك كنيد ...



    موضوعات مشابه:

  2. #2
    نام حقيقي: حسن رئیسی

    عضو عادی . شناسه تصویری hraeissi
    تاریخ عضویت
    Oct 2007
    محل سکونت
    تهران-ایران
    نوشته
    1,195
    سپاسگزاری شده
    512
    سپاسگزاری کرده
    104
    خوب بسته به برنامه مربوطه دارد
    معمولاً برنامه بایستی خاصیت اجرا در محیط شبکه را داشته باشد .
    ولی اگر بیشتر مسئله را باز کنید شاید بهتر بتوانیم کمک کنیم



  3. #3
    نام حقيقي: Peyman Yousefi

    عضو ویژه شناسه تصویری darklove
    تاریخ عضویت
    Oct 2005
    محل سکونت
    ABHAR
    نوشته
    3,330
    سپاسگزاری شده
    1005
    سپاسگزاری کرده
    318
    نوشته های وبلاگ
    7
    برنامه شما ۳ لایه می باشد ؟



  4. #4
    نام حقيقي: raha

    تازه وارد
    تاریخ عضویت
    Sep 2010
    محل سکونت
    tehran
    نوشته
    7
    سپاسگزاری شده
    0
    سپاسگزاری کرده
    0
    برنامه سه لايه نيست . از ديتابيس هم استفاده نميكنه . يك پيام متني است و يك فايل صوتي را اجرا ميكنه . برنامه بايد سر ساعت مشخصي روي تمامي كلاينتها اجرا شه . شبكه و يوزر ها تحت domain است .
    نمي دونم از چه روشي بايد استفاده كنم كه مشكل دسترسي به دومين و شبكه نداشته باشم .
    شايد لازم باشه هر بار فايل روي كلاينت كپي بشه سپس اجرا بشه .



  5. #5
    نام حقيقي: Mohammad

    عضو ویژه شناسه تصویری th95
    تاریخ عضویت
    Sep 2008
    نوشته
    4,263
    سپاسگزاری شده
    5765
    سپاسگزاری کرده
    2674
    نوشته های وبلاگ
    20
    راحت ترين راه
    بذارش توي يه Batch File و توي استارت اپ سيستمها (از طريق گروپ پاليسي و startup scripts ) و زمان اجرا رو توي خو برنامتون مشخص كنيد
    اگر هم خود برنامه همچين چيزي نداره از دستورات زير براي ايجاد يك Scheduled Task استفاده كنيد

    C:\Documents and Settings\user>at /?
    The AT command schedules commands and programs to run on a computer at
    a specified time and date. The Schedule service must be running to use
    the AT command.

    AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
    AT [\\computername] time [/INTERACTIVE]
    [ /EVERY:date[,...] | /NEXT:date[,...]] "command"

    \\computername Specifies a remote computer. Commands are scheduled on the
    local computer if this parameter is omitted.
    id Is an identification number assigned to a scheduled
    command.
    /delete Cancels a scheduled command. If id is omitted, all the
    scheduled commands on the computer are canceled.
    /yes Used with cancel all jobs command when no further
    confirmation is desired.
    time Specifies the time when command is to run.
    /interactive Allows the job to interact with the desktop of the user
    who is logged on at the time the job runs.
    /every:date[,...] Runs the command on each specified day(s) of the week or
    month. If date is omitted, the current day of the month
    is assumed.
    /next:date[,...] Runs the specified command on the next occurrence of the
    day (for example, next Thursday). If date is omitted, the
    current day of the month is assumed.
    "command" Is the Windows NT command, or batch program to be run.


    C:\Documents and Settings\user>schtasks /create /?

    SCHTASKS /Create [/S system [/U username [/P password]]]
    [/RU username [/RP password]] /SC schedule [/MO modifier] [/D day]
    [/I idletime] /TN taskname /TR taskrun [/ST starttime] [/M months]
    [/SD startdate] [/ED enddate]

    Description:
    Enables an administrator to create scheduled tasks on a local or
    remote systems.

    Parameter List:
    /S system Specifies the remote system to
    connect to. If omitted the system
    parameter defaults to the local
    system.

    /U username Specifies the user context under
    which the command should execute.

    /P password Specifies the password for the given
    user context.

    /RU username Specifies the user account (user
    context) under which the task runs.
    For the system account, valid values
    are "", "NT AUTHORITY\SYSTEM" or
    "SYSTEM".

    /RP password Specifies the password for the user.
    To prompt for the password, the value
    must be either "*" or none.
    Password will not effect for the
    system account.

    /SC schedule Specifies the schedule frequency.
    Valid schedule types: MINUTE, HOURLY,
    DAILY, WEEKLY, MONTHLY, ONCE,
    ONSTART, ONLOGON, ONIDLE.

    /MO modifier Refines the schedule type to allow
    finer control over schedule
    recurrence. Valid values are listed
    in the "Modifiers" section below.

    /D days Specifies the day of the week to run
    the task. Valid values: MON, TUE,
    WED, THU, FRI, SAT, SUN and for
    MONTHLY schedules 1 - 31 (days of the
    month).

    /M months Specifies month(s) of the year.
    Defaults to the first day of the
    month. Valid values: JAN, FEB, MAR,
    APR, MAY, JUN, JUL, AUG, SEP, OCT,
    NOV, DEC.

    /I idletime Specifies the amount of idle time to
    wait before running a scheduled
    ONIDLE task.
    Valid range: 1 - 999 minutes.

    /TN taskname Specifies a name which uniquely
    identifies this scheduled task.

    /TR taskrun Specifies the path and file name of
    the program to be run by this
    scheduled task.
    Example: C:\windows\system32\calc.exe

    /ST starttime Specifies the time to run the task.
    The time format is HH:MM:SS (24 hour
    time) for example, 14:30:00 for
    2:30 PM.

    /SD startdate Specifies the first date on which the
    task runs. The format is
    "yyyy/mm/dd".

    /ED enddate Specifies the last date when the task
    should run. The format is
    "yyyy/mm/dd".

    /? Displays this help/usage.

    Modifiers: Valid values for the /MO switch per schedule type:
    MINUTE: 1 - 1439 minutes.
    HOURLY: 1 - 23 hours.
    DAILY: 1 - 365 days.
    WEEKLY: weeks 1 - 52.
    ONCE: No modifiers.
    ONSTART: No modifiers.
    ONLOGON: No modifiers.
    ONIDLE: No modifiers.
    MONTHLY: 1 - 12, or
    FIRST, SECOND, THIRD, FOURTH, LAST, LASTDAY.

    Examples:
    SCHTASKS /Create /S system /U user /P password /RU runasuser
    /RP runaspassword /SC HOURLY /TN rtest1 /TR notepad
    SCHTASKS /Create /S system /U domain\user /P password /SC MINUTE
    /MO 5 /TN rtest2 /TR calc.exe /ST 12:00:00
    /SD 2001/12/30 /ED 2001/12/30 /RU runasuser /RP
    SCHTASKS /Create /SC MONTHLY /MO first /D SUN /TN game
    /TR c:\windows\system32\freecell
    SCHTASKS /Create /S system /U user /P password /RU runasuser
    /RP runaspassword /SC WEEKLY /TN test1 /TR notepad.exe
    SCHTASKS /Create /S system /U domain\user /P password /SC MINUTE
    /MO 5 /TN test2 /TR c:\windows\system32\notepad.exe
    /ST 18:30:00 /RU runasuser /RP *
    SCHTASKS /Create /SC MONTHLY /MO first /D SUN /TN cell
    /TR c:\windows\system32\freecell /RU runasuser




  6. #6
    نام حقيقي: raha

    تازه وارد
    تاریخ عضویت
    Sep 2010
    محل سکونت
    tehran
    نوشته
    7
    سپاسگزاری شده
    0
    سپاسگزاری کرده
    0
    همه دستورات را امتحان كردم err مي ده :
    Error : The Request is not support
    يه سوال ديگه دارم : مي خوام تو برنامه فايلي رو روي كلاينت كپي كنم(C#.NET) نمي دونم چه طوري user / pass بدم . اشكال عدم دسترسي مي ده .
    ممنون



کلمات کلیدی در جستجوها:

اجرا دركلاينت

اجرای برنامه روی کلاینتها

اجرای برنامه از روی سرور

اجرای برنامه روی کلاینت

اجرای یک برنامه از روی کامپیوتردیگر

startup scripts

نصب برنامه روی کلاینت

http://forum.persiannetworks.com/f25/t38175.html

اجرا کردن برنامه در شبکه

اجرای برنامه برای کلاینت ها در زمانی مشخص

كلاينت تحت شبكه

اجرای برنامه از روی سرور در کلاینت ها

نصب برنامه c# روی شبکه

اجرای batch file از روی سرور روی کلاینت

اجراي batch فايل از روي سرور بر روي كلاينت

اجرای یک فایل بر روی user های domain

اجرای برنامه c# در شبکه

if date در یک فایل ماه bat

فرستادن کامند برای اجرا روی کلاینت در شبکه دامین

اجرای نرمافزار از روی domain server

برنامه تحت شبکه بر روی شبکه اجرا نمیشود اما local اجرا میشه

مشکل اجرای برنامه فقط تحت run as administrator

مشکل در زمان اجرای کامند در C#

ایجاد برنامه c# تحت شبکه کلاینت سرور

اجرا نشدن برنامه c# تحت شبکه

برچسب برای این موضوع

مجوز های ارسال و ویرایش

  • شما نمی توانید موضوع جدید ارسال کنید
  • شما نمی توانید به پست ها پاسخ دهید
  • شما نمی توانید فایل پیوست ضمیمه کنید
  • شما نمی توانید پست های خود را ویرایش کنید
  •