Hi monks,
I have a problem... Our system went from unix to windows
2000. On Unix the users were able to use these commands
u2d.pl * -- does all files in current directory
u2d.pl sa* -- does only files beginning with sa in current directory
u2d.pl *.dat -- does files ending in dat in current directory
But these commands don't work on a windows plateform.
They want me to make a script to do these commands on windows
is it possible??