Cite This Page
Bibliographic details for Batch File Scripting Tips
- Page name: Batch File Scripting Tips
- Author: WPKG | Open Source Software Deployment and Distribution contributors
- Publisher: WPKG | Open Source Software Deployment and Distribution, .
- Date of last revision: 23 June 2011 06:21 UTC
- Date retrieved: 10 September 2026 09:02 UTC
- Permanent URL: https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493
- Page Version ID: 6493
Citation styles for Batch File Scripting Tips
APA style
Batch File Scripting Tips. (2011, June 23). WPKG | Open Source Software Deployment and Distribution, . Retrieved 09:02, September 10, 2026 from https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493.
MLA style
"Batch File Scripting Tips." WPKG | Open Source Software Deployment and Distribution, . 23 Jun 2011, 06:21 UTC. 10 Sep 2026, 09:02 <https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493>.
MHRA style
WPKG | Open Source Software Deployment and Distribution contributors, 'Batch File Scripting Tips', WPKG | Open Source Software Deployment and Distribution, , 23 June 2011, 06:21 UTC, <https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493> [accessed 10 September 2026]
Chicago style
WPKG | Open Source Software Deployment and Distribution contributors, "Batch File Scripting Tips," WPKG | Open Source Software Deployment and Distribution, , https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493 (accessed September 10, 2026).
CBE/CSE style
WPKG | Open Source Software Deployment and Distribution contributors. Batch File Scripting Tips [Internet]. WPKG | Open Source Software Deployment and Distribution, ; 2011 Jun 23, 06:21 UTC [cited 2026 Sep 10]. Available from: https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493.
Bluebook style
Batch File Scripting Tips, https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493 (last visited September 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "Batch File Scripting Tips --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2011",
url = "https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493",
note = "[Online; accessed 10-September-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "Batch File Scripting Tips --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2011",
url = "\url{https://wpkg.org/index.php?title=Batch_File_Scripting_Tips&oldid=6493}",
note = "[Online; accessed 10-September-2026]"
}