T
tyjb
I'd like to display the contents of a file to users giving them the
opportunity to search or scroll, but not allow them to change or
save. I can't use the "type" command because the files are too
large. Any suggestions?
This is what I'm currently doing, but need another method.
$myfile = $sortedarray[$input];
$mypath = '\\\\tlrntfs1\\IT_Common\\output\\';
$myprogram = '"C:\\Windows\\notepad.exe"';
$mycommand = $myprogram.' "'.$mypath.$myfile ;
system($mycommand);
opportunity to search or scroll, but not allow them to change or
save. I can't use the "type" command because the files are too
large. Any suggestions?
This is what I'm currently doing, but need another method.
$myfile = $sortedarray[$input];
$mypath = '\\\\tlrntfs1\\IT_Common\\output\\';
$myprogram = '"C:\\Windows\\notepad.exe"';
$mycommand = $myprogram.' "'.$mypath.$myfile ;
system($mycommand);