G
giannis
Suppose we want the dir command* for the directory:
c:\my mp3 files\
and suppose that "path" is a string variable that:
path="c:\my mp3 files\"
How can write the shell function for the dir** command
with this variable ?
* at the Start->Run the dir command is :
command.com /c dir "c:\my mp3 files"
**I dont want the dir() function of access
i want the Shell function !!!
c:\my mp3 files\
and suppose that "path" is a string variable that:
path="c:\my mp3 files\"
How can write the shell function for the dir** command
with this variable ?
* at the Start->Run the dir command is :
command.com /c dir "c:\my mp3 files"
**I dont want the dir() function of access
i want the Shell function !!!