Quantcast
Channel: TechniTips.com » Batch files
Browsing latest articles
Browse All 4 View Live

ms-dos rename The syntax of the command is incorrect

rename "c:\test fldr\test.txt" "dooga.txt" Note you miss out the directory part for the destination.

View Article



Pass param to batch file

call like this: test.bat admin mypwd > test2.bat where test.bat contains: @echo off acmd /u %1 /p %2 and test2.bat is created containing: @echo off acmd /u admin /p mypwd...

View Article

call batch file from batch file

do this: call file1.bat

View Article

Batch files copy command

like rename: copy "c:\test fldr\test.txt" "test2.txt"

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images