Hey all.
The welcome message said to check by here, so I did.
I'm studying to become an IT professional, with focus on hardware and networking..
That's it really.
Looks like a cool place ya got here.
Fresh meat for the grinder
Started by Froberg, Jun 09 2008 06:31 AM
10 replies to this topic
#1
Posted 09 June 2008 - 06:31 AM
|
|
|
#2
Posted 09 June 2008 - 06:55 AM
Welcome to CodeCall, Froberg!
#3
Guest_Jordan_*
Posted 09 June 2008 - 07:48 AM
Guest_Jordan_*
Welcome to the forum, Froberg! If you need anything don't hesitate to ask.
#5
Posted 09 June 2008 - 08:37 AM
At this point? No.
We're messing around in MSDOS at the moment, which is what I've signed up to get help with.
I believe we're going to get some basic C++ programming on the second semester, which I'm looking forward to.
Hopefully it'll be interesting.
In my spare time, I mess around with php at a very novice level =)
We're messing around in MSDOS at the moment, which is what I've signed up to get help with.
I believe we're going to get some basic C++ programming on the second semester, which I'm looking forward to.
Hopefully it'll be interesting.
In my spare time, I mess around with php at a very novice level =)
#7
Posted 14 June 2008 - 09:22 AM
#8
Posted 14 June 2008 - 11:42 PM
Thanks.
#9
Posted 16 June 2008 - 03:27 AM
As promised;
To create directories I found this solution:
--
To delete all subdirs within a directory and leave other files intact:
:)
To create directories I found this solution:
@echo off set v1=1 set v2=0 set v3=1 :start if %1==[] goto end md C:\Data\uroprojekt\hellebabs\%1 echo %1>>folderlog.txt echo %v3%, %1 >> C:\Data\uroprojekt\hellebabs\%1\%1.txt set /A v3=v1+v3 shift goto start :end
--
To delete all subdirs within a directory and leave other files intact:
@echo off
for /f 'tokens=* delims=' %%i in ('dir /b /a:d') do (
rd '%%i' /s /q
)
:)
#10
Posted 16 June 2008 - 05:03 PM
welcome to codecall! enjoy your stay & have fun! :)
#11
Posted 14 July 2008 - 07:32 AM
Welcome to CodeCall.


Sign In
Create Account

Back to top









