Consultor Eletrônico



Kbase P11729: How to use OS-COMMAND with UNC Universal Naming Convention in Windows NT
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/01/2009
Status: Verified

GOAL:

How to use OS-COMMAND with UNC Universal Naming Convention in Windows NT

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x

FIX:

To use a UNC (Universal Naming Convention) drive mapping from Progress 4GL on Windows NT, use OS-COMMAND as follows:

OS-COMMAND CMD.EXE /c "<command> \\servername\path"

For example:

OS-COMMAND CMD.EXE /c "dir \\servername\path\".