Contents tagged with file
-
Powershell Redirection
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_redirection?view=powershell-7 more
-
IF-THEN-ELSE in Batch Files and DOS Command-Line
http://www.trytoprogram.com/batch-file-if-else/
-
Azure Best Practice - Securing Your File Shares with Service Endpoints
https://www.linkedin.com/pulse/azure-best-practice-securing-your-file-shares-brian-schoepfle/ more
-
Can't connect to Azure File Storage using “net use” command - System error 5
You cannot mount an Azure file share from an external Windows 7 computer, because Windows 7 does not support SMB 3.0 file sharing protocol.
This newly posted grid from microsoft might help others. … more
-
Azure File Shares
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
-
How to Run a Java .Jar File
1) Install the JDK
2) Check if UAC needs to be disabled and then open a command prompt (Run As Administrator)
3) Navigate to the directory that has the jar file you wish to run
3) use the command: … more
-
Power BI Report Cannot Be Export to File
https://community.powerbi.com/t5/Service/Download-pbix-greyed-out/td-p/176265
https://docs.microsoft.com/en-us/power-bi/service-export-to-pbix more
-
Create Scheduled Job in Oracle to Execute Batch File
from AskTime:
I just did this on my machine with no problems -
C:\>type c:\temp\demo.cmd
@echo off
echo Hello > c:\temp\demo.out
dir c:\temp >> c:\temp\demo.out
exit
SQL> declare
2 … more
-
List of File Sharing Applications and P2P
https://en.wikipedia.org/wiki/Comparison_of_file-sharing_applications
https://en.wikipedia.org/wiki/IMule
-
Windows Firewall Rules for File and Print Sharing
Source: http://tritoneco.com/2013/09/18/file-and-printer-sharing-firewall-rules-explained/
This article is an overview of the ports and services necessary for File and Print Sharing. File shares to … more