6 lines
63 B
Perl
6 lines
63 B
Perl
|
|
||
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print "C:\\WINNT\\Profiles\\\n";
|
||
|
|
||
|
|