Hızlı Erişim

Arşiv

UNIX Server File System Browse - Command Promt Shell Komutları

REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT

DATA UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
LINE(200),
end of ITAB.

PARAMETERS UNIXCOMM LIKE UNIXCMD
DEFAULT ‘ls -ls /usr/sap/’ LOWER CASE.

* Executing the system commands witin ABAP.

call ‘SYSTEM’ id ‘COMMAND’ field UNIXCOMM
id ‘TAB’ field ITAB-*SYS*.

EDITOR-CALL FOR ITAB

[..]Devamını Oku

Windows Çalıştır Komutları - Windows Run Command Lists

Windows Çalıştır Komutları

cpl : complete list

Windows XP Run Command List
1.Accessibility Controls – access.cpl
2.Accessibility Wizard – accwiz
3.Add Hardware – Wizardhdwwiz.cpl
4.Add/Remove Programs – appwiz.cpl
5.Administrative Tools control – admintools
6.Adobe Acrobat (if installed) – acrobat
7.Adobe Designer (if installed)- acrodist
8.Adobe Distiller (if installed)- acrodist
9.Adobe ImageReady (if installed)- imageready
10.Adobe Photoshop (if installed)- photoshop
11.Automatic Updates – wuaucpl.cpl
12.Bluetooth Transfer Wizard – fsquirt
13.Calculator –

[..]Devamını Oku