No discussion, post your clipboard content right now!

#--------------------------------------------------------#
sub build_mount_table #---Strip device and mount names from fstab
{
my $i = 0;
foreach my $textline (@SMBENTRIES)
{
($DEVICES[$i], $MOUNTPOINTS[$i]) = split(/\s+/,$textline);
$i++;
}
}
#--------------------------------------------------------#
sub print_mount_table #---Print out shares and mountpoints to be used
{
for (my $i = 0 ; $i < ($#SMBENTRIES + 1) ; $i++)
{
print"SHARE: $DEVICES[$i] MOUNT: $MOUNTPOINTS[$i]\n";
}
}
#--------------------------------------------------------#
sub mount_table_all #---Mount all in table with common password
{
for (my $i = 0 ; $i <= $#DEVICES; $i++)
{
system("mount -t smbfs $DEVICES[$i] $MOUNTPOINTS[$i] -o username=$USERNAME,password=$PASSWORD");
}
}
#--------------------------------------------------------#
 
LNCPapa err, why not? I have a machine with the internal IP of 192.168.0.2 here, and the rest is a valid path string....
 
LOL - I must've forgotten what thread I was in when I posted that. SURE! It'll work for you!
 
I'm scared to, but Ok

Eons were considered to be emanations sent forth by God

Hmm, that's right.
Bug
 
By superpositioning quantum states that simultaneously perform parallel operations, quantum computers can break encryption codes and work other technological miracles that a digital computer would find impossible.
 
The Stop 0x7B message indicates that Windows XP has lost access to the system partition or boot volume during the startup process. Installing incorrect device drivers when installing or upgrading storage adapter hardware typically causes stop 0x7B errors
 
C:\WINDOWS\sdir

Haha that surprised me. This was from one of the logs I was cleaning earlier.
 
I had to do a bit of editing and I'm sure you'll understand why.

Official Transcript – High School Record Texas Preparatory Academy
*715 xxxx xxxxx St. *Alvin, Texas* (281) xxx-xxxx
Member of Southern Association of Colleges and Schools

Student’s Name: xxxxxxxxn, xxxxxxxxxxer L. Home: xxxxxx xxxx xxxx Santa Fe, TX 77510
DOB: 04/29/91 Social Security: xxx-xx-xxxx

Science (3 hours required)
IPC 0.0
Biology 89 0.5
Chemistry 81 77 1.0
Health 95 0.5 Total: 2.0
Mathematics (4 hours required)
Algebra I 86 79 1.0
Integrated Math I 88 88 1.0
Integrated Math II 95 0.5 Total: 2.5
Social Studies (3 hours required)
World History 94 90 1.0
US History
Government
Geography
Economics Total: 1.0
English (4 hours required)
English I 95 90 1.0
English II 89 90 0.5
Am Poetry 78 0.5
Am Literature 89 0.5
Freshman English Total: 2.5
Languages
Spanish I 90 1.0 Total: 0.5
Physical Education (2 hours required)
PE Equivalent 100 100 1.0
PE Equivalent Total: 1.0
Electives
Sociology 94 0.5
Art I INC 0.0
EE Reading C 99 0.5
History of Civil 90 0.5 Total: 1.5
Total Credits:
Graduation Date: ___achieved ____ not achieved
Enrollment Date: 08/02/05 Entering Date: 08/17/05
SAT not available ACT not available
TASP not available
ASVAB A=90-100 B=80-89 C=71-79 D=65-70
GPA weighted 2.9

Requested by: ___________________________________________

Date of Request: _______________________ Signature of Dean: ___________________________
 
Back