Re: using SEND command in script

Here is part of my login script.
Thanks,
Larry
IF "%LOGIN_NAME" = "SHIP2" THEN BEGIN
#Capture q=SHIPq NFF NB ti=10 nt l=1
END
SEND /A=N
EXIT
rem IF "%OS_VERSION" = "V7.00" THEN BEGIN
rem #capture /Endcap
rem END
rem IF "%OS_VERSION" = "V7.00" THEN BEGIN
REM EXIT
END
IF MEMBER OF "ACCOUNTG" THEN BEGIN
rem MAP INS S1:=C:\PVSW\BIN
END
MAP INS S2:=c:\windows
MAP INS S3:=c:\windows\command
EXIT ""
END
"Edison Ortiz" <[email protected]> wrote in message
news:[email protected]..
>
> Can you post your login script ?
> It could be an error with the syntax.
>
> --
> Edison Ortiz
> Novell Support Connection SysOp
> (No Email Support, Thanks !)

The line "@ SEND /A=N" shouldn't serve any function.
SEND "Message" [TO] <user|group|server> [/B] [/A=N]
/B bindery mode (allows some additional options)
/A=N exclude yourself from the broadcast
SEND.exe stems from NetWare 1.x/2.x/3.x/4.x and has been replaced by the
Client32 broadcast functionality.
There are a couple of 3rd party replacements from the command line.
Wolfgang
"DareG" <[email protected]> wrote in message
news:[email protected]..
>
> I was wondering I can find information on the "SEND" command and the
> Switches? I have tried just about everywhere I can think of. It's not
> in the 6.5 Book I have either. The reason I ask is because we have it
> in our login script but no one seems to give a definitive answer to what
> it does.
>
> the line is "@ SEND /A=N" Yes, I know what the "@" is for! :)
>
>
> --
> DareG
> ------------------------------------------------------------------------
> DareG's Profile: http://forums.novell.com/member.php?userid=68413
> View this thread: http://forums.novell.com/showthread.php?t=177935
>

Similar Messages

  • Close_Form('XXE_F501_SCRIPTING_START'); this is a command in IESCLPKG.PLL WHEN I AM USING THIS COMMAND MY SCRIPTING WINDOW IS GETTING CLOSED BUT THEN ONE ERROR IS COMMING ,KINDLY GIVE ME IDEA TO DEBUG THAT ERROR

    Close_Form('XXE_F501_SCRIPTING_START'); this is a command in IESCLPKG.PLL WHEN I AM USING THIS COMMAND MY SCRIPTING WINDOW IS GETTING CLOSED BUT THEN ONE ERROR IS COMMING ,KINDLY GIVE ME IDEA TO DEBUG THAT ERROR
      if (param_value = 'CLOSE_SCRIPTING_WINDOW') then
              --go_block('VIEW_IB');     
             -- SET_WINDOW_PROPERTY('SCRIPTING_WINDOW', WINDOW_STATE, MINIMIZE);
              --Set_Window_Property('SCRIPTING_WINDOW', VISIBLE, PROPERTY_OFF); 
              --hide_window('SCRIPTING_WINDOW');
               -- GO_BLOCK('CTRL');
               fnd_message.set_string('1');--nimish
               fnd_message.show;--nimish
               --Close_Form('XXE_F501_SCRIPTING_START');  -- Commented for Nova
               fnd_message.set_string('2');--nimish
               fnd_message.show;--nimish
                Scripting_Util.EndScript;
            end if;
    THIS IS THE PLL CODE KINDLY GIVE ME A CLEAR SOLUTION.

    First: you should get a new keyboard. Seems your shift-key is stuck.
    Second: A header of a post is a header and not for a summary of your question
    Third: This is the forum for the tool SQL Developer. Please mark this question as answered and post again in Forms
    Forth: When you expect an answer, the least would be to include the errormessage and your forms version.
    Regards
    Marcus

  • Can i use alter command in script

    type1=`sqlplus -s scott/tiger@home <<EOF1
    spool file1.sql
    alter table $v_tabname add(col1 number(10));
    but select * from $v_tabname; is working in side the unix script
    spool off;
    EOF1`
    alter table $v_tabname add(col1 number(10)); command is not working
    in my unix script
    please give your suggestions

    This appears to be a *NIX script.  If so, the dollar sign is used to display the contents of the variable.  In your case, that would be $v_tabname.  Have you defined that variable in your script?  If so, does the table actually exist in the scott schema?
    Other than that, can you define "not working".
    John

  • Summing command in script

    hi experts,
         anybody knows how to use summing command in script.
    pl explain with an example.
    Thanks!
    Edited by: Ranganayahi Chandirasekaran on Mar 6, 2008 12:58 PM

    Hi Chandirasekaran,
    Try the following link,
    Link: [http://help.sap.com/saphelp_47x200/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm]
    Reward if helpful.

  • Sending a csv file using OS command

    Hi all,
    I would like to know whether it is possible to send CSV file stored in application server to some email ids using OS Command process type.Using APD a file will be generated at a particular application server path.That file around 2 MB needs to be sent to endusers mailbox.
    Please let m eknow and Thanks in Advance!

    pallavi,
    For sending mails from the app server you will need an SMTP setup in the application server.
    If you have a UNIX app server there are native mail programs that you can use. You will need to write a shell script for the same and include that into your process chain as an OS command.
    However the same cannot be said of a Microsoft servewr system where the process would be different.
    You can however instead of e-mailing look at ftping the file to a common location that the users can take form instead of flooding mailboxes with a 2 MB file everyday or periodically. FTP is also easier to achieve using the OS command.

  • Using Echo Command in PowerShell Script for Configuration Item

    Hello All,
    Before you tell me to post my PowerShell question to the PowerShell Forum, please know that the PowerShell portion of my task works just fine. It is the SCCM portion of my task that keeps failing, so that is why I am here. To give some background...
    There are two servers in our SCCM test environment. Both the SCCM server and SQL DB server are 2012, patched and updated.
    Test servers in my Device Collection being used for running Baselines and Reports against are 2008R2 and 2012, patched and updated.
    I have created a Configuration Item that checks to see if the FTP Server Role Feature has been installed on a 2008 or 2012 server. To do the check, I am using the following PowerShell script:
    (get-windowsfeature -Name Web-Ftp-Server).Installed
    When I log into my 2008R2 and 2012 test servers, and run this command directly on the server, it will return a "True" if the FTP Server Role Feature is installed on either server, and a "False" if it is not installed. Basically,
    it works as advertised.
    When I setup my Configuration Item and then deploy my Baseline, or run a report against my device collection of test servers, SCCM will return a correct response (True or False) for the 2012 test server, but throws the following error for the 2008R2
    server:
    0x87df00329 application requirement evaluation or detection failed
    Google searches for this have not been very helpful.
    Now, when I created the Configuration Item and referenced PowerShell, the configuration screen has the following note:
    "Specify the script to find and return the value to be assessed for compliance on client devices. Use the echo command to return the script value to Configuration Manager."
    Since I did not include an echo command in my PowerShell script above, I figured that was my problem, so I did the following:
    Logging onto both of my test servers (2008R2 & 2012) I was able to successfully run the following PowerShell commands and get the expected responses of True or False:
    (get-windowsfeature -Name Web-Ftp-Server).Installed | echo
    (get-windowsfeature -Name Web-Ftp-Server).Installed | write-output (http://technet.microsoft.com/en-us/library/hh849921.aspx)
    (get-windowsfeature -Name Web-Ftp-Server).Installed | write-host (http://technet.microsoft.com/en-us/library/ee177031.aspx)
    However, when I use any of these PowerShell commands in my Configuration Item, NEITHER of my test servers returns a response to the SCCM server.
    When I check the report, both servers show as "Unknown" and when I click on the number 2 (as in 2 servers unknown), the following report page (List of unknown assets for a configuration baseline) has absolutely no data/information at all.
    So...I am at a loss.
    SCCM tells me to use an echo command to return a script value to Configuration Manager. The PowerShell scripts above, with the various echo related commands, work just fine on the servers themselves, but they return no information when run via SCCM.
    What am I missing?
    Any help will be appreciated.
    Thanks in advance for your time.

    Sorry for my ignorance, but I don't understand. (I forgot to mention that I am new at both PowerShell and SCCM.)
    After I change the PowerShell script to add the echo/write-output/write-host cmdlet, I open the ConFig Item and "Clear" the PowerShell script and then re-add it. When I do that, it correctly shows the change in the ConFig Item.
    Next I open the Baseline, then open the ConFig Item within the Baseline to make sure the change is reflected there as well, which it is.
    I then deploy the Baseline to my Device Collection. After that, I run a report against the Baseline and Device Collection and it returns the "Unknown" result.
    If I open the PowerShell script and remove the echo/write-output/write-host cmdlet, then go through the rest of the process of updating and reporting, the result it returns changes, showing one server in compliance and the other server out of compliance,
    which leads me to think that all changes have taken correctly.
    Does that sound right? If I manually deploy the Baseline, is that the same as the client retrieving policies from the management point?
    Sorry to be so thick but I'm learning as I go.
    Thanks again for your help.

  • After using shift command 4 and send to desktop,how can I had iphoto to the list "open With" to preview menu?

    After using shift command 4 to send a photo to the desktop, how can I add iphoto to the list of"open with" menu ?

    All that's doing is forcing iPhoto to import the image.  Dragging it to the iPhoto icon will do the same, or create an automator action and save it as a Contextual menu item.
    Regards
    TD

  • Using Address..End Address Command in Script ?

    Using Address........End Address Command in Script , Is it possible to print without Name filed ? I have tried but w/o name field it is not printing   ..
    I liket to print like this
    Address paragraph Z3
    Street ...........................
    PoBox.........................
    City........................
    End Address
    can any1 suggest me?

    Hi,
    If you want to print country specific then use
    /:           ADDRESS PARAGRAPH AS
    /:             ADDRESSNUMBER &EKKO-ADRNR(K)&
    /:             FROMCOUNTRY &T001-LAND1&
    /:           ENDADDRESS
    Reward if useful.
    Regards,
    Nageswar

  • Send command to modem using serial port and capture the response in the labview

    hello.
    I am doing my shool project.
    I want to send command to modem using serial port and get the response in the labview.
    When i run my program and enter"AT", only messy code will be displayed.
    can anyone help me? thanks 

    Dora0512 wrote:
    Thanks for you all. My partner got it already.
    I am doing send sms part.
    Can anyone tell me why my program is not so steadily?
    It means this program can run. But somtimes I cannot receive sms. sometimes can
    Basically, it is not well-written from both a LabVIEW and a communications point of view.  Unfortunately, I can't elaborate because today is an exrtremely busy day at work.  I'm hoping this bump will prompt someone to help you with your problem.  If you could also provide us with the programmer's guide or the manual for your equipment, that would be extremely helpful.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Sending Email Attachment from UNIX using UUENCODE Command

    Hi,
    We are using "uuencode" command to send the mail with attachment to particular user but we are getting the mail without attachment, it's printing ASCII characters in mail body.
    The command is:
    uuencode $XXAR_TOP/out/${v_request_id}.csv.gz ${v_request_id}.csv.gz) |
    mailx -s "Invoice Information Extract" $v_email_recipient
    My requirement is to send the PDF file as an attachment.
    Any setups or configuration required in UNIX box to get an attachment.
    Advance Thanks
    Subbu

    I need to send the PDF or zip file as an attachment through mail,
    I tried with uuencode, it's not giving any error message but the mail recipient has only a mail with unreadable text because the pdf/zip file is directly in the mail (not as attachment).
    How to send the file as an attachment from unix?
    Advance Thanks
    Subbu

  • Automated script for deploying, removing, install again the WSP using stsadm command line

    Hi,
    Am having a requirement in my  staging and  prod  env. to add, install,retract and remove wsp.
    In my dev env i used to perform with  Visual Studio ,so i didnt  face any issues regarding retracting and removing the wsp from solution store.
    But in my staging and prod since i dont hav VS installed, i would like to have a automated script[ NOT in POWERSHELL] using stsadm command line tool which adds the solution from a folder [say D:\DeployWSPs in staging and Prod] to the solution
    store  and installed onto a particular web application [  NOT "All WebApplications"].
    and if  the wsp already exists , i need to retract it & remove from solution store and add it and install again.
    can someone pls help me with the  automated script .also if  the folder contains multiple WSPs how can i doa  for each loop [ iterate through  wach ".wsp"  file and perform install/...task].
    i know stsadm -o adddsolution, deletesolution,m retractsolution etc. But the issue is that customer asked me to do this ina automated fashion.  manually entering all these commands is a  cumbersome activity.
    note: when i used powershell on 2 / 3 occasions, the wsp was retracted successfully,but failed to successfully remove from the
    soln store.
    so i thought i will depend upon on stsadm again like old version of SP since its supported.
    Das

    I would recommend you to use Power Shell so that you can do the automation easily. You can use
    power shell for earlier version of SharePoint as well. 
    Look why removing the solution is getting failed. May be you are trying to remove before the solution is retracted. Wait for retract and remove the solution. Refer to the following post for more information
    http://www.codeproject.com/Articles/570011/PowerShellplus-plusWaitplusforplusRetractplus-fpl
    http://consultingblogs.emc.com/mattlally/archive/2011/03/29/sharepoint-server-2010-multiple-solution-deployment-script.aspx
    Cheers,

  • Run shell script using Host Command

    How do I run Unix Shell Script using Host command?
    Please help me......

    Are you running the shell script from the same box as the forms are deployed in? If not, then HOST call will try to execute on the machine where the forms are hosted(App server).

  • Why color code css using powershell command is not visible in email ?

    Hello,
    I am applying color code for disabled status in PS script as  written below :
    $ReportData = Get-SPServiceInstance | Select Server,TypeName,Status,NeedsUpgrade | ConvertTo-Html -Fragment
    $DisabledStatus='<td>Disabled</td>'
    $DisabledColorStyle='<td style="background-color:red !important;color:white !important" >Disabled</td>'
    $ReportData = $ReportData -replace $DisabledStatus,$DisabledColorStyle
    ConvertTo-Html -Body "<font color = blue><H4><B>Report </B></H4></font>$ReportData" -Title "Test Report" -CssUri C:\style.CSS | Out-File "E:\Reports\TestReport.html"
    This report shows perfect on system where report file is located at E:\Reports\TestReport.html location as below :
    However , when I send this report via email using following command
    $Report = Get-Content "E:\Reports\TestReport.html"
    Send-MailMessage -To $To -SmtpServer $SMTP -From $From -Subject $Subject -BodyAsHtml "$Report"
    I dont see disabled as red color in email , while table's style is working which is stored at C:\style.CSS
    Would you please let me know the reason behind same ?
    Thanks and Regards,
    Dipti
    Dipti Chhatrapati

    Hi Dipti,
    I‘m writing to check if the suggestions were helpful, if you have any questions, please feel free to let me know.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • File send command in Word not working - can anyone help?

    I've just bought a new macbook air, all is well apart from being able to email docs from word or excel which I do frequently.   When I use the File/Send command, I just get the spinning pinwheel for about 20 secs which then disappears.  I then have to go to macmail and add the doc manually.   has anyone else had this problem?

    I use the apple script I wrote to set up a terminal session using screen.  You need to be sure the baud rate is the same as the cisco console:
    set baudList to {1200, 2400, 4800, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
    set baudRate to (choose from list baudList default items {38400})
    tell application "Terminal"
              set serialDevices to (do shell script "ls /dev/cu*")
              set theDeviceList to (paragraphs of serialDevices) as list
              set theDevice to (choose from list theDeviceList)
              do script "screen  " & theDevice & " " & baudRate
              display dialog "To quit you terminal session type <ctrl-a> then <ctrl-\\>"
    end tell
    the complete command is spomething like:
    screen /dev/tty.usbserial 9600
    change the device to match yours and the baud to match as well

  • Send command from my own application

    Hi,
    I have some problem to send commands to �Instrument�, which connect to computer via GPIB card.
    I use my own application with advanced script language and 16-bit GPIB ISA card, OS � Windows 2000. I have send to �Instrument� command as string.
    Here is fragment of code :

    LoadLib(�gpib-32.dll�) <-- Loading DLL
    RunLibFunc(handler, , ) <-- Running function from DLL

    - the name of function from DLL � should be something like �Send�
    - array of arguments for the function : GPIB card ID, GPIB address of �Instrument�, my string, and something else �
    Please Help me to find exactly commands syntax and the way to use it.
    Thanks in advance

    Dennis is correct, you can find information about the functions in the help file.
    You can also find a list of functions in the "NI 488.2 Function Reference":
    http://digital.ni.com/manuals.nsf/websearch/35cd6168125e0ebd86256789006e84d4
    The 488.2 user's manual may also be helpful:
    http://digital.ni.com/manuals.nsf/websearch/2c9c18cf53d69f678625678d005075e9
    Salvador Santolucito
    Applications Engineering
    National Instruments

Maybe you are looking for

  • Classic profit centers reporting full b/s  below company code level

    Dear Experts, we are using classic profit center. How to get Profit center wise balance sheet below company code level. Facing issues for balance sheet GL accounts as at 3KEH one profit center i can choose...my requirement is to get 2 balance sheets

  • Reference field require for maintaining percentage

    hi , In the module pool program , on selection screen I want to give percentage value, we are using KBETR field but it is accepting only comma seperated values like 1,11 not accepting 1.11.If  I change decimal settings in user profile then it accepts

  • The desktop screen is physically too big for my computer screen.

    My Macbook Pro Screen is physically too large for the computer screen. The menu bar is too long for the screen.  I am running OS X Yosemite on a Retina, 13-inch, Early  2013

  • TS3694 what is error code 14

    phone is stuck in recovery mode i connect iphone 4s to desktop by usb open itunes and hit run recovery mode and it does then stops and say error 14 cannot not complete recovery mode.

  • Premiere CS3-4 versus PE7

    I would like to know if there is much difference between Premiere CS3&4 and PE7 I may attend a class that probably uses CS but I have PE7. I ask because I would like to know if learning CS will help me understand PE